Changeset 171 for trunk/Makefile.in
- Timestamp:
- Jul 8, 2008, 11:16:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.in
r170 r171 152 152 $(srcsrc)/sh_portcheck.c \ 153 153 $(srcsrc)/sh_processcheck.c $(srcsrc)/sh_prelude_old.c \ 154 $(srcsrc)/sh_pthread.c $(srcsrc)/sh_string.c 154 $(srcsrc)/sh_pthread.c $(srcsrc)/sh_string.c \ 155 $(srcsrc)/dnmalloc.c \ 156 $(srcsrc)/t-test1.c 155 157 156 158 OBJECTS = sh_files.o sh_tiger0.o sh_tiger2.o sh_tiger2_64.o \ … … 166 168 sh_mounts.o sh_userfiles.o sh_prelink.o sh_static.o \ 167 169 sh_processcheck.o sh_portcheck.o sh_prelude_old.o \ 168 sh_pthread.o sh_string.o 170 sh_pthread.o sh_string.o dnmalloc.o 169 171 170 172 KERN = kern_head.h kern_head.c … … 354 356 TESTCLEANFILES = samhain.build samhain.new yule.html \ 355 357 test_ext test_ext.c test_ext.res testhash.tmp \ 356 testrc1.signed testrc_1ext testrc_2 testrc_2.signed 358 testrc1.signed testrc_1ext testrc_2 testrc_2.signed \ 359 test_dnmalloc 357 360 358 361 distclean: clean … … 425 428 chmod +x test/test.sh; \ 426 429 fi 430 431 test_dnmalloc: $(srcsrc)/t-test1.c dnmalloc.o 432 $(COMPILE) $(VFLAG) -o t-test1.o -c $(srcsrc)/t-test1.c; \ 433 $(LINK) t-test1.o dnmalloc.o $(LIBS_TRY) 434 427 435 428 436 #---------------------------------------------------------- … … 1179 1187 test -f ./intcutest && mv ./intcutest ./cutest; \ 1180 1188 ./cutest 1189 1190 runcutest: 1191 gdb ./cutest 1181 1192 1182 1193 samhain_hide.o: $(srcsrc)/samhain_hide.c samhain_erase.o … … 1701 1712 sh_pthread.o: $(srcsrc)/sh_pthread.c Makefile config_xor.h $(srcinc)/sh_pthread.h $(srcinc)/sh_calls.h $(srcinc)/sh_modules.h 1702 1713 sh_string.o: $(srcsrc)/sh_string.c Makefile config_xor.h $(srcinc)/sh_string.h $(srcinc)/sh_mem.h $(srcinc)/CuTest.h 1714 dnmalloc.o: $(srcsrc)/dnmalloc.c Makefile config.h 1715 t-test1.o: $(srcsrc)/t-test1.c Makefile config.h $(srcinc)/malloc.h
Note:
See TracChangeset
for help on using the changeset viewer.