(file) Return to GNUmakefile CVS log (file) (dir) Up to [OMI] / omi / unittest / mof

File: [OMI] / omi / unittest / mof / Attic / GNUmakefile (download)
Revision: 1.3, Mon Apr 20 17:10:35 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
Remove 1.0.2

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

CXXPROGRAM = test_mof

SOURCES = test_mof.cpp

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

LIBRARIES = mof base ut

include $(TOP)/mak/rules.mak

tests:
	$(TARGET)

ViewCVS 0.9.2