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

File: [OMI] / omi / strhash / GNUmakefile (download)
Revision: 1.4, Mon Apr 20 17:20:35 2015 UTC (9 years ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
Changes since 1.3: +0 -0 lines
OMI 1.0.8-1

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

CXXPROGRAM = strhash

SOURCES = strhash.cpp

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