]> mj.ucw.cz Git - libucw.git/commitdiff
Moved the rule for cf/library to lib/Makefile and the default empty
authorMartin Mares <mj@ucw.cz>
Thu, 26 Jul 2007 09:04:54 +0000 (11:04 +0200)
committerMartin Mares <mj@ucw.cz>
Thu, 26 Jul 2007 09:04:54 +0000 (11:04 +0200)
rule for extras to build/Maketop.

build/Maketop
lib/Makefile

index e984f2049538a2ce99a5a7c4b5b7e1dc20ed1564..33ee0ce9b71cdd2c1500d19c345ccfc1c930eaa5 100644 (file)
@@ -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)
index a4c53f6796e8493692044782261a0f74adf1b329..c02a33fa2f7287d5d1f6cbd58469d5bd359df919 100644 (file)
@@ -1,6 +1,7 @@
 # Makefile for the UCW Library (c) 1997--2006 Martin Mares <mj@ucw.cz>
 
 DIRS+=lib
+CONFIGS+=library
 
 ifdef CONFIG_UCW_DBTOOL
 PROGS+=$(o)/lib/db-tool