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

 1 krisbash 1.1 TOP = ../..
 2              include $(TOP)/config.mak
 3              
 4              CXXSHLIBRARY = nitssample
 5              
 6              SOURCES = Product.c \
 7                  Shim.c \
 8                  NitsNewInterfaceTests.cpp \
 9                  NitsNewInterfaceTests1.cpp \
10                  test.cpp \
11              
12              DEFINES = UNICODE 
13              
14              INCLUDES = . $(TOP) $(TOP)/common
15              
16              LIBRARIES = pal nits
17              
18              include $(TOP)/mak/rules.mak

ViewCVS 0.9.2