X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=build%2FMaketop;h=cf93e1bfa277322b3e6b017e74891e498d401d86;hb=e371dcc1cd2857036374dd9597705faed0427006;hp=e984f2049538a2ce99a5a7c4b5b7e1dc20ed1564;hpb=54833f693e97cc4c3d5b8c28e6816e8d1ce5192e;p=libucw.git diff --git a/build/Maketop b/build/Maketop index e984f204..cf93e1bf 100644 --- a/build/Maketop +++ b/build/Maketop @@ -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)