Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gorm

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27350 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2008-12-19 13:09:11 +00:00
parent 86137d3fa7
commit 131c05030e
17 changed files with 24 additions and 18 deletions

View file

@ -1,3 +1,10 @@
2008-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
* 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 <nicola.pero@meta-innovation.com> 2008-12-18 Nicola Pero <nicola.pero@meta-innovation.com>
* All GNUmakefiles: added GNUSTEP_CORE_SOFTWARE=YES at the * All GNUmakefiles: added GNUSTEP_CORE_SOFTWARE=YES at the

View file

@ -1,4 +1,4 @@
GNUSTEP_CORE_SOFTWARE = YES PACKAGE_NAME = gorm
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make
include ../Version include ../Version

View file

@ -24,8 +24,8 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# #
GNUSTEP_CORE_SOFTWARE = YES PACKAGE_NAME = gorm
export GNUSTEP_CORE_SOFTWARE export PACKAGE_NAME
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make
CVS_MODULE_NAME = gorm CVS_MODULE_NAME = gorm
@ -33,7 +33,6 @@ SVN_MODULE_NAME = gorm
SVN_BASE_URL = svn+ssh://svn.gna.org/svn/gnustep/apps SVN_BASE_URL = svn+ssh://svn.gna.org/svn/gnustep/apps
PACKAGE_NAME=gorm
include ./Version include ./Version
# #

View file

@ -24,7 +24,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
# #
GNUSTEP_CORE_SOFTWARE = YES PACKAGE_NAME = gorm
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make

View file

@ -3,7 +3,7 @@
# Written by Gregory John Casamento <greg_casamento@yahoo.com> # Written by Gregory John Casamento <greg_casamento@yahoo.com>
# #
GNUSTEP_CORE_SOFTWARE = YES PACKAGE_NAME = gorm
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make

View file

@ -2,7 +2,7 @@
# GNUmakefile # GNUmakefile
# Written by Gregory John Casamento <greg_casamento@yahoo.com> # Written by Gregory John Casamento <greg_casamento@yahoo.com>
# #
GNUSTEP_CORE_SOFTWARE = YES PACKAGE_NAME = gorm
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make

View file

@ -2,7 +2,7 @@
# GNUmakefile # GNUmakefile
# Written by Gregory John Casamento <greg_casamento@yahoo.com> # Written by Gregory John Casamento <greg_casamento@yahoo.com>
# #
GNUSTEP_CORE_SOFTWARE = YES PACKAGE_NAME = gorm
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make

View file

@ -21,7 +21,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
GNUSTEP_CORE_SOFTWARE = YES PACKAGE_NAME = gorm
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make
PALETTE_NAME = 0Menus PALETTE_NAME = 0Menus

View file

@ -21,7 +21,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
GNUSTEP_CORE_SOFTWARE = YES PACKAGE_NAME = gorm
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make
PALETTE_NAME = 1Windows PALETTE_NAME = 1Windows

View file

@ -21,7 +21,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
GNUSTEP_CORE_SOFTWARE = YES PACKAGE_NAME = gorm
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make
PALETTE_NAME = 2Controls PALETTE_NAME = 2Controls

View file

@ -21,7 +21,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
GNUSTEP_CORE_SOFTWARE = YES PACKAGE_NAME = gorm
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make
PALETTE_NAME = 3Containers PALETTE_NAME = 3Containers

View file

@ -21,7 +21,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
GNUSTEP_CORE_SOFTWARE = YES PACKAGE_NAME = gorm
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make
PALETTE_NAME = 4Data PALETTE_NAME = 4Data

View file

@ -21,7 +21,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
# #
GNUSTEP_CORE_SOFTWARE = YES PACKAGE_NAME = gorm
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make
# #

View file

@ -21,7 +21,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
GNUSTEP_CORE_SOFTWARE = YES PACKAGE_NAME = gorm
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make
BUNDLE_NAME = GModel BUNDLE_NAME = GModel

View file

@ -22,7 +22,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
# #
GNUSTEP_CORE_SOFTWARE = YES PACKAGE_NAME = gorm
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make
# #

View file

@ -21,7 +21,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
GNUSTEP_CORE_SOFTWARE = YES PACKAGE_NAME = gorm
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make
BUNDLE_NAME = Gorm BUNDLE_NAME = Gorm

View file

@ -21,7 +21,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
GNUSTEP_CORE_SOFTWARE = YES PACKAGE_NAME = gorm
include $(GNUSTEP_MAKEFILES)/common.make include $(GNUSTEP_MAKEFILES)/common.make
BUNDLE_NAME = Nib BUNDLE_NAME = Nib