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

File: [OMI] / omi / protocol / posthttp / GNUmakefile (download)
Revision: 1.5, Mon Apr 20 17:19:56 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
Changes since 1.4: +3 -1 lines
OMI 1.0.8-1

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

CXXPROGRAM = posthttp

SOURCES = posthttp.cpp

DEFINES = HOOK_BUILD

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

LIBRARIES = protocol $(BASELIBS) ut $(PALLIBS)

include $(TOP)/mak/rules.mak

tests:
	$(TARGET) test.xml

print:
	$(BINDIR)/printxml test.xml

ViewCVS 0.9.2