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

File: [OMI] / omi / strhash / GNUmakefile (download)
Revision: 1.1, Wed May 30 21:47:39 2012 UTC (12 years ago) by mike
Branch: MAIN
Initial revision

TOP = ..
include $(TOP)/config.mak

CXXPROGRAM = strhash

SOURCES = strhash.cpp

HEADERS =

INCLUDES = $(TOP) $(TOP)/common

LIBRARIES =

ARGUMENTS = states.txt

GENFILES = $(TOP)/protocol/quickstr.inc \
         $(TOP)/protocol/quickstr.h \
         $(TOP)/protocol/hashtest/hash.inc \
         $(TOP)/protocol/hashtest/simple.inc \
         $(TOP)/protocol/hashtest/test_strhash.cpp

include $(TOP)/mak/rules.mak

ViewCVS 0.9.2