(file) Return to GNUmakefile CVS log (file) (dir) Up to [OMI] / omi / base / auth

File: [OMI] / omi / base / auth / GNUmakefile (download)
Revision: 1.1, Mon Apr 20 17:19:50 2015 UTC (9 years, 1 month ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

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

CXXPROGRAM = test_base

SOURCES = test_auth.cpp

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

DEFINES =

LIBRARIES = micxx base ut $(PALLIBS)

include $(TOP)/mak/rules.mak

tests:
	$(TARGET) $(TESTOPTS)

ViewCVS 0.9.2