Implemented support for preprocessed xxxInfo.plist in applications

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@16468 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-04-14 10:54:38 +00:00
parent 52c7b83afe
commit 28ecf51743

View file

@ -1,3 +1,19 @@
Mon Apr 14 12:00:01 2003 Nicola Pero <n.pero@mi.flashnet.it>
Implemented support for preprocessed Info.plists in applications.
* config.make.in (CPP): Define.
* rules.make (ALL_CPLISTFLAGS): New flags.
(%.plist): Added rule to generate %.plist from %.cplist by running
the preprocessor.
* messages.make (ECHO_PREPROCESSING): New message.
* Instance/application.make: If xxx_PREPROCESS_INFO_PLIST is set
to yes in the user makefile, automatically depend on
xxxInfo.plist, which is then automatically generated from
xxxInfo.cplist.
* Master/application.make (_PLIST_INFO_FILES): New variable.
(internal-clean): Remove info plist files generated by the
preprocessor.
Fri Apr 11 12:38:44 2003 Nicola Pero <n.pero@mi.flashnet.it>
* GNUmakefile.in (install): Bug fix - install fixpath.sh from the