Another step in simplifying messy code in common.make for library flags.

Also, removed some duplication of flags in case gnustep is flattened


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11054 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-10-01 00:49:07 +00:00
parent 556bc0da05
commit df74ca9fd1

View file

@ -1,3 +1,22 @@
Sun Sep 30 14:09:05 2001 Nicola Pero <n.pero@mi.flashnet.it>
* common.make (GNUSTEP_SYSTEM_LIBRARIES): Variable removed.
(GNUSTEP_SYSTEM_TARGET_LIBRARIES): Variable removed.
(GNUSTEP_SYSTEM_LIBRARIES_FLAGS): Updated for removal of
variables. Do not duplicate flags in case GNUSTEP_FLATTENED.
(GNUSTEP_LOCAL_LIBRARIES): Corresponding change.
(GNUSTEP_LOCAL_TARGET_LIBRARIES): Corresponding change.
(GNUSTEP_LOCAL_LIBRARIES_FLAGS): Corresponding change.
(GNUSTEP_NETWORK_LIBRARIES): Corresponding change.
(GNUSTEP_NETWORK_TARGET_LIBRARIES): Corresponding change.
(GNUSTEP_NETWORK_LIBRARIES_FLAGS): Corresponding change.
(GNUSTEP_USER_LIBRARIES): Corresponding change.
(GNUSTEP_USER_TARGET_LIBRARIES): Corresponding change.
(GNUSTEP_USER_LIBRARIES_FLAGS): Corresponding change.
Sun Sep 30 14:03:02 2001 Nicola Pero <n.pero@mi.flashnet.it>
* common.make (GNUSTEP_LOCAL_TARGET_LIBRARIES_FLAGS): Variable