Changeset 171 for trunk/Makefile.in


Ignore:
Timestamp:
Jul 8, 2008, 11:16:14 AM (16 years ago)
Author:
katerina
Message:

Include dnmalloc (ticket #108) and fix bugs #106 (EINPROGRESS) and #107 (compressBound).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r170 r171  
    152152        $(srcsrc)/sh_portcheck.c \
    153153        $(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
    155157
    156158OBJECTS = sh_files.o sh_tiger0.o sh_tiger2.o sh_tiger2_64.o \
     
    166168        sh_mounts.o sh_userfiles.o sh_prelink.o sh_static.o \
    167169        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
    169171
    170172KERN = kern_head.h kern_head.c
     
    354356TESTCLEANFILES = samhain.build samhain.new yule.html \
    355357        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
    357360
    358361distclean:  clean
     
    425428          chmod +x test/test.sh; \
    426429        fi
     430
     431test_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
    427435
    428436#----------------------------------------------------------
     
    11791187        test -f ./intcutest && mv ./intcutest ./cutest; \
    11801188        ./cutest
     1189
     1190runcutest:
     1191        gdb ./cutest
    11811192
    11821193samhain_hide.o: $(srcsrc)/samhain_hide.c samhain_erase.o
     
    17011712sh_pthread.o: $(srcsrc)/sh_pthread.c Makefile config_xor.h $(srcinc)/sh_pthread.h $(srcinc)/sh_calls.h $(srcinc)/sh_modules.h
    17021713sh_string.o: $(srcsrc)/sh_string.c Makefile config_xor.h $(srcinc)/sh_string.h $(srcinc)/sh_mem.h $(srcinc)/CuTest.h
     1714dnmalloc.o: $(srcsrc)/dnmalloc.c Makefile config.h
     1715t-test1.o: $(srcsrc)/t-test1.c Makefile config.h $(srcinc)/malloc.h
Note: See TracChangeset for help on using the changeset viewer.