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

 1 mike  1.2 TOP = ../..
 2           include $(TOP)/config.mak
 3           
 4           CXXPROGRAM = posthttp
 5           
 6           SOURCES = posthttp.cpp
 7           
 8           INCLUDES = $(TOP) $(TOP)/common
 9           
10           LIBRARIES = protocol sock base ut
11           
12           include $(TOP)/mak/rules.mak
13           
14           tests:
15           	$(TARGET) test.xml
16 mike  1.3 
17           print:
18           	$(BINDIR)/printxml test.xml

ViewCVS 0.9.2