mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 22:50:39 +01:00
includes.mk: Add
includes.mk is meant as a makefile to include in directories containing only headers meant to be copied into BUILD_HDRDIR and INSTALL_HDRDIR
This commit is contained in:
parent
dd76e67506
commit
406aed365d
1 changed files with 10 additions and 0 deletions
10
make/includes.mk
Normal file
10
make/includes.mk
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
include $(MODDIR)/make/defs.mk
|
||||||
|
include $(MODDIR)/make/rules.mk
|
||||||
|
|
||||||
|
all: build_HDR
|
||||||
|
clean: clean.includes
|
||||||
|
install: install_HDR
|
||||||
|
|
||||||
|
clean.includes:
|
||||||
|
rm -rf *~ .*.swp *.done
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue