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

File: [OMI] / omi / protocol / posthttp / GNUmakefile (download)
Revision: 1.3, Mon Jun 25 21:55:33 2012 UTC (12 years ago) by mike
Branch: MAIN
CVS Tags: OMI_1_0_2, OMI_1_0_0
Changes since 1.2: +3 -0 lines
1.0.1

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

CXXPROGRAM = posthttp

SOURCES = posthttp.cpp

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

LIBRARIES = protocol sock base ut

include $(TOP)/mak/rules.mak

tests:
	$(TARGET) test.xml

print:
	$(BINDIR)/printxml test.xml

ViewCVS 0.9.2