From 406aed365d621d8178d7ebbe1274add48c96f685 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sun, 26 Aug 2007 14:45:34 +0000 Subject: [PATCH] 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 --- make/includes.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 make/includes.mk diff --git a/make/includes.mk b/make/includes.mk new file mode 100644 index 00000000..9405dada --- /dev/null +++ b/make/includes.mk @@ -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 +