(file) Return to GNUmakefile CVS log (file) (dir) Up to [OMI] / omi / strhash

 1 mike  1.2 TOP = ..
 2           include $(TOP)/config.mak
 3           
 4           CXXPROGRAM = strhash
 5           
 6           SOURCES = strhash.cpp
 7           
 8           INCLUDES = $(TOP) $(TOP)/common
 9           
10           LIBRARIES =
11           
12           ARGUMENTS = states.txt
13           
14           GENFILES = $(TOP)/protocol/quickstr.inc \
15                    $(TOP)/protocol/quickstr.h \
16                    $(TOP)/protocol/hashtest/hash.inc \
17                    $(TOP)/protocol/hashtest/simple.inc \
18                    $(TOP)/protocol/hashtest/test_strhash.cpp
19           
20           include $(TOP)/mak/rules.mak

ViewCVS 0.9.2