1999-12-08 15:04:57 +00:00
|
|
|
# GNUmakefile: main makefile for GNUstep Object Relationship Modeller
|
|
|
|
#
|
2003-05-10 21:19:25 +00:00
|
|
|
# Copyright (C) 1999,2002,2003 Free Software Foundation, Inc.
|
1999-12-08 15:04:57 +00:00
|
|
|
#
|
2003-05-10 21:19:25 +00:00
|
|
|
# Author: Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
# Date: 2003
|
1999-12-08 15:04:57 +00:00
|
|
|
# Author: Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
# Date: 1999
|
|
|
|
#
|
|
|
|
# This file is part of GNUstep.
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
2005-05-26 03:08:06 +00:00
|
|
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
1999-12-08 15:04:57 +00:00
|
|
|
#
|
|
|
|
|
2006-10-11 02:46:36 +00:00
|
|
|
# Put in the system directory...
|
|
|
|
GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
|
|
|
|
|
1999-12-08 15:04:57 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
2006-08-29 04:34:43 +00:00
|
|
|
CVS_MODULE_NAME = gorm
|
|
|
|
SVN_MODULE_NAME = gorm
|
|
|
|
SVN_BASE_URL = svn+ssh://svn.gna.org/svn/gnustep/apps
|
|
|
|
|
|
|
|
|
2006-08-29 04:18:10 +00:00
|
|
|
PACKAGE_NAME=gorm
|
2001-04-25 03:08:40 +00:00
|
|
|
include ./Version
|
|
|
|
|
1999-12-08 15:04:57 +00:00
|
|
|
#
|
|
|
|
# Each palette is a subproject
|
|
|
|
#
|
|
|
|
SUBPROJECTS = \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormObjCHeaderParser \
|
2003-05-23 02:25:34 +00:00
|
|
|
GormLib \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormCore \
|
|
|
|
GormPrefs \
|
2007-11-30 20:59:03 +00:00
|
|
|
Palettes \
|
|
|
|
Plugins
|
1999-12-08 15:04:57 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# MAIN APP
|
|
|
|
#
|
|
|
|
APP_NAME = Gorm
|
2000-01-07 11:11:08 +00:00
|
|
|
Gorm_PRINCIPAL_CLASS=Gorm
|
1999-12-08 15:04:57 +00:00
|
|
|
Gorm_APPLICATION_ICON=Gorm.tiff
|
|
|
|
Gorm_RESOURCE_FILES = \
|
2001-07-06 17:10:51 +00:00
|
|
|
GormInfo.plist \
|
2005-03-31 03:01:36 +00:00
|
|
|
Resources/ClassInformation.plist \
|
|
|
|
Resources/VersionProfiles.plist \
|
|
|
|
Resources/Defaults.plist \
|
1999-12-16 21:41:21 +00:00
|
|
|
Palettes/0Menus/0Menus.palette \
|
|
|
|
Palettes/1Windows/1Windows.palette \
|
|
|
|
Palettes/2Controls/2Controls.palette \
|
|
|
|
Palettes/3Containers/3Containers.palette \
|
2001-11-20 16:47:52 +00:00
|
|
|
Palettes/4Data/4Data.palette \
|
2008-05-17 00:43:33 +00:00
|
|
|
Plugins/Gorm/Gorm.plugin \
|
|
|
|
Plugins/Nib/Nib.plugin \
|
|
|
|
Plugins/GModel/GModel.plugin \
|
1999-12-08 15:04:57 +00:00
|
|
|
Images/GormClass.tiff \
|
|
|
|
Images/GormFilesOwner.tiff \
|
|
|
|
Images/GormFirstResponder.tiff \
|
|
|
|
Images/GormFontManager.tiff \
|
|
|
|
Images/GormImage.tiff \
|
|
|
|
Images/GormWindow.tiff \
|
|
|
|
Images/GormMenu.tiff \
|
|
|
|
Images/GormObject.tiff \
|
|
|
|
Images/GormSound.tiff \
|
1999-12-22 12:20:22 +00:00
|
|
|
Images/GormUnknown.tiff \
|
1999-12-17 12:44:06 +00:00
|
|
|
Images/GormSourceTag.tiff \
|
|
|
|
Images/GormTargetTag.tiff \
|
1999-12-17 21:34:36 +00:00
|
|
|
Images/GormLinkImage.tiff \
|
1999-12-21 15:32:54 +00:00
|
|
|
Images/GormEHCoil.tiff \
|
|
|
|
Images/GormEHLine.tiff \
|
|
|
|
Images/GormEVCoil.tiff \
|
|
|
|
Images/GormEVLine.tiff \
|
|
|
|
Images/GormMHCoil.tiff \
|
|
|
|
Images/GormMHLine.tiff \
|
|
|
|
Images/GormMVCoil.tiff \
|
|
|
|
Images/GormMVLine.tiff \
|
2001-10-27 20:34:04 +00:00
|
|
|
Images/Gorm.tiff \
|
2006-03-21 03:42:51 +00:00
|
|
|
Images/GormFile.tiff \
|
2006-03-22 00:54:43 +00:00
|
|
|
Images/GormNib.tiff \
|
2006-03-21 03:42:51 +00:00
|
|
|
Images/GormPalette.tiff \
|
2001-10-27 20:34:04 +00:00
|
|
|
Images/leftalign_nib.tiff \
|
|
|
|
Images/rightalign_nib.tiff \
|
|
|
|
Images/centeralign_nib.tiff \
|
|
|
|
Images/justifyalign_nib.tiff \
|
|
|
|
Images/naturalalign_nib.tiff \
|
|
|
|
Images/iconAbove_nib.tiff \
|
|
|
|
Images/iconBelow_nib.tiff \
|
|
|
|
Images/iconLeft_nib.tiff \
|
|
|
|
Images/iconOnly_nib.tiff \
|
|
|
|
Images/iconRight_nib.tiff \
|
|
|
|
Images/titleOnly_nib.tiff \
|
|
|
|
Images/line_nib.tiff \
|
|
|
|
Images/bezel_nib.tiff \
|
|
|
|
Images/noBorder_nib.tiff \
|
2001-11-20 16:47:52 +00:00
|
|
|
Images/ridge_nib.tiff \
|
|
|
|
Images/button_nib.tiff \
|
2003-06-01 20:08:52 +00:00
|
|
|
Images/shortbutton_nib.tiff \
|
2001-11-20 16:47:52 +00:00
|
|
|
Images/photoframe_nib.tiff \
|
|
|
|
Images/date_formatter.tiff \
|
|
|
|
Images/number_formatter.tiff \
|
|
|
|
Images/Sunday_seurat.tiff \
|
|
|
|
Images/iconBottomLeft_nib.tiff \
|
|
|
|
Images/iconBottomRight_nib.tiff \
|
|
|
|
Images/iconBottom_nib.tiff \
|
|
|
|
Images/iconCenterLeft_nib.tiff \
|
|
|
|
Images/iconCenterRight_nib.tiff \
|
|
|
|
Images/iconCenter_nib.tiff \
|
|
|
|
Images/iconTopLeft_nib.tiff \
|
|
|
|
Images/iconTopRight_nib.tiff \
|
|
|
|
Images/iconTop_nib.tiff \
|
2002-07-08 04:45:23 +00:00
|
|
|
Images/GormAction.tiff \
|
|
|
|
Images/GormOutlet.tiff \
|
2002-07-09 00:28:22 +00:00
|
|
|
Images/GormActionSelected.tiff \
|
|
|
|
Images/GormOutletSelected.tiff \
|
2003-05-08 04:56:10 +00:00
|
|
|
Images/FileIcon_gmodel.tiff \
|
2003-06-01 17:50:36 +00:00
|
|
|
Images/tabtop_nib.tiff \
|
|
|
|
Images/tabbot_nib.tiff \
|
2003-09-07 14:42:24 +00:00
|
|
|
Images/GormView.tiff \
|
2004-02-15 00:50:50 +00:00
|
|
|
Images/LeftArr.tiff \
|
|
|
|
Images/RightArr.tiff \
|
2006-10-10 04:01:57 +00:00
|
|
|
Images/GormTesting.tiff \
|
|
|
|
Images/outlineView.tiff \
|
|
|
|
Images/browserView.tiff
|
2005-03-31 03:01:36 +00:00
|
|
|
|
|
|
|
Gorm_LOCALIZED_RESOURCE_FILES = \
|
2006-10-05 17:20:40 +00:00
|
|
|
GormClassEditor.gorm \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormClassInspector.gorm \
|
|
|
|
GormClassPanel.gorm \
|
2005-08-07 02:24:49 +00:00
|
|
|
GormConnectionInspector.gorm \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormCustomClassInspector.gorm \
|
|
|
|
GormDocument.gorm \
|
2005-09-13 02:42:18 +00:00
|
|
|
GormDummyInspector.gorm \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormFontView.gorm \
|
2006-10-23 05:16:42 +00:00
|
|
|
GormHelpInspector.gorm \
|
2005-03-31 03:01:36 +00:00
|
|
|
Gorm.gorm \
|
|
|
|
GormImageInspector.gorm \
|
2008-01-01 02:24:35 +00:00
|
|
|
GormInconsistenciesPanel.gorm \
|
2005-09-13 02:16:53 +00:00
|
|
|
GormInspectorPanel.gorm \
|
2005-08-08 01:07:35 +00:00
|
|
|
GormObjectInspector.gorm \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormNSSplitViewInspector.gorm \
|
2008-04-27 23:34:38 +00:00
|
|
|
GormPalettePanel.gorm \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormPrefColors.gorm \
|
|
|
|
GormPreferences.gorm \
|
|
|
|
GormPrefGeneral.gorm \
|
|
|
|
GormPrefGuideline.gorm \
|
|
|
|
GormPrefHeaders.gorm \
|
|
|
|
GormPrefPalettes.gorm \
|
|
|
|
GormScrollViewAttributesInspector.gorm \
|
|
|
|
GormSetName.gorm \
|
|
|
|
GormShelfPref.gorm \
|
|
|
|
GormSoundInspector.gorm \
|
|
|
|
GormViewSizeInspector.gorm
|
|
|
|
|
|
|
|
Gorm_LANGUAGES = \
|
|
|
|
English
|
1999-12-08 15:04:57 +00:00
|
|
|
|
2005-03-31 03:01:36 +00:00
|
|
|
Gorm_HEADERS =
|
2003-05-13 04:10:12 +00:00
|
|
|
|
1999-12-08 15:04:57 +00:00
|
|
|
Gorm_OBJC_FILES = \
|
2005-03-31 03:01:36 +00:00
|
|
|
Gorm.m \
|
|
|
|
main.m
|
1999-12-08 15:04:57 +00:00
|
|
|
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
-include GNUmakefile.local
|
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
|
|
|
include $(GNUSTEP_MAKEFILES)/application.make
|
|
|
|
|
|
|
|
-include GNUmakefile.postamble
|