X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fwebcc.git;a=blobdiff_plain;f=src%2F.make%2Fbuild.mk;h=eb98325402439224e6e4f53beca3a14eb29829c6;hp=12affc71f16d3c907280e37f82fc4c272fff0a5d;hb=8f6cd444a2508bf0160e14cbc456c7dd6658494a;hpb=6d5141829211936ecaed3d9d13a239a75ecae712 diff --git a/src/.make/build.mk b/src/.make/build.mk index 12affc7..eb98325 100644 --- a/src/.make/build.mk +++ b/src/.make/build.mk @@ -3,7 +3,7 @@ #Author: Mihrtec LLC #Date: 2016 ################################################## -#Included from ./build.mk +#Included from Makefile #Defines variables used in the make process to #compile C files either to #native asm through gcc, or web through @@ -15,11 +15,15 @@ PROJDIR := .. #Output directories for distributables DISTDIR := $(PROJDIR)/dist - #Build rules for each source type include .make/buildc.mk include .make/buildhtml.mk +#Build rules for tools +ifdef TOOLS +include .make/buildtools.mk +endif + #Set the final target, flags, and objects for app compile APPC := $(CC) APPDEPS := $(strip $(CDEPS) $(CTARG) $(APPDEPS))