]> mj.ucw.cz Git - libucw.git/blobdiff - build/Maketop
XML: Small bugfix in xml_merge_chars.
[libucw.git] / build / Maketop
index e984f2049538a2ce99a5a7c4b5b7e1dc20ed1564..cf93e1bfa277322b3e6b017e74891e498d401d86 100644 (file)
@@ -4,11 +4,14 @@
 # Set to 1 if you want verbose output
 V=0
 
+# Set to 'y' (or 'n') if you want to auto-confirm (auto-reject) all questions in build/installer
+CONFIRM=
+
 # Disable all built-in rules and variables. Speeds up make and simplifies debugging.
 MAKEFLAGS+=-rR
 
-CFLAGS=$(CLANG) $(COPT) $(CDEBUG) $(CWARNS) -I. -I$(o) -I$(s)
-LDFLAGS=$(LOPT)
+CFLAGS=$(CLANG) $(COPT) $(CDEBUG) $(CWARNS) $(CEXTRA) -I. -I$(o) -I$(s)
+LDFLAGS=$(LOPT) $(LEXTRA)
 
 DIRS=
 PROGS=
@@ -68,6 +71,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)