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:
Nicola Pero 2001-12-11 01:27:16 +00:00
parent b2694084f1
commit fdb2846d7c

View file

@ -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