2005-03-31 03:01:36 +00:00
|
|
|
# GNUmakefile: main makefile for GNUstep Object Relationship Modeller
|
|
|
|
#
|
|
|
|
# Copyright (C) 1999,2002,2003 Free Software Foundation, Inc.
|
|
|
|
#
|
|
|
|
# Author: Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
# Date: 2003
|
|
|
|
# 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
|
|
|
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
|
|
|
PACKAGE_NAME=GormCore
|
|
|
|
LIBRARY_VAR=GORMCORE
|
|
|
|
LIBRARY_NAME=GormCore
|
|
|
|
GormCore_HEADER_FILES_DIR=.
|
|
|
|
GormCore_HEADER_FILES_INSTALL_DIR=/GormCore
|
|
|
|
ADDITIONAL_INCLUDE_DIRS = -I..
|
|
|
|
srcdir = .
|
|
|
|
|
2006-10-21 00:09:12 +00:00
|
|
|
include ../Version
|
|
|
|
|
2005-03-31 03:01:36 +00:00
|
|
|
GormCore_HEADER_FILES = \
|
|
|
|
GormBoxEditor.h \
|
2005-04-23 17:16:10 +00:00
|
|
|
GormClassEditor.h \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormClassInspector.h \
|
|
|
|
GormClassManager.h \
|
|
|
|
GormClassPanelController.h \
|
2005-08-07 14:17:05 +00:00
|
|
|
GormConnectionInspector.h \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormControlEditor.h \
|
|
|
|
GormCustomClassInspector.h \
|
|
|
|
GormCustomView.h \
|
|
|
|
GormDocument.h \
|
2006-06-05 02:12:00 +00:00
|
|
|
GormDocumentController.h \
|
2006-11-19 00:48:34 +00:00
|
|
|
GormDocumentWindow.h \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormFilePrefsManager.h \
|
|
|
|
GormFilesOwner.h \
|
|
|
|
GormFontViewController.h \
|
|
|
|
GormFunctions.h \
|
2005-04-23 18:43:36 +00:00
|
|
|
GormGenericEditor.h \
|
2006-10-23 05:16:42 +00:00
|
|
|
GormHelpInspector.h \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormImage.h \
|
2005-04-23 18:43:36 +00:00
|
|
|
GormImageEditor.h \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormImageInspector.h \
|
|
|
|
GormInspectorsManager.h \
|
|
|
|
GormInternalViewEditor.h \
|
|
|
|
GormMatrixEditor.h \
|
|
|
|
GormNSSplitViewInspector.h \
|
2005-06-20 23:44:20 +00:00
|
|
|
GormObjectEditor.h \
|
2005-08-08 01:07:35 +00:00
|
|
|
GormObjectInspector.h \
|
2005-06-20 23:44:20 +00:00
|
|
|
GormOpenGLView.h \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormOutlineView.h \
|
|
|
|
GormPalettesManager.h \
|
|
|
|
GormPlacementInfo.h \
|
|
|
|
GormPrivate.h \
|
2005-06-13 03:18:39 +00:00
|
|
|
GormProtocol.h \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormResource.h \
|
2005-04-23 18:43:36 +00:00
|
|
|
GormResourceEditor.h \
|
2005-08-07 02:24:49 +00:00
|
|
|
GormResourceManager.h \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormScrollViewAttributesInspector.h \
|
|
|
|
GormSetNameController.h \
|
|
|
|
GormSound.h \
|
2005-04-23 18:43:36 +00:00
|
|
|
GormSoundEditor.h \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormSoundInspector.h \
|
|
|
|
GormSoundView.h \
|
|
|
|
GormSplitViewEditor.h \
|
|
|
|
GormViewEditor.h \
|
|
|
|
GormViewKnobs.h \
|
2005-08-06 17:59:08 +00:00
|
|
|
GormViewSizeInspector.h \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormViewWindow.h \
|
|
|
|
GormViewWithContentViewEditor.h \
|
|
|
|
GormViewWithSubviewsEditor.h \
|
2005-07-27 02:49:57 +00:00
|
|
|
GormWindowEditor.h \
|
2006-06-10 13:34:44 +00:00
|
|
|
GormWrapperBuilder.h \
|
|
|
|
GormWrapperLoader.h \
|
2005-04-23 17:16:10 +00:00
|
|
|
NSCell+GormAdditions.h \
|
2005-03-31 03:01:36 +00:00
|
|
|
NSColorWell+GormExtensions.h \
|
|
|
|
NSFontManager+GormExtensions.h \
|
|
|
|
NSView+GormExtensions.h
|
|
|
|
|
|
|
|
GormCore_OBJC_FILES = \
|
|
|
|
GormBoxEditor.m \
|
|
|
|
GormClassEditor.m \
|
|
|
|
GormClassInspector.m \
|
|
|
|
GormClassManager.m \
|
|
|
|
GormClassPanelController.m \
|
2005-08-07 12:29:43 +00:00
|
|
|
GormConnectionInspector.m \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormControlEditor.m \
|
|
|
|
GormCustomClassInspector.m \
|
|
|
|
GormCustomView.m \
|
|
|
|
GormDocument.m \
|
2006-06-05 02:12:00 +00:00
|
|
|
GormDocumentController.m \
|
2006-11-19 00:48:34 +00:00
|
|
|
GormDocumentWindow.m \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormFilePrefsManager.m \
|
|
|
|
GormFilesOwner.m \
|
|
|
|
GormFontViewController.m \
|
|
|
|
GormFunctions.m \
|
|
|
|
GormGenericEditor.m \
|
2006-10-23 05:16:42 +00:00
|
|
|
GormHelpInspector.m \
|
2006-06-15 04:51:33 +00:00
|
|
|
GormGormWrapperBuilder.m \
|
|
|
|
GormGormWrapperLoader.m \
|
|
|
|
GormGModelWrapperLoader.m \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormImage.m \
|
|
|
|
GormImageEditor.m \
|
|
|
|
GormImageInspector.m \
|
|
|
|
GormInspectorsManager.m \
|
|
|
|
GormInternalViewEditor.m \
|
|
|
|
GormMatrixEditor.m \
|
2006-08-01 04:16:34 +00:00
|
|
|
GormNibWrapperBuilder.m \
|
2006-06-14 05:47:54 +00:00
|
|
|
GormNibWrapperLoader.m \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormNSSplitViewInspector.m \
|
|
|
|
GormObjectEditor.m \
|
|
|
|
GormObjectInspector.m \
|
2005-06-20 23:44:20 +00:00
|
|
|
GormOpenGLView.m \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormOutlineView.m \
|
|
|
|
GormPalettesManager.m \
|
|
|
|
GormResource.m \
|
|
|
|
GormResourceEditor.m \
|
2005-08-07 02:24:49 +00:00
|
|
|
GormResourceManager.m \
|
2005-03-31 03:01:36 +00:00
|
|
|
GormScrollViewAttributesInspector.m \
|
|
|
|
GormScrollViewEditor.m \
|
|
|
|
GormSetNameController.m \
|
|
|
|
GormSound.m \
|
|
|
|
GormSoundEditor.m \
|
|
|
|
GormSoundInspector.m \
|
|
|
|
GormSoundView.m \
|
|
|
|
GormSplitViewEditor.m \
|
|
|
|
GormViewEditor.m \
|
|
|
|
GormViewKnobs.m \
|
|
|
|
GormViewSizeInspector.m \
|
|
|
|
GormViewWindow.m \
|
|
|
|
GormViewWithContentViewEditor.m \
|
|
|
|
GormViewWithSubviewsEditor.m \
|
|
|
|
GormWindowEditor.m \
|
2006-06-10 13:34:44 +00:00
|
|
|
GormWrapperBuilder.m \
|
|
|
|
GormWrapperLoader.m \
|
2005-04-23 17:16:10 +00:00
|
|
|
NSCell+GormAdditions.m \
|
2005-03-31 03:01:36 +00:00
|
|
|
NSColorWell+GormExtensions.m \
|
|
|
|
NSFontManager+GormExtensions.m \
|
|
|
|
NSView+GormExtensions.m \
|
|
|
|
GormPrivate.m
|
|
|
|
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
-include GNUmakefile.local
|
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
|
|
|
include $(GNUSTEP_MAKEFILES)/library.make
|
|
|
|
|
|
|
|
-include GNUmakefile.postamble
|