X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=build%2FMaketop;h=1ac82d98336633282cf30f87c336ad0a9987b755;hb=6bd2ff95b10c8c409eb178684294f1d17d79265b;hp=e984f2049538a2ce99a5a7c4b5b7e1dc20ed1564;hpb=1aef93f0ed9d05fe4825ff635d49f37d89c2a70c;p=libucw.git diff --git a/build/Maketop b/build/Maketop index e984f204..1ac82d98 100644 --- a/build/Maketop +++ b/build/Maketop @@ -7,8 +7,8 @@ V=0 # 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 +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)