New makefile

This commit is contained in:
unknown 2004-05-26 11:53:58 +02:00
parent bac12e6776
commit 529074b604

View file

@ -0,0 +1,12 @@
include .defs.mk
TYPE := util
BIN_TARGET := testConfigValues
BIN_TARGET_ARCHIVES := portlib general
SOURCES := testConfigValues.cpp
CCFLAGS_LOC += -I$(call fixpath,$(NDB_TOP)/include/util)
include $(NDB_TOP)/Epilogue.mk