mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-19 05:13:56 +01:00
dirs.mk: Did it again
This commit is contained in:
parent
a74a23f6fc
commit
b1511ae7b9
1 changed files with 8 additions and 11 deletions
19
make/dirs.mk
19
make/dirs.mk
|
|
@ -5,25 +5,22 @@
|
||||||
|
|
||||||
include $(MODDIR)/make/defs.mk
|
include $(MODDIR)/make/defs.mk
|
||||||
|
|
||||||
|
ifndef SUBDIRS
|
||||||
subdirs:
|
subdirs:
|
||||||
ifdef SUBDIRS
|
clean distclean:
|
||||||
|
.DEFAULT:
|
||||||
|
install:
|
||||||
else
|
else
|
||||||
|
subdirs:
|
||||||
$(make_subdirs)
|
$(make_subdirs)
|
||||||
endif
|
|
||||||
|
|
||||||
clean distclean:
|
clean distclean:
|
||||||
ifdef SUBDIRS
|
|
||||||
else
|
|
||||||
rm -rf $(TEXTCLEAN) $(CLEAN)
|
rm -rf $(TEXTCLEAN) $(CLEAN)
|
||||||
$(make_subdirs_target)
|
$(make_subdirs_target)
|
||||||
endif
|
|
||||||
|
|
||||||
.DEFAULT:
|
.DEFAULT:
|
||||||
ifdef SUBDIRS
|
|
||||||
else
|
|
||||||
$(make_subdirs_target)
|
$(make_subdirs_target)
|
||||||
endif
|
#
|
||||||
|
#install:
|
||||||
ifdef SUBDIRS
|
# $(make_subdirs_target)
|
||||||
install:
|
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue