From: Martin Mares Date: Thu, 26 Jul 2007 09:04:54 +0000 (+0200) Subject: Moved the rule for cf/library to lib/Makefile and the default empty X-Git-Tag: holmes-import~506^2~19^2~9 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=fc4316e3b5cc0f86e912a9c89f4d3a3c9af7b7e4;p=libucw.git Moved the rule for cf/library to lib/Makefile and the default empty rule for extras to build/Maketop. --- diff --git a/build/Maketop b/build/Maketop index e984f204..33ee0ce9 100644 --- a/build/Maketop +++ b/build/Maketop @@ -68,6 +68,9 @@ distclean:: clean testclean:: rm -f `find obj -name "*.test"` +# Extra default rules (appended to by submakefiles) +extras:: + # Relative symlinks and other pathname manipulation macros empty:= space:=$(empty) $(empty) diff --git a/lib/Makefile b/lib/Makefile index a4c53f67..c02a33fa 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,7 @@ # Makefile for the UCW Library (c) 1997--2006 Martin Mares DIRS+=lib +CONFIGS+=library ifdef CONFIG_UCW_DBTOOL PROGS+=$(o)/lib/db-tool