mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
header.mk: Add file
This commit is contained in:
parent
bf11cec801
commit
4d234a8016
1 changed files with 10 additions and 0 deletions
10
make/header.mk
Normal file
10
make/header.mk
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# generic utility modules
|
||||
# (c) 2001 jannet it services
|
||||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
ALL = $(LIBDIR) $(PREREQ_DONE) $(INST_HDRS)
|
||||
include $(MODDIR)/make/rules.mk
|
||||
clean: objclean textclean localclean
|
||||
install: $(ALL)
|
||||
Loading…
Add table
Add a link
Reference in a new issue