mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-28 15:52:49 +01:00
Makefile: Rearranged include files
This commit is contained in:
parent
16539b4d19
commit
912618a260
1 changed files with 12 additions and 7 deletions
19
Makefile
19
Makefile
|
|
@ -20,13 +20,6 @@ SUBDIRS = inst/pre \
|
||||||
inst/post
|
inst/post
|
||||||
|
|
||||||
ifneq ($(wildcard $(MODDIR)/make/ytools.mk),)
|
ifneq ($(wildcard $(MODDIR)/make/ytools.mk),)
|
||||||
include $(MODDIR)/make/ytools.mk
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(MODDIR)/make/defs.mk
|
|
||||||
include $(MODDIR)/make/rules.mk
|
|
||||||
include $(MODDIR)/make/rpmdist.mk
|
|
||||||
include $(MODDIR)/make/autoconf.mk
|
|
||||||
|
|
||||||
all:
|
all:
|
||||||
$(make_subdirs_target)
|
$(make_subdirs_target)
|
||||||
|
|
@ -36,3 +29,15 @@ clean: # distclean:
|
||||||
install: all
|
install: all
|
||||||
$(make_subdirs_target)
|
$(make_subdirs_target)
|
||||||
make $(INSTALLED_VERSION_FILE)
|
make $(INSTALLED_VERSION_FILE)
|
||||||
|
|
||||||
|
include $(MODDIR)/make/ytools.mk
|
||||||
|
|
||||||
|
include $(MODDIR)/make/defs.mk
|
||||||
|
include $(MODDIR)/make/rules.mk
|
||||||
|
include $(MODDIR)/make/rpmdist.mk
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
|
include $(MODDIR)/make/autoconf.mk
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue