mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 17:01:18 +00:00
Added rule to build %.h files from %.psw files - needed in frameworks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11691 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b2694084f1
commit
fdb2846d7c
1 changed files with 4 additions and 0 deletions
|
@ -391,6 +391,10 @@ $(GNUSTEP_OBJ_DIR)/%${OEXT} : %.cp
|
|||
%.c : %.psw
|
||||
pswrap -h $*.h -o $@ $<
|
||||
|
||||
# The following rule is needed because in frameworks you might need
|
||||
# the .h files before the .c files are compiled.
|
||||
%.h : %.psw
|
||||
pswrap -h $@ -o $*.c $<
|
||||
|
||||
# Prevent make from trying to remove stuff like
|
||||
# libcool.library.all.subprojects thinking that it is a temporary file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue