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

File: [OMI] / omi / micxx / tests / Attic / GNUmakefile (download)
Revision: 1.2, Mon Jun 25 18:51:01 2012 UTC (12 years ago) by mike
Branch: MAIN
CVS Tags: OMI_1_0_2
Changes since 1.1: +15 -17 lines
1.0.2 drop

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

CXXPROGRAM = micxx

SOURCES = $(TOP)/base/tests/schema.c test_micxx.cpp

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

LIBRARIES = micxx base ut

include $(TOP)/mak/rules.mak

tests:
	$(TARGET)

ViewCVS 0.9.2