[Xmltools-development] xmltools2/xmltools/tests Makefile
Status: Beta
Brought to you by:
nik_89
|
From: um, r. <sm...@us...> - 2004-11-14 12:04:13
|
Update of /cvsroot/xmltools/xmltools2/xmltools/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1138 Modified Files: Makefile Log Message: added persist as a make flag. fx: persist=yes to include track save/load which in turn utilises xmltools. Index: Makefile =================================================================== RCS file: /cvsroot/xmltools/xmltools2/xmltools/tests/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile 16 Oct 2004 04:34:58 -0000 1.5 --- Makefile 14 Nov 2004 12:04:00 -0000 1.6 *************** *** 9,12 **** --- 9,17 ---- endif + ifeq ($(persist),yes) + OBJS += persist.o + CFLAGS += -DCFG_PERSISTENT_TRACK + endif + all: $(BINARY) |