Changeset 170 for trunk/Makefile.in


Ignore:
Timestamp:
Apr 30, 2008, 11:56:45 PM (16 years ago)
Author:
katerina
Message:

Plenty of compiler warnings fixed, SQL query length fixed, doc update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r169 r170  
    3838localstatedir = @localstatedir@
    3939mandir = @mandir@
     40datarootdir = @datarootdir@
    4041
    4142configfile = @myconffile@
     
    352353
    353354TESTCLEANFILES = 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 \
    355356        testrc1.signed testrc_1ext testrc_2 testrc_2.signed
    356357
     
    11051106#       rm x_`echo $< |sed 's%.*/%%'`
    11061107
    1107 $(OBJECTS): encode
     1108$(OBJECTS): encode internal.h
    11081109        @echo "./encode $(XOR_CODE) $(srcsrc)/`echo $@ |sed 's%\.o$$%%'`.c --> x_`echo $@ |sed 's%\.o$$%%'`.c"; \
    11091110        ./encode $(XOR_CODE) $(srcsrc)/`echo $@ |sed 's%\.o$$%%'`.c; \
     
    11561157        cutest_sh_tiger0.o
    11571158
    1158 $(CUTEST_OBJECTS): $(CUTEST_SOURCES)
     1159$(CUTEST_OBJECTS): $(CUTEST_SOURCES) config_xor.h internal.h
    11591160        @echo "./encode $(XOR_CODE) $(srcsrc)/`echo $@ |sed 's%\.o$$%%'`.c --> x_`echo $@ |sed 's%\.o$$%%'`.c"; \
    11601161        ./encode $(XOR_CODE) $(srcsrc)/`echo $@ |sed 's%\.o$$%%'`.c; \
     
    12321233
    12331234bignum.o: internal.h
     1235
    12341236
    12351237# If your compiler can't handle long identifiers (> 6 chars), move the `#' to
Note: See TracChangeset for help on using the changeset viewer.