Changeset 170 for trunk/Makefile.in
- Timestamp:
- Apr 30, 2008, 11:56:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.in
r169 r170 38 38 localstatedir = @localstatedir@ 39 39 mandir = @mandir@ 40 datarootdir = @datarootdir@ 40 41 41 42 configfile = @myconffile@ … … 352 353 353 354 TESTCLEANFILES = samhain.build samhain.new yule.html \ 354 test_ext test_ext.c test_ext.res test _log testhash.tmp \355 test_ext test_ext.c test_ext.res testhash.tmp \ 355 356 testrc1.signed testrc_1ext testrc_2 testrc_2.signed 356 357 … … 1105 1106 # rm x_`echo $< |sed 's%.*/%%'` 1106 1107 1107 $(OBJECTS): encode 1108 $(OBJECTS): encode internal.h 1108 1109 @echo "./encode $(XOR_CODE) $(srcsrc)/`echo $@ |sed 's%\.o$$%%'`.c --> x_`echo $@ |sed 's%\.o$$%%'`.c"; \ 1109 1110 ./encode $(XOR_CODE) $(srcsrc)/`echo $@ |sed 's%\.o$$%%'`.c; \ … … 1156 1157 cutest_sh_tiger0.o 1157 1158 1158 $(CUTEST_OBJECTS): $(CUTEST_SOURCES) 1159 $(CUTEST_OBJECTS): $(CUTEST_SOURCES) config_xor.h internal.h 1159 1160 @echo "./encode $(XOR_CODE) $(srcsrc)/`echo $@ |sed 's%\.o$$%%'`.c --> x_`echo $@ |sed 's%\.o$$%%'`.c"; \ 1160 1161 ./encode $(XOR_CODE) $(srcsrc)/`echo $@ |sed 's%\.o$$%%'`.c; \ … … 1232 1233 1233 1234 bignum.o: internal.h 1235 1234 1236 1235 1237 # If your compiler can't handle long identifiers (> 6 chars), move the `#' to
Note:
See TracChangeset
for help on using the changeset viewer.