Changeset 4 for sources/src/Makefile
- Timestamp:
- Mar 10, 2008, 12:37:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/Makefile
r3 r4 10 10 # | | 11 11 # \------------------------------------------------------------*/ 12 ifndef SYSTEMC13 $(error SYSTEMC is not defined. This variable should be set to SystemCASS \14 directory when SYSTEMCASS variable is not set.)15 endif16 12 ifndef SYSTEMCASS 17 13 $(error SYSTEMCASS is not defined. This variable has to be defined to install \ … … 186 182 187 183 EXTERNAL_INCLUDES = \ 184 ${SYSTEMCASS_INCLUDEDIR}/systemc \ 188 185 ${SYSTEMCASS_INCLUDEDIR}/systemc.h \ 189 186 ${SYSTEMCASS_INCLUDEDIR}/sc_fwd.h\ … … 289 286 cp $*.h ${SYSTEMCASS_INCLUDEDIR}/$*.h 290 287 288 ${SYSTEMCASS_INCLUDEDIR}/systemc: systemc 289 cp $< $@ 290 291 291 ${SYSTEMCASS_DOCDIR}/%.pdf: %.pdf 292 292 cp $*.pdf ${SYSTEMCASS_DOCDIR}/$*.pdf … … 348 348 ./guess_endianness.x > ${SYSTEMCASS_INCLUDEDIR}/endianness.h 349 349 350 include Makefile.deps350 -include Makefile.deps 351 351 352 352 ################## … … 374 374 #### CLEANING 375 375 clean : 376 echo >Makefile.deps376 rm -f Makefile.deps 377 377 rm -f *~ 378 378 rm -f $(OBJECTS)
Note: See TracChangeset
for help on using the changeset viewer.