mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
include: add makefile
This commit is contained in:
parent
78951b54ff
commit
ab15f92fbe
1 changed files with 7 additions and 0 deletions
7
cde/include/cppfile.tmpl
Normal file
7
cde/include/cppfile.tmpl
Normal file
|
@ -0,0 +1,7 @@
|
|||
CLEANFILES += $(CPPTARGET)
|
||||
|
||||
all:: $(CPPTARGET)
|
||||
|
||||
$(CPPTARGET):: $(CPPSRC)
|
||||
$(RM) $@
|
||||
$(CPP) -P -DXCOMM=# $(SCRIPTFLAGS) < $(CPPSRC) > $@
|
Loading…
Reference in a new issue