diff --git a/ChangeLog b/ChangeLog index e768d552..c364ea69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-12-19 Nicola Pero + + * All GNUmakefiles: removed GNUSTEP_CORE_SOFTWARE=YES and + added PACKAGE_NAME=gorm. + * GNUmakefile: Export PACKAGE_NAME to reduce chances of a problem + if a GNUmakefile in a subdirectory is missing it. + 2008-12-18 Nicola Pero * All GNUmakefiles: added GNUSTEP_CORE_SOFTWARE=YES at the diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 7e602c71..68e73e49 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -1,4 +1,4 @@ -GNUSTEP_CORE_SOFTWARE = YES +PACKAGE_NAME = gorm include $(GNUSTEP_MAKEFILES)/common.make include ../Version diff --git a/GNUmakefile b/GNUmakefile index eba4c418..40bcaf3f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -24,8 +24,8 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -GNUSTEP_CORE_SOFTWARE = YES -export GNUSTEP_CORE_SOFTWARE +PACKAGE_NAME = gorm +export PACKAGE_NAME include $(GNUSTEP_MAKEFILES)/common.make CVS_MODULE_NAME = gorm @@ -33,7 +33,6 @@ SVN_MODULE_NAME = gorm SVN_BASE_URL = svn+ssh://svn.gna.org/svn/gnustep/apps -PACKAGE_NAME=gorm include ./Version # diff --git a/GormCore/GNUmakefile b/GormCore/GNUmakefile index c61bd87e..d0916189 100644 --- a/GormCore/GNUmakefile +++ b/GormCore/GNUmakefile @@ -24,7 +24,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # -GNUSTEP_CORE_SOFTWARE = YES +PACKAGE_NAME = gorm include $(GNUSTEP_MAKEFILES)/common.make diff --git a/GormLib/GNUmakefile b/GormLib/GNUmakefile index 8c1fce34..bdeed432 100644 --- a/GormLib/GNUmakefile +++ b/GormLib/GNUmakefile @@ -3,7 +3,7 @@ # Written by Gregory John Casamento # -GNUSTEP_CORE_SOFTWARE = YES +PACKAGE_NAME = gorm include $(GNUSTEP_MAKEFILES)/common.make diff --git a/GormObjCHeaderParser/GNUmakefile b/GormObjCHeaderParser/GNUmakefile index e35a10e4..d3634dce 100644 --- a/GormObjCHeaderParser/GNUmakefile +++ b/GormObjCHeaderParser/GNUmakefile @@ -2,7 +2,7 @@ # GNUmakefile # Written by Gregory John Casamento # -GNUSTEP_CORE_SOFTWARE = YES +PACKAGE_NAME = gorm include $(GNUSTEP_MAKEFILES)/common.make diff --git a/GormPrefs/GNUmakefile b/GormPrefs/GNUmakefile index 6c5f8512..5362ae56 100644 --- a/GormPrefs/GNUmakefile +++ b/GormPrefs/GNUmakefile @@ -2,7 +2,7 @@ # GNUmakefile # Written by Gregory John Casamento # -GNUSTEP_CORE_SOFTWARE = YES +PACKAGE_NAME = gorm include $(GNUSTEP_MAKEFILES)/common.make diff --git a/Palettes/0Menus/GNUmakefile b/Palettes/0Menus/GNUmakefile index 11dece79..e63f8a2b 100644 --- a/Palettes/0Menus/GNUmakefile +++ b/Palettes/0Menus/GNUmakefile @@ -21,7 +21,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -GNUSTEP_CORE_SOFTWARE = YES +PACKAGE_NAME = gorm include $(GNUSTEP_MAKEFILES)/common.make PALETTE_NAME = 0Menus diff --git a/Palettes/1Windows/GNUmakefile b/Palettes/1Windows/GNUmakefile index 6593a9a7..00d5ba20 100644 --- a/Palettes/1Windows/GNUmakefile +++ b/Palettes/1Windows/GNUmakefile @@ -21,7 +21,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -GNUSTEP_CORE_SOFTWARE = YES +PACKAGE_NAME = gorm include $(GNUSTEP_MAKEFILES)/common.make PALETTE_NAME = 1Windows diff --git a/Palettes/2Controls/GNUmakefile b/Palettes/2Controls/GNUmakefile index a91a7dee..c7f21fcf 100644 --- a/Palettes/2Controls/GNUmakefile +++ b/Palettes/2Controls/GNUmakefile @@ -21,7 +21,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -GNUSTEP_CORE_SOFTWARE = YES +PACKAGE_NAME = gorm include $(GNUSTEP_MAKEFILES)/common.make PALETTE_NAME = 2Controls diff --git a/Palettes/3Containers/GNUmakefile b/Palettes/3Containers/GNUmakefile index 7fe01660..595cb616 100644 --- a/Palettes/3Containers/GNUmakefile +++ b/Palettes/3Containers/GNUmakefile @@ -21,7 +21,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -GNUSTEP_CORE_SOFTWARE = YES +PACKAGE_NAME = gorm include $(GNUSTEP_MAKEFILES)/common.make PALETTE_NAME = 3Containers diff --git a/Palettes/4Data/GNUmakefile b/Palettes/4Data/GNUmakefile index b3c0446a..d4320c1c 100644 --- a/Palettes/4Data/GNUmakefile +++ b/Palettes/4Data/GNUmakefile @@ -21,7 +21,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -GNUSTEP_CORE_SOFTWARE = YES +PACKAGE_NAME = gorm include $(GNUSTEP_MAKEFILES)/common.make PALETTE_NAME = 4Data diff --git a/Palettes/GNUmakefile b/Palettes/GNUmakefile index a7aa7e68..a70d82bb 100644 --- a/Palettes/GNUmakefile +++ b/Palettes/GNUmakefile @@ -21,7 +21,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. # -GNUSTEP_CORE_SOFTWARE = YES +PACKAGE_NAME = gorm include $(GNUSTEP_MAKEFILES)/common.make # diff --git a/Plugins/GModel/GNUmakefile b/Plugins/GModel/GNUmakefile index 796cda95..3ba48a67 100644 --- a/Plugins/GModel/GNUmakefile +++ b/Plugins/GModel/GNUmakefile @@ -21,7 +21,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -GNUSTEP_CORE_SOFTWARE = YES +PACKAGE_NAME = gorm include $(GNUSTEP_MAKEFILES)/common.make BUNDLE_NAME = GModel diff --git a/Plugins/GNUmakefile b/Plugins/GNUmakefile index 1c2f20fd..d5b38753 100644 --- a/Plugins/GNUmakefile +++ b/Plugins/GNUmakefile @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. # -GNUSTEP_CORE_SOFTWARE = YES +PACKAGE_NAME = gorm include $(GNUSTEP_MAKEFILES)/common.make # diff --git a/Plugins/Gorm/GNUmakefile b/Plugins/Gorm/GNUmakefile index 404f77ef..6e4f8694 100644 --- a/Plugins/Gorm/GNUmakefile +++ b/Plugins/Gorm/GNUmakefile @@ -21,7 +21,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -GNUSTEP_CORE_SOFTWARE = YES +PACKAGE_NAME = gorm include $(GNUSTEP_MAKEFILES)/common.make BUNDLE_NAME = Gorm diff --git a/Plugins/Nib/GNUmakefile b/Plugins/Nib/GNUmakefile index 9caa6cff..e061c4dc 100644 --- a/Plugins/Nib/GNUmakefile +++ b/Plugins/Nib/GNUmakefile @@ -21,7 +21,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -GNUSTEP_CORE_SOFTWARE = YES +PACKAGE_NAME = gorm include $(GNUSTEP_MAKEFILES)/common.make BUNDLE_NAME = Nib