1997-09-23 22:43:24 +00:00
|
|
|
#
|
|
|
|
# Main makefile for GNUstep GUI Library
|
|
|
|
# Copyright (C) 1997 Free Software Foundation, Inc.
|
|
|
|
#
|
|
|
|
# Author: Scott Christley <scottc@net-community.com>
|
|
|
|
#
|
|
|
|
# This file is part of the GNUstep GUI Library.
|
|
|
|
#
|
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU Library General Public
|
|
|
|
# License as published by the Free Software Foundation; either
|
|
|
|
# version 2 of the License, or (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This library 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
|
|
|
|
# Library General Public License for more details.
|
|
|
|
#
|
|
|
|
# If you are interested in a warranty or support for this source code,
|
|
|
|
# contact Scott Christley at scottc@net-community.com
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Library General Public
|
|
|
|
# License along with this library; see the file COPYING.LIB.
|
|
|
|
# If not, write to the Free Software Foundation,
|
|
|
|
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
|
|
|
1997-10-28 20:53:03 +00:00
|
|
|
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
|
|
|
|
1998-02-06 19:12:03 +00:00
|
|
|
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
1998-02-04 17:46:08 +00:00
|
|
|
|
1998-02-06 19:12:03 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
1997-09-23 22:43:24 +00:00
|
|
|
|
|
|
|
include ../Version
|
|
|
|
|
|
|
|
# The library to be compiled
|
|
|
|
LIBRARY_NAME=libgnustep-gui
|
|
|
|
|
|
|
|
# The Objective-C source files to be compiled
|
1998-12-10 18:07:24 +00:00
|
|
|
libgnustep-gui_OBJC_FILES = Functions.m \
|
1998-11-25 17:16:48 +00:00
|
|
|
GSContext.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSActionCell.m \
|
|
|
|
NSApplication.m \
|
|
|
|
NSBitmapImageRep.m \
|
|
|
|
NSBox.m \
|
|
|
|
NSBrowser.m \
|
|
|
|
NSBrowserCell.m \
|
|
|
|
NSBundleAdditions.m \
|
|
|
|
NSButton.m \
|
|
|
|
NSButtonCell.m \
|
|
|
|
NSCStringText.m \
|
|
|
|
NSCachedImageRep.m \
|
|
|
|
NSCell.m \
|
|
|
|
NSClipView.m \
|
|
|
|
NSColor.m \
|
|
|
|
NSColorList.m \
|
|
|
|
NSColorPanel.m \
|
|
|
|
NSColorPicker.m \
|
|
|
|
NSColorWell.m \
|
|
|
|
NSControl.m \
|
|
|
|
NSCursor.m \
|
|
|
|
NSCustomImageRep.m \
|
|
|
|
NSDataLink.m \
|
|
|
|
NSDataLinkManager.m \
|
|
|
|
NSDataLinkPanel.m \
|
|
|
|
NSEPSImageRep.m \
|
|
|
|
NSEvent.m \
|
1998-09-02 15:05:13 +00:00
|
|
|
NSFileWrapper.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSFont.m \
|
|
|
|
NSFontManager.m \
|
|
|
|
NSFontPanel.m \
|
|
|
|
NSForm.m \
|
|
|
|
NSFormCell.m \
|
|
|
|
NSHelpPanel.m \
|
|
|
|
NSImage.m \
|
|
|
|
NSImageRep.m \
|
1998-01-09 22:28:14 +00:00
|
|
|
NSImageView.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSMatrix.m \
|
|
|
|
NSMenu.m \
|
|
|
|
NSMenuItem.m \
|
|
|
|
NSOpenPanel.m \
|
|
|
|
NSPageLayout.m \
|
|
|
|
NSPanel.m \
|
1998-09-01 13:23:23 +00:00
|
|
|
NSParagraphStyle.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSPrinter.m \
|
|
|
|
NSPrintInfo.m \
|
|
|
|
NSPrintOperation.m \
|
|
|
|
NSPrintPanel.m \
|
|
|
|
NSPopUpButton.m \
|
|
|
|
NSResponder.m \
|
|
|
|
NSSavePanel.m \
|
|
|
|
NSScreen.m \
|
|
|
|
NSScroller.m \
|
|
|
|
NSScrollView.m \
|
|
|
|
NSSelection.m \
|
|
|
|
NSSlider.m \
|
|
|
|
NSSliderCell.m \
|
|
|
|
NSSpellChecker.m \
|
|
|
|
NSSpellServer.m \
|
|
|
|
NSSplitView.m \
|
1998-08-08 16:09:35 +00:00
|
|
|
NSStringDrawing.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSText.m \
|
|
|
|
NSTextField.m \
|
|
|
|
NSTextFieldCell.m \
|
1998-01-30 00:34:25 +00:00
|
|
|
NSTextView.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSView.m \
|
|
|
|
NSWindow.m \
|
|
|
|
NSWorkspace.m \
|
1998-12-09 01:26:37 +00:00
|
|
|
GSTrackingRect.m \
|
1998-12-10 21:14:52 +00:00
|
|
|
GSServicesManager.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
PSMatrix.m \
|
|
|
|
tiff.m \
|
|
|
|
externs.m
|
|
|
|
|
1997-11-01 21:20:49 +00:00
|
|
|
ifneq ($(FOUNDATION_LIB), fd)
|
|
|
|
libgnustep-gui_OBJC_FILES += NSPasteboard.m
|
|
|
|
endif
|
|
|
|
|
1997-10-29 21:56:04 +00:00
|
|
|
libgnustep-gui_HEADER_FILES_DIR = ../Headers
|
|
|
|
libgnustep-gui_HEADER_FILES_INSTALL_DIR = /gnustep/gui
|
1997-09-23 22:43:24 +00:00
|
|
|
|
1997-10-29 21:56:04 +00:00
|
|
|
libgnustep-gui_HEADER_FILES = \
|
1997-09-23 22:43:24 +00:00
|
|
|
AppKit/AppKit.h \
|
1998-11-25 17:16:48 +00:00
|
|
|
AppKit/GSContext.h \
|
1997-09-23 22:43:24 +00:00
|
|
|
AppKit/NSActionCell.h \
|
|
|
|
AppKit/NSApplication.h \
|
|
|
|
AppKit/NSBitmapImageRep.h \
|
|
|
|
AppKit/NSBox.h \
|
|
|
|
AppKit/NSBrowser.h \
|
|
|
|
AppKit/NSBrowserCell.h \
|
|
|
|
AppKit/NSButton.h \
|
|
|
|
AppKit/NSButtonCell.h \
|
|
|
|
AppKit/NSCStringText.h \
|
|
|
|
AppKit/NSCachedImageRep.h \
|
|
|
|
AppKit/NSCell.h \
|
|
|
|
AppKit/NSClipView.h \
|
|
|
|
AppKit/NSColor.h \
|
|
|
|
AppKit/NSColorList.h \
|
|
|
|
AppKit/NSColorPanel.h \
|
|
|
|
AppKit/NSColorPicker.h \
|
|
|
|
AppKit/NSColorPicking.h \
|
|
|
|
AppKit/NSColorWell.h \
|
|
|
|
AppKit/NSControl.h \
|
|
|
|
AppKit/NSCursor.h \
|
|
|
|
AppKit/NSCustomImageRep.h \
|
|
|
|
AppKit/NSDataLink.h \
|
|
|
|
AppKit/NSDataLinkManager.h \
|
|
|
|
AppKit/NSDataLinkPanel.h \
|
|
|
|
AppKit/NSDragging.h \
|
|
|
|
AppKit/NSEPSImageRep.h \
|
|
|
|
AppKit/NSEvent.h \
|
1998-09-02 15:05:13 +00:00
|
|
|
AppKit/NSFileWrapper.h \
|
1997-09-23 22:43:24 +00:00
|
|
|
AppKit/NSFont.h \
|
|
|
|
AppKit/NSFontManager.h \
|
|
|
|
AppKit/NSFontPanel.h \
|
|
|
|
AppKit/NSForm.h \
|
|
|
|
AppKit/NSFormCell.h \
|
|
|
|
AppKit/NSGraphics.h \
|
|
|
|
AppKit/NSHelpPanel.h \
|
|
|
|
AppKit/NSImage.h \
|
|
|
|
AppKit/NSImageRep.h \
|
1998-01-09 22:28:14 +00:00
|
|
|
AppKit/NSImageView.h \
|
1998-09-01 13:23:23 +00:00
|
|
|
AppKit/NSLayoutManager.h \
|
1997-09-23 22:43:24 +00:00
|
|
|
AppKit/NSMatrix.h \
|
|
|
|
AppKit/NSMenu.h \
|
|
|
|
AppKit/NSMenuItem.h \
|
|
|
|
AppKit/NSNibLoading.h \
|
1999-02-16 17:39:42 +00:00
|
|
|
AppKit/NSNibDeclarations.h \
|
1997-09-23 22:43:24 +00:00
|
|
|
AppKit/NSOpenPanel.h \
|
|
|
|
AppKit/NSPageLayout.h \
|
|
|
|
AppKit/NSPanel.h \
|
1998-09-01 13:23:23 +00:00
|
|
|
AppKit/NSParagraphStyle.h \
|
1997-09-23 22:43:24 +00:00
|
|
|
AppKit/NSPasteboard.h \
|
|
|
|
AppKit/NSPopUpButton.h \
|
|
|
|
AppKit/NSPrintInfo.h \
|
|
|
|
AppKit/NSPrintOperation.h \
|
|
|
|
AppKit/NSPrintPanel.h \
|
|
|
|
AppKit/NSPrinter.h \
|
|
|
|
AppKit/NSResponder.h \
|
|
|
|
AppKit/NSSavePanel.h \
|
|
|
|
AppKit/NSScreen.h \
|
|
|
|
AppKit/NSScrollView.h \
|
|
|
|
AppKit/NSScroller.h \
|
|
|
|
AppKit/NSSelection.h \
|
|
|
|
AppKit/NSSlider.h \
|
|
|
|
AppKit/NSSliderCell.h \
|
|
|
|
AppKit/NSSpellChecker.h \
|
|
|
|
AppKit/NSSpellProtocol.h \
|
|
|
|
AppKit/NSSpellServer.h \
|
|
|
|
AppKit/NSSplitView.h \
|
1998-09-01 13:23:23 +00:00
|
|
|
AppKit/NSTextStorage.h \
|
1998-08-08 16:09:35 +00:00
|
|
|
AppKit/NSStringDrawing.h \
|
1997-09-23 22:43:24 +00:00
|
|
|
AppKit/NSText.h \
|
1998-09-01 13:23:23 +00:00
|
|
|
AppKit/NSTextAttachment.h \
|
|
|
|
AppKit/NSTextContainer.h \
|
1997-09-23 22:43:24 +00:00
|
|
|
AppKit/NSTextField.h \
|
|
|
|
AppKit/NSTextFieldCell.h \
|
1998-09-01 13:23:23 +00:00
|
|
|
AppKit/NSTextStorage.h \
|
1998-01-30 00:34:25 +00:00
|
|
|
AppKit/NSTextView.h \
|
1997-09-23 22:43:24 +00:00
|
|
|
AppKit/NSView.h \
|
|
|
|
AppKit/NSWindow.h \
|
|
|
|
AppKit/NSWorkspace.h \
|
1998-12-09 01:26:37 +00:00
|
|
|
AppKit/GSTrackingRect.h \
|
1997-09-23 22:43:24 +00:00
|
|
|
AppKit/PSMatrix.h \
|
1998-11-16 20:32:48 +00:00
|
|
|
AppKit/nsimage-tiff.h \
|
1998-12-10 21:14:52 +00:00
|
|
|
AppKit/GSServicesManager.h \
|
1997-09-23 22:43:24 +00:00
|
|
|
|
1997-10-28 20:44:38 +00:00
|
|
|
-include GNUmakefile.preamble
|
1997-09-23 22:43:24 +00:00
|
|
|
|
1998-02-05 16:48:59 +00:00
|
|
|
-include GNUmakefile.local
|
|
|
|
|
1998-02-06 19:12:03 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/library.make
|
1997-09-23 22:43:24 +00:00
|
|
|
|
1997-10-28 20:44:38 +00:00
|
|
|
-include GNUmakefile.postamble
|