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

 1 krisbash 1.1 TOP = ../..
 2              include $(TOP)/config.mak
 3              
 4              CPROGRAM = pal_intlstr_sample
 5              
 6              SOURCES = $(TOP)/ut/omitestcommon.cpp $(TOP)/ut/omifaultsimtest.cpp \
 7              	main.c \
 8              
 9              DEFINES = HOOK_BUILD 
10              
11              INCLUDES = . $(TOP) $(TOP)/common $(TOP)/nits/base
12              
13              LIBRARIES = $(PALLIBS)
14              
15              include $(TOP)/mak/rules.mak
16              

ViewCVS 0.9.2