Added option to install all include files first.

This commit is contained in:
Janet B. Anderson
2000-07-05 14:13:05 +00:00
parent 32f6dc1070
commit 5b61fb0a92
+6 -1
View File
@@ -23,8 +23,13 @@ dirActionTargets += $(foreach dir, $(DIRS), \
actionArchTargets = $(foreach action, $(ACTIONS),\
$(foreach arch, $(ARCHS), \
$(action)$(DIVIDER)$(arch)))
ifeq ($(MAKE_INC_TARGET_FIRST),YES)
all install :: inc buildInstall
$(ARCHS) $(installArchTargets) :: inc
else
all install :: buildInstall
endif
rebuild:: clean all