mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
targets-tools.mk, tools.mk: Split up tools.mk into tools.mk and targets-tools.mk
This commit is contained in:
parent
29609036be
commit
667b14e70e
2 changed files with 12 additions and 6 deletions
11
make/targets-tools.mk
Normal file
11
make/targets-tools.mk
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
# generic utility modules
|
||||||
|
# (c) 2001 jannet it services
|
||||||
|
# contact@jannet.de
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
ALL += $(LIBDIR) $(PREREQ_DONE) $(LOCAL_HDR) $(LOCAL_EXE_SH) $(MEMBERS)
|
||||||
|
include $(MODDIR)/make/rules.mk
|
||||||
|
clean: objclean textclean localclean
|
||||||
|
install: $(ALL)
|
||||||
|
$(LIB_SO): $(OBJ)
|
||||||
|
all: $(LIB_SO)
|
||||||
|
|
@ -4,9 +4,4 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
include $(MODDIR)/make/defs.mk
|
include $(MODDIR)/make/defs.mk
|
||||||
ALL += $(LIBDIR) $(PREREQ_DONE) $(LOCAL_HDR) $(LOCAL_EXE_SH) $(MEMBERS)
|
include $(MODDIR)/make/targets-tools.mk
|
||||||
include $(MODDIR)/make/rules.mk
|
|
||||||
clean: objclean textclean localclean
|
|
||||||
install: $(ALL)
|
|
||||||
$(LIB_SO): $(OBJ)
|
|
||||||
all: $(LIB_SO)
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue