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
|
2007-10-29 21:16:17 +00:00
|
|
|
# modify it under the terms of the GNU Lesser General Public
|
1997-09-23 22:43:24 +00:00
|
|
|
# License as published by the Free Software Foundation; either
|
2008-06-10 04:01:49 +00:00
|
|
|
# version 2 of the License, or (at your option) any later version.
|
1997-09-23 22:43:24 +00:00
|
|
|
#
|
|
|
|
# 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
|
2007-10-29 21:16:17 +00:00
|
|
|
# Lesser General Public License for more details.
|
1997-09-23 22:43:24 +00:00
|
|
|
#
|
2007-10-29 21:16:17 +00:00
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
1997-09-23 22:43:24 +00:00
|
|
|
# License along with this library; see the file COPYING.LIB.
|
2007-10-29 21:16:17 +00:00
|
|
|
# If not, see <http://www.gnu.org/licenses/> or write to the
|
|
|
|
# Free Software Foundation, 51 Franklin Street, Fifth Floor,
|
|
|
|
# Boston, MA 02110-1301, USA.
|
1997-09-23 22:43:24 +00:00
|
|
|
|
2008-12-19 13:00:47 +00:00
|
|
|
PACKAGE_NAME = gnustep-gui
|
2001-01-29 19:48:42 +00:00
|
|
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../gui.make
|
1998-02-06 19:12:03 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
1997-09-23 22:43:24 +00:00
|
|
|
|
|
|
|
include ../Version
|
2001-05-11 22:23:11 +00:00
|
|
|
include ../config.make
|
1997-09-23 22:43:24 +00:00
|
|
|
|
2004-09-07 14:26:52 +00:00
|
|
|
# Interface version changes with each minor release
|
2004-09-07 14:39:13 +00:00
|
|
|
libgnustep-gui_INTERFACE_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}
|
2004-09-07 14:26:52 +00:00
|
|
|
|
2002-01-26 04:14:38 +00:00
|
|
|
srcdir = .
|
|
|
|
PACKAGE_NAME = gnustep-gui
|
|
|
|
LIBRARY_VAR = GNUSTEP_GUI
|
|
|
|
|
1997-09-23 22:43:24 +00:00
|
|
|
# The library to be compiled
|
2001-06-25 09:52:54 +00:00
|
|
|
LIBRARY_NAME = libgnustep-gui
|
1997-09-23 22:43:24 +00:00
|
|
|
|
1999-12-16 22:56:45 +00:00
|
|
|
# The Objective-C source files to be compiled
|
2001-08-21 14:52:00 +00:00
|
|
|
libgnustep-gui_C_FILES =
|
1999-12-16 22:56:45 +00:00
|
|
|
|
1997-09-23 22:43:24 +00:00
|
|
|
# The Objective-C source files to be compiled
|
1998-12-10 18:07:24 +00:00
|
|
|
libgnustep-gui_OBJC_FILES = Functions.m \
|
2017-07-17 17:48:24 +00:00
|
|
|
NSAccessibility.m \
|
2020-06-15 08:12:35 +00:00
|
|
|
NSAccessibilityCustomAction.m \
|
|
|
|
NSAccessibilityCustomRotor.m \
|
|
|
|
NSAccessibilityElement.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSActionCell.m \
|
1999-03-01 20:53:55 +00:00
|
|
|
NSAffineTransform.m \
|
2004-07-07 22:43:04 +00:00
|
|
|
NSAlert.m \
|
2007-03-15 20:33:36 +00:00
|
|
|
NSAnimation.m \
|
2015-06-14 21:47:43 +00:00
|
|
|
NSAnimationContext.m \
|
2020-01-15 13:19:59 +00:00
|
|
|
NSAppearance.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSApplication.m \
|
2006-12-19 18:35:16 +00:00
|
|
|
NSArrayController.m \
|
1999-07-25 21:44:07 +00:00
|
|
|
NSAttributedString.m \
|
1999-12-21 23:39:32 +00:00
|
|
|
NSBezierPath.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSBitmapImageRep.m \
|
2004-01-08 21:46:07 +00:00
|
|
|
NSBitmapImageRep+GIF.m \
|
2008-08-12 04:58:04 +00:00
|
|
|
NSBitmapImageRep+ICNS.m \
|
2004-01-07 23:53:15 +00:00
|
|
|
NSBitmapImageRep+JPEG.m \
|
|
|
|
NSBitmapImageRep+PNG.m \
|
|
|
|
NSBitmapImageRep+PNM.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSBox.m \
|
|
|
|
NSBrowser.m \
|
|
|
|
NSBrowserCell.m \
|
|
|
|
NSBundleAdditions.m \
|
|
|
|
NSButton.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSButtonTouchBarItem.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSButtonCell.m \
|
|
|
|
NSCachedImageRep.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSCandidateListTouchBarItem.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSCell.m \
|
2019-12-03 23:47:36 +00:00
|
|
|
NSCIImageRep.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSClipView.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSClickGestureRecognizer.m \
|
2013-04-18 03:57:49 +00:00
|
|
|
NSCollectionView.m \
|
2013-04-21 13:28:47 +00:00
|
|
|
NSCollectionViewItem.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSColor.m \
|
|
|
|
NSColorList.m \
|
|
|
|
NSColorPanel.m \
|
|
|
|
NSColorPicker.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSColorPickerTouchBarItem.m \
|
2020-03-12 07:19:17 +00:00
|
|
|
NSColorSampler.m \
|
2007-07-31 20:50:44 +00:00
|
|
|
NSColorSpace.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSColorWell.m \
|
1999-09-09 20:06:52 +00:00
|
|
|
NSComboBox.m \
|
|
|
|
NSComboBoxCell.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSControl.m \
|
2006-12-19 18:35:16 +00:00
|
|
|
NSController.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSCursor.m \
|
|
|
|
NSCustomImageRep.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSCustomTouchBarItem.m \
|
2020-01-17 22:29:58 +00:00
|
|
|
NSDataAsset.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSDataLink.m \
|
|
|
|
NSDataLinkManager.m \
|
|
|
|
NSDataLinkPanel.m \
|
2020-01-06 21:25:54 +00:00
|
|
|
NSDatePicker.m \
|
|
|
|
NSDatePickerCell.m \
|
2019-11-21 06:17:14 +00:00
|
|
|
NSDockTile.m \
|
1999-09-11 00:52:04 +00:00
|
|
|
NSDocument.m \
|
|
|
|
NSDocumentController.m \
|
2001-08-01 00:05:04 +00:00
|
|
|
NSDrawer.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSEPSImageRep.m \
|
|
|
|
NSEvent.m \
|
2019-09-08 21:32:05 +00:00
|
|
|
NSFileWrapperExtensions.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSFont.m \
|
2020-04-07 12:31:18 +00:00
|
|
|
NSFontAssetRequest.m \
|
2019-12-11 05:52:27 +00:00
|
|
|
NSFontCollection.m \
|
2007-08-08 11:05:19 +00:00
|
|
|
NSFontDescriptor.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSFontManager.m \
|
|
|
|
NSFontPanel.m \
|
|
|
|
NSForm.m \
|
|
|
|
NSFormCell.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSGroupTouchBarItem.m \
|
|
|
|
NSMagnificationGestureRecognizer.m \
|
|
|
|
NSPanGestureRecognizer.m \
|
2020-04-26 21:15:06 +00:00
|
|
|
NSPathCell.m \
|
|
|
|
NSPathComponentCell.m \
|
|
|
|
NSPathControl.m \
|
|
|
|
NSPathControlItem.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSPickerTouchBarItem.m \
|
|
|
|
NSPopoverTouchBarItem.m \
|
|
|
|
NSPressGestureRecognizer.m \
|
|
|
|
NSRotationGestureRecognizer.m \
|
|
|
|
NSSharingServicePickerTouchBarItem.m \
|
2020-07-31 08:39:26 +00:00
|
|
|
NSSlider.m \
|
|
|
|
NSSliderCell.m \
|
|
|
|
NSSliderAccessory.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSSliderTouchBarItem.m \
|
|
|
|
NSStepperTouchBarItem.m \
|
2020-04-16 15:42:21 +00:00
|
|
|
NSSwitch.m \
|
2020-08-01 00:54:25 +00:00
|
|
|
NSTitlebarAccessoryViewController.m \
|
2020-01-20 20:48:02 +00:00
|
|
|
NSTouch.m \
|
|
|
|
NSTouchBar.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSTouchBarItem.m \
|
2017-07-17 17:52:30 +00:00
|
|
|
NSGestureRecognizer.m \
|
2009-10-21 07:12:12 +00:00
|
|
|
NSGradient.m \
|
2008-05-13 19:40:20 +00:00
|
|
|
NSGlyphGenerator.m \
|
1999-02-25 15:45:22 +00:00
|
|
|
NSGraphicsContext.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSGroupTouchBarItem.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSHelpPanel.m \
|
1999-09-10 23:12:48 +00:00
|
|
|
NSHelpManager.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSImage.m \
|
1999-06-05 20:30:59 +00:00
|
|
|
NSImageCell.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSImageRep.m \
|
1998-01-09 22:28:14 +00:00
|
|
|
NSImageView.m \
|
2001-08-18 15:18:18 +00:00
|
|
|
NSInputManager.m \
|
|
|
|
NSInputServer.m \
|
1999-04-26 08:52:41 +00:00
|
|
|
NSInterfaceStyle.m \
|
2007-12-11 18:50:42 +00:00
|
|
|
NSKeyValueBinding.m \
|
2020-05-10 06:26:06 +00:00
|
|
|
NSLayoutAnchor.m \
|
|
|
|
NSLayoutConstraint.m \
|
|
|
|
NSLayoutGuide.m \
|
1999-07-15 17:32:38 +00:00
|
|
|
NSLayoutManager.m \
|
2007-02-07 15:43:39 +00:00
|
|
|
NSLevelIndicator.m \
|
|
|
|
NSLevelIndicatorCell.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSMagnificationGestureRecognizer.m \
|
2020-04-07 12:31:18 +00:00
|
|
|
NSMediaLibraryBrowserController.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSPanGestureRecognizer.m \
|
|
|
|
NSPickerTouchBarItem.m \
|
|
|
|
NSPopoverTouchBarItem.m \
|
|
|
|
NSPressGestureRecognizer.m \
|
|
|
|
NSRotationGestureRecognizer.m \
|
2020-04-07 12:31:18 +00:00
|
|
|
NSSharingServicePickerToolbarItem.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSSharingServicePickerTouchBarItem.m \
|
|
|
|
NSStepperTouchBarItem.m \
|
2020-06-19 09:15:37 +00:00
|
|
|
NSStoryboard.m \
|
|
|
|
NSStoryboardSegue.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSMagnificationGestureRecognizer.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSMatrix.m \
|
|
|
|
NSMenu.m \
|
1999-06-30 03:10:38 +00:00
|
|
|
NSMenuView.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSMenuItem.m \
|
1999-06-30 03:10:38 +00:00
|
|
|
NSMenuItemCell.m \
|
2004-07-07 22:43:04 +00:00
|
|
|
NSMovie.m \
|
2004-07-08 17:57:25 +00:00
|
|
|
NSMovieView.m \
|
2004-03-27 23:51:37 +00:00
|
|
|
NSNib.m \
|
2015-08-23 17:10:39 +00:00
|
|
|
NSNibConnector.m \
|
2020-01-19 00:24:41 +00:00
|
|
|
NSNibControlConnector.m \
|
|
|
|
NSNibOutletConnector.m \
|
2007-10-07 03:04:39 +00:00
|
|
|
NSNibBindingConnector.m \
|
|
|
|
NSNibAXAttributeConnector.m \
|
|
|
|
NSNibAXRelationshipConnector.m \
|
2006-12-19 18:35:16 +00:00
|
|
|
NSObjectController.m \
|
2002-11-16 04:48:52 +00:00
|
|
|
NSOpenGLContext.m \
|
|
|
|
NSOpenGLPixelFormat.m \
|
|
|
|
NSOpenGLView.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSOpenPanel.m \
|
2001-10-25 21:41:03 +00:00
|
|
|
NSOutlineView.m \
|
2020-07-27 11:26:56 +00:00
|
|
|
NSPageController.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSPageLayout.m \
|
|
|
|
NSPanel.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSPanGestureRecognizer.m \
|
|
|
|
NSPickerTouchBarItem.m \
|
|
|
|
NSPopoverTouchBarItem.m \
|
1998-09-01 13:23:23 +00:00
|
|
|
NSParagraphStyle.m \
|
2017-07-17 17:58:27 +00:00
|
|
|
NSPasteboardItem.m \
|
2019-11-22 07:16:05 +00:00
|
|
|
NSPDFInfo.m \
|
|
|
|
NSPDFImageRep.m \
|
|
|
|
NSPDFPanel.m \
|
2020-05-07 04:10:43 +00:00
|
|
|
NSPersistentDocument.m \
|
2019-11-22 07:16:05 +00:00
|
|
|
NSPICTImageRep.m \
|
2013-04-21 13:45:20 +00:00
|
|
|
NSPopover.m \
|
1999-06-30 03:10:38 +00:00
|
|
|
NSPopUpButton.m \
|
|
|
|
NSPopUpButtonCell.m \
|
2020-01-07 20:25:21 +00:00
|
|
|
NSPredicateEditor.m \
|
|
|
|
NSPredicateEditorRowTemplate.m \
|
|
|
|
NSPressGestureRecognizer.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSPrinter.m \
|
|
|
|
NSPrintInfo.m \
|
|
|
|
NSPrintOperation.m \
|
|
|
|
NSPrintPanel.m \
|
1999-08-22 10:30:14 +00:00
|
|
|
NSProgressIndicator.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSResponder.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSRotationGestureRecognizer.m \
|
2020-01-07 20:25:21 +00:00
|
|
|
NSRuleEditor.m \
|
2001-10-06 22:30:20 +00:00
|
|
|
NSRulerMarker.m \
|
|
|
|
NSRulerView.m \
|
2017-07-17 17:53:52 +00:00
|
|
|
NSRunningApplication.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSSavePanel.m \
|
2006-03-26 01:01:22 +00:00
|
|
|
NSSearchField.m \
|
|
|
|
NSSearchFieldCell.m \
|
2008-01-07 14:33:58 +00:00
|
|
|
NSSegmentedCell.m \
|
|
|
|
NSSegmentedControl.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSScreen.m \
|
|
|
|
NSScroller.m \
|
|
|
|
NSScrollView.m \
|
2020-04-08 21:17:41 +00:00
|
|
|
NSScrubber.m \
|
|
|
|
NSScrubberItemView.m \
|
|
|
|
NSScrubberLayout.m \
|
1999-10-18 19:23:57 +00:00
|
|
|
NSSecureTextField.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSSelection.m \
|
2010-01-01 04:45:23 +00:00
|
|
|
NSShadow.m \
|
2017-07-17 17:56:07 +00:00
|
|
|
NSSharingService.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSSharingServicePickerTouchBarItem.m \
|
2002-07-30 21:19:05 +00:00
|
|
|
NSSound.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSSpeechRecognizer.m \
|
2009-03-23 06:36:50 +00:00
|
|
|
NSSpeechSynthesizer.m \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSStepperTouchBarItem.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSSpellChecker.m \
|
|
|
|
NSSplitView.m \
|
2020-07-20 05:02:22 +00:00
|
|
|
NSSplitViewController.m \
|
|
|
|
NSSplitViewItem.m \
|
2001-08-20 10:29:26 +00:00
|
|
|
NSStepper.m \
|
|
|
|
NSStepperCell.m \
|
1998-08-08 16:09:35 +00:00
|
|
|
NSStringDrawing.m \
|
2013-08-17 13:39:16 +00:00
|
|
|
NSStatusBar.m \
|
2020-07-31 06:40:41 +00:00
|
|
|
NSStatusBarButton.m \
|
2013-08-08 20:28:33 +00:00
|
|
|
NSStatusItem.m \
|
1999-06-19 11:44:32 +00:00
|
|
|
NSTabView.m \
|
2020-07-23 11:13:48 +00:00
|
|
|
NSTabViewController.m \
|
1999-06-19 11:44:32 +00:00
|
|
|
NSTabViewItem.m \
|
1999-08-04 02:39:14 +00:00
|
|
|
NSTableColumn.m \
|
|
|
|
NSTableHeaderView.m \
|
|
|
|
NSTableHeaderCell.m \
|
|
|
|
NSTableView.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSText.m \
|
2017-07-17 17:56:35 +00:00
|
|
|
NSTextAlternatives.m \
|
2000-06-26 19:57:42 +00:00
|
|
|
NSTextAttachment.m \
|
2008-01-02 23:25:12 +00:00
|
|
|
NSTextBlock.m \
|
1999-06-17 15:08:05 +00:00
|
|
|
NSTextContainer.m \
|
2020-08-02 10:22:16 +00:00
|
|
|
NSTextCheckingController.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSTextField.m \
|
|
|
|
NSTextFieldCell.m \
|
2020-08-02 10:22:16 +00:00
|
|
|
NSTextFinder.m \
|
|
|
|
NSTextInputContext.m \
|
2008-01-02 23:25:12 +00:00
|
|
|
NSTextList.m \
|
1999-06-17 15:08:05 +00:00
|
|
|
NSTextStorage.m \
|
2008-01-02 23:25:12 +00:00
|
|
|
NSTextTable.m \
|
|
|
|
NSTextTableBlock.m \
|
2011-03-04 11:33:22 +00:00
|
|
|
NSTextView.m \
|
|
|
|
NSTextView_actions.m \
|
2002-06-30 05:14:21 +00:00
|
|
|
NSToolbar.m \
|
|
|
|
NSToolbarItem.m \
|
2008-12-30 22:20:21 +00:00
|
|
|
NSToolbarItemGroup.m \
|
2008-08-07 05:17:32 +00:00
|
|
|
NSTokenField.m \
|
|
|
|
NSTokenFieldCell.m \
|
2013-09-18 22:19:12 +00:00
|
|
|
NSTrackingArea.m \
|
2012-02-29 15:27:09 +00:00
|
|
|
NSTreeController.m \
|
2013-08-19 19:10:22 +00:00
|
|
|
NSTreeNode.m \
|
2006-12-19 18:35:16 +00:00
|
|
|
NSUserDefaultsController.m \
|
2020-04-14 15:54:02 +00:00
|
|
|
NSUserInterfaceCompression.m \
|
2020-04-14 17:23:25 +00:00
|
|
|
NSUserInterfaceItemSearching.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSView.m \
|
2010-05-31 03:46:35 +00:00
|
|
|
NSViewController.m \
|
2017-07-17 17:59:07 +00:00
|
|
|
NSVisualEffectView.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSWindow.m \
|
1999-09-11 00:52:04 +00:00
|
|
|
NSWindowController.m \
|
1997-09-23 22:43:24 +00:00
|
|
|
NSWorkspace.m \
|
2007-04-05 08:52:05 +00:00
|
|
|
GSAnimator.m \
|
2013-06-19 18:40:28 +00:00
|
|
|
GSAutocompleteWindow.m \
|
2002-03-28 03:53:18 +00:00
|
|
|
GSDisplayServer.m \
|
1999-09-10 23:12:48 +00:00
|
|
|
GSHelpManagerPanel.m \
|
2000-01-24 23:37:47 +00:00
|
|
|
GSInfoPanel.m \
|
2002-02-20 19:22:16 +00:00
|
|
|
GSMemoryPanel.m \
|
2003-02-12 00:05:27 +00:00
|
|
|
GSSlideView.m \
|
1999-07-15 05:52:55 +00:00
|
|
|
GSTextStorage.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
|
|
|
tiff.m \
|
1999-11-23 23:36:42 +00:00
|
|
|
externs.m \
|
2001-10-17 03:53:55 +00:00
|
|
|
linking.m \
|
2011-07-06 18:39:49 +00:00
|
|
|
GSCharacterPanel.m \
|
2004-06-03 22:44:12 +00:00
|
|
|
GSDragView.m \
|
2000-03-27 18:28:51 +00:00
|
|
|
GSFontInfo.m \
|
1999-11-23 23:36:42 +00:00
|
|
|
GSTable.m \
|
|
|
|
GSHbox.m \
|
1999-12-16 22:56:45 +00:00
|
|
|
GSVbox.m \
|
2002-02-25 01:46:10 +00:00
|
|
|
GSKeyBindingAction.m \
|
2003-01-26 19:21:40 +00:00
|
|
|
GSKeyBindingTable.m \
|
2010-08-02 18:57:00 +00:00
|
|
|
GSTextFinder.m \
|
2003-01-26 19:21:40 +00:00
|
|
|
GSLayoutManager.m \
|
|
|
|
GSTypesetter.m \
|
2003-08-23 01:03:40 +00:00
|
|
|
GSHorizontalTypesetter.m \
|
2008-12-02 07:05:19 +00:00
|
|
|
GSGormLoading.m \
|
2009-12-21 17:27:56 +00:00
|
|
|
GSIconManager.m \
|
2011-06-29 03:35:25 +00:00
|
|
|
GSImageMagickImageRep.m \
|
2008-12-02 07:05:19 +00:00
|
|
|
GSNibLoading.m \
|
2011-03-04 11:33:22 +00:00
|
|
|
GSTheme.m \
|
|
|
|
GSThemeDrawing.m \
|
|
|
|
GSThemeInspector.m \
|
|
|
|
GSThemeMenu.m \
|
|
|
|
GSThemeOpenSavePanels.m \
|
|
|
|
GSThemePanel.m \
|
2015-02-01 20:46:37 +00:00
|
|
|
GSThemePrintPanels.m \
|
2011-03-04 11:33:22 +00:00
|
|
|
GSThemeTools.m \
|
2015-06-26 00:13:05 +00:00
|
|
|
GSThemeWindow.m \
|
2004-02-25 03:27:23 +00:00
|
|
|
GSTitleView.m \
|
2006-10-02 19:22:22 +00:00
|
|
|
GSToolTips.m \
|
2004-07-06 20:20:31 +00:00
|
|
|
GSToolbarView.m \
|
2009-02-10 21:02:33 +00:00
|
|
|
GSToolbarCustomizationPalette.m \
|
2004-07-06 20:20:31 +00:00
|
|
|
GSStandardWindowDecorationView.m \
|
2020-07-06 12:15:34 +00:00
|
|
|
GSStoryboardTransform.m \
|
2004-07-10 10:19:34 +00:00
|
|
|
GSWindowDecorationView.m \
|
|
|
|
GSPrinting.m \
|
|
|
|
GSPrintOperation.m \
|
|
|
|
GSEPSPrintOperation.m \
|
2006-05-20 22:12:46 +00:00
|
|
|
GSPDFPrintOperation.m \
|
|
|
|
GSModelLoaderFactory.m \
|
|
|
|
GSGormLoader.m \
|
|
|
|
GSGModelLoader.m \
|
2007-08-15 03:24:37 +00:00
|
|
|
GSNibLoader.m \
|
2014-03-25 07:59:36 +00:00
|
|
|
GSXibElement.m \
|
2010-03-14 23:07:53 +00:00
|
|
|
GSXibLoader.m \
|
2012-02-29 15:27:09 +00:00
|
|
|
GSXibLoading.m \
|
2017-03-19 19:26:04 +00:00
|
|
|
GSXibKeyedUnarchiver.m \
|
2019-12-08 22:47:53 +00:00
|
|
|
GSXib5KeyedUnarchiver.m \
|
2014-03-25 08:07:54 +00:00
|
|
|
GSXibObjectContainer.m \
|
2012-02-29 15:27:09 +00:00
|
|
|
GSHelpAttachment.m
|
1997-09-23 22:43:24 +00:00
|
|
|
|
2003-01-30 15:35:36 +00:00
|
|
|
# Turn off NSMenuItem warning that NSMenuItem conforms to <NSObject>,
|
|
|
|
# but does not implement <NSObject>'s methods itself (it inherits
|
|
|
|
# their implementation)
|
|
|
|
NSMenuItem.m_FILE_FLAGS = -Wno-protocol
|
|
|
|
|
1997-11-01 21:20:49 +00:00
|
|
|
ifneq ($(FOUNDATION_LIB), fd)
|
|
|
|
libgnustep-gui_OBJC_FILES += NSPasteboard.m
|
|
|
|
endif
|
|
|
|
|
2003-07-31 23:52:10 +00:00
|
|
|
libgnustep-gui_HEADER_FILES_DIR = ../Headers/Additions/GNUstepGUI
|
|
|
|
libgnustep-gui_HEADER_FILES_INSTALL_DIR = /GNUstepGUI
|
1997-09-23 22:43:24 +00:00
|
|
|
|
2006-03-12 17:27:19 +00:00
|
|
|
COCOA_HEADERS = \
|
|
|
|
Cocoa.h
|
|
|
|
|
2003-07-31 23:52:10 +00:00
|
|
|
APPKIT_HEADERS = \
|
2002-10-13 06:17:04 +00:00
|
|
|
AppKit.h \
|
|
|
|
AppKitDefines.h \
|
2020-04-07 23:23:53 +00:00
|
|
|
AppKitErrors.h \
|
2002-10-13 06:17:04 +00:00
|
|
|
AppKitExceptions.h \
|
2017-07-17 17:48:24 +00:00
|
|
|
NSAccessibility.h \
|
|
|
|
NSAccessibilityConstants.h \
|
2020-06-15 08:12:35 +00:00
|
|
|
NSAccessibilityCustomAction.h \
|
|
|
|
NSAccessibilityCustomRotor.h \
|
|
|
|
NSAccessibilityElement.h \
|
2020-04-20 19:13:28 +00:00
|
|
|
NSAccessibilityProtocols.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSActionCell.h \
|
|
|
|
NSAffineTransform.h \
|
2004-07-07 22:43:04 +00:00
|
|
|
NSAlert.h \
|
2007-03-15 20:33:36 +00:00
|
|
|
NSAnimation.h \
|
2015-06-14 21:47:43 +00:00
|
|
|
NSAnimationContext.h \
|
2020-01-15 13:19:59 +00:00
|
|
|
NSAppearance.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSApplication.h \
|
2006-12-19 18:35:16 +00:00
|
|
|
NSArrayController.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSBezierPath.h \
|
|
|
|
NSBox.h \
|
|
|
|
NSBitmapImageRep.h \
|
|
|
|
NSBrowser.h \
|
|
|
|
NSBrowserCell.h \
|
|
|
|
NSButton.h \
|
|
|
|
NSButtonCell.h \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSButtonTouchBarItem.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSCachedImageRep.h \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSCandidateListTouchBarItem.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSCell.h \
|
2019-12-03 23:47:36 +00:00
|
|
|
NSCIImageRep.h \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSClickGestureRecognizer.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSClipView.h \
|
2013-04-18 03:57:49 +00:00
|
|
|
NSCollectionView.h \
|
2013-04-21 13:28:47 +00:00
|
|
|
NSCollectionViewItem.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSColor.h \
|
|
|
|
NSColorList.h \
|
|
|
|
NSColorPanel.h \
|
|
|
|
NSColorPicker.h \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSColorPickerTouchBarItem.h \
|
2020-03-12 07:19:17 +00:00
|
|
|
NSColorSampler.h \
|
2007-07-31 20:50:44 +00:00
|
|
|
NSColorSpace.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSColorWell.h \
|
|
|
|
NSComboBox.h \
|
|
|
|
NSComboBoxCell.h \
|
|
|
|
NSControl.h \
|
2006-12-19 18:35:16 +00:00
|
|
|
NSController.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSCursor.h \
|
|
|
|
NSCustomImageRep.h \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSCustomTouchBarItem.h \
|
2020-01-17 22:29:58 +00:00
|
|
|
NSDataAsset.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSDataLink.h \
|
|
|
|
NSDataLinkManager.h \
|
|
|
|
NSDataLinkPanel.h \
|
2020-01-06 21:25:54 +00:00
|
|
|
NSDatePicker.h \
|
|
|
|
NSDatePickerCell.h \
|
2019-11-21 06:17:14 +00:00
|
|
|
NSDockTile.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSDocument.h \
|
|
|
|
NSDocumentController.h \
|
2001-08-01 00:05:04 +00:00
|
|
|
NSDrawer.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSEPSImageRep.h \
|
2020-03-26 14:19:32 +00:00
|
|
|
NSErrors.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSEvent.h \
|
|
|
|
NSFileWrapper.h \
|
2019-09-08 21:32:05 +00:00
|
|
|
NSFileWrapperExtensions.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSFont.h \
|
2020-04-07 12:31:18 +00:00
|
|
|
NSFontAssetRequest.h \
|
2019-12-11 05:52:27 +00:00
|
|
|
NSFontCollection.h \
|
2007-05-16 15:50:08 +00:00
|
|
|
NSFontDescriptor.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSFontManager.h \
|
|
|
|
NSFontPanel.h \
|
|
|
|
NSForm.h \
|
|
|
|
NSFormCell.h \
|
2017-07-17 17:52:30 +00:00
|
|
|
NSGestureRecognizer.h \
|
2009-10-21 07:12:12 +00:00
|
|
|
NSGradient.h \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSGroupTouchBarItem.h \
|
2008-05-13 19:40:20 +00:00
|
|
|
NSGlyphGenerator.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSGraphicsContext.h \
|
|
|
|
NSHelpPanel.h \
|
|
|
|
NSHelpManager.h \
|
|
|
|
NSImage.h \
|
|
|
|
NSImageCell.h \
|
|
|
|
NSImageRep.h \
|
|
|
|
NSImageView.h \
|
2001-08-18 15:18:18 +00:00
|
|
|
NSInputManager.h \
|
|
|
|
NSInputServer.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSInterfaceStyle.h \
|
2007-02-09 09:39:43 +00:00
|
|
|
NSKeyValueBinding.h \
|
2020-05-10 06:26:06 +00:00
|
|
|
NSLayoutAnchor.h \
|
|
|
|
NSLayoutConstraint.h \
|
|
|
|
NSLayoutGuide.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSLayoutManager.h \
|
2007-02-07 15:43:39 +00:00
|
|
|
NSLevelIndicator.h \
|
|
|
|
NSLevelIndicatorCell.h \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSMagnificationGestureRecognizer.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSMatrix.h \
|
2020-04-07 12:31:18 +00:00
|
|
|
NSMediaLibraryBrowserController.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSMenu.h \
|
|
|
|
NSMenuItem.h \
|
|
|
|
NSMenuItemCell.h \
|
|
|
|
NSMenuView.h \
|
2004-07-07 22:43:04 +00:00
|
|
|
NSMovie.h \
|
|
|
|
NSMovieView.h \
|
2006-12-19 18:35:16 +00:00
|
|
|
NSObjectController.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSOpenPanel.h \
|
2002-11-16 04:48:52 +00:00
|
|
|
NSOpenGL.h \
|
|
|
|
NSOpenGLView.h \
|
2001-10-25 21:41:03 +00:00
|
|
|
NSOutlineView.h \
|
2020-07-27 11:26:56 +00:00
|
|
|
NSPageController.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSPageLayout.h \
|
|
|
|
NSPanel.h \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSPanGestureRecognizer.h \
|
2020-04-26 21:15:06 +00:00
|
|
|
NSPathCell.h \
|
|
|
|
NSPathComponentCell.h \
|
|
|
|
NSPathControl.h \
|
|
|
|
NSPathControlItem.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSParagraphStyle.h \
|
|
|
|
NSPasteboard.h \
|
2017-07-17 17:58:27 +00:00
|
|
|
NSPasteboardItem.h \
|
2019-11-22 07:16:05 +00:00
|
|
|
NSPDFInfo.h \
|
|
|
|
NSPDFImageRep.h \
|
|
|
|
NSPDFPanel.h \
|
2020-05-07 04:10:43 +00:00
|
|
|
NSPersistentDocument.h \
|
2019-11-22 07:16:05 +00:00
|
|
|
NSPICTImageRep.h \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSPickerTouchBarItem.h \
|
|
|
|
NSPopoverTouchBarItem.h \
|
2013-04-21 13:45:20 +00:00
|
|
|
NSPopover.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSPopUpButton.h \
|
|
|
|
NSPopUpButtonCell.h \
|
2020-01-07 20:25:21 +00:00
|
|
|
NSPredicateEditor.h \
|
|
|
|
NSPredicateEditorRowTemplate.h \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSPressGestureRecognizer.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSPrintInfo.h \
|
|
|
|
NSPrintOperation.h \
|
|
|
|
NSPrintPanel.h \
|
|
|
|
NSPrinter.h \
|
|
|
|
NSProgressIndicator.h \
|
|
|
|
NSResponder.h \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSRotationGestureRecognizer.h \
|
2020-01-07 20:25:21 +00:00
|
|
|
NSRuleEditor.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSRulerMarker.h \
|
|
|
|
NSRulerView.h \
|
2017-07-17 17:53:52 +00:00
|
|
|
NSRunningApplication.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSSavePanel.h \
|
|
|
|
NSScreen.h \
|
|
|
|
NSScrollView.h \
|
|
|
|
NSScroller.h \
|
2020-04-08 21:17:41 +00:00
|
|
|
NSScrubber.h \
|
|
|
|
NSScrubberItemView.h \
|
|
|
|
NSScrubberLayout.h \
|
2006-06-09 17:33:11 +00:00
|
|
|
NSSearchField.h \
|
|
|
|
NSSearchFieldCell.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSSecureTextField.h \
|
2008-01-07 14:33:58 +00:00
|
|
|
NSSegmentedCell.h \
|
|
|
|
NSSegmentedControl.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSSelection.h \
|
2010-01-01 04:45:23 +00:00
|
|
|
NSShadow.h \
|
2017-07-17 17:56:07 +00:00
|
|
|
NSSharingService.h \
|
2020-04-07 12:31:18 +00:00
|
|
|
NSSharingServicePickerToolbarItem.h \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSSharingServicePickerTouchBarItem.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSSlider.h \
|
|
|
|
NSSliderCell.h \
|
2020-07-31 08:39:26 +00:00
|
|
|
NSSliderAccessory.h \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSSliderTouchBarItem.h \
|
2002-07-31 15:19:43 +00:00
|
|
|
NSSound.h \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSSpeechRecognizer.h \
|
2009-03-23 06:36:50 +00:00
|
|
|
NSSpeechSynthesizer.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSSpellChecker.h \
|
|
|
|
NSSpellServer.h \
|
|
|
|
NSSplitView.h \
|
2020-07-20 05:02:22 +00:00
|
|
|
NSSplitViewController.h \
|
|
|
|
NSSplitViewItem.h \
|
2001-08-20 10:29:26 +00:00
|
|
|
NSStepper.h \
|
|
|
|
NSStepperCell.h \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSStepperTouchBarItem.h \
|
2020-06-19 09:15:37 +00:00
|
|
|
NSStoryboard.h \
|
|
|
|
NSStoryboardSegue.h \
|
2020-06-22 11:09:39 +00:00
|
|
|
NSSeguePerforming.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSStringDrawing.h \
|
2013-08-17 13:39:16 +00:00
|
|
|
NSStatusBar.h \
|
2020-07-31 06:40:41 +00:00
|
|
|
NSStatusBarButton.h \
|
2013-08-08 20:28:33 +00:00
|
|
|
NSStatusItem.h \
|
2020-04-16 15:42:21 +00:00
|
|
|
NSSwitch.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSTabView.h \
|
2020-07-23 11:13:48 +00:00
|
|
|
NSTabViewController.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSTabViewItem.h \
|
|
|
|
NSTableColumn.h \
|
|
|
|
NSTableHeaderCell.h \
|
|
|
|
NSTableHeaderView.h \
|
|
|
|
NSTableView.h \
|
2002-07-31 15:19:43 +00:00
|
|
|
NSText.h \
|
2017-07-17 17:56:35 +00:00
|
|
|
NSTextAlternatives.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSTextAttachment.h \
|
|
|
|
NSTextContainer.h \
|
2020-08-02 10:22:16 +00:00
|
|
|
NSTextCheckingClient.h \
|
|
|
|
NSTextCheckingController.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSTextField.h \
|
|
|
|
NSTextFieldCell.h \
|
2020-08-02 10:22:16 +00:00
|
|
|
NSTextFinder.h \
|
|
|
|
NSTextInputClient.h \
|
|
|
|
NSTextInputContext.h \
|
2008-01-02 23:25:12 +00:00
|
|
|
NSTextList.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSTextStorage.h \
|
2008-01-02 23:25:12 +00:00
|
|
|
NSTextTable.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSTextView.h \
|
2020-08-01 00:54:25 +00:00
|
|
|
NSTitlebarAccessoryViewController.h \
|
2002-06-30 05:14:21 +00:00
|
|
|
NSToolbar.h \
|
|
|
|
NSToolbarItem.h \
|
2008-12-30 22:20:21 +00:00
|
|
|
NSToolbarItemGroup.h \
|
2020-01-20 20:48:02 +00:00
|
|
|
NSTouch.h \
|
|
|
|
NSTouchBar.h \
|
2019-12-06 10:01:51 +00:00
|
|
|
NSTouchBarItem.h \
|
2008-08-07 05:17:32 +00:00
|
|
|
NSTokenField.h \
|
|
|
|
NSTokenFieldCell.h \
|
2013-09-18 22:19:12 +00:00
|
|
|
NSTrackingArea.h \
|
2012-02-29 15:27:09 +00:00
|
|
|
NSTreeController.h \
|
2013-08-19 19:10:22 +00:00
|
|
|
NSTreeNode.h \
|
2006-12-19 18:35:16 +00:00
|
|
|
NSUserDefaultsController.h \
|
2017-07-17 17:57:18 +00:00
|
|
|
NSUserInterfaceLayout.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSView.h \
|
2010-05-31 03:46:35 +00:00
|
|
|
NSViewController.h \
|
2017-07-17 17:59:07 +00:00
|
|
|
NSVisualEffectView.h \
|
2001-03-16 23:43:17 +00:00
|
|
|
NSWindow.h \
|
|
|
|
NSWindowController.h \
|
2020-04-07 19:15:31 +00:00
|
|
|
NSWindowRestoration.h \
|
2002-10-13 06:17:04 +00:00
|
|
|
NSWorkspace.h \
|
2002-01-26 04:14:38 +00:00
|
|
|
NSAttributedString.h \
|
|
|
|
NSColorPicking.h \
|
|
|
|
NSDragging.h \
|
|
|
|
NSGraphics.h \
|
|
|
|
NSNibConnector.h \
|
2020-01-19 00:24:41 +00:00
|
|
|
NSNibControlConnector.h \
|
|
|
|
NSNibOutletConnector.h \
|
2002-01-26 04:14:38 +00:00
|
|
|
NSNibDeclarations.h \
|
|
|
|
NSNibLoading.h \
|
2004-03-27 23:51:37 +00:00
|
|
|
NSNib.h \
|
2002-01-26 04:14:38 +00:00
|
|
|
NSSpellProtocol.h \
|
2020-04-07 12:31:18 +00:00
|
|
|
NSUserInterfaceCompression.h \
|
|
|
|
NSUserInterfaceItemSearching.h \
|
2017-07-17 17:57:00 +00:00
|
|
|
NSUserInterfaceItemIdentification.h \
|
2002-01-26 04:14:38 +00:00
|
|
|
NSUserInterfaceValidation.h \
|
2003-07-31 23:52:10 +00:00
|
|
|
DPSOperators.h \
|
|
|
|
PSOperators.h
|
|
|
|
|
|
|
|
GUI_HEADERS = \
|
|
|
|
GSVersion.h \
|
|
|
|
GMAppKit.h \
|
|
|
|
GMArchiver.h \
|
2007-04-05 08:52:05 +00:00
|
|
|
GSAnimator.h \
|
2006-09-22 11:53:40 +00:00
|
|
|
GSTheme.h \
|
2003-07-31 23:52:10 +00:00
|
|
|
GSFontInfo.h \
|
|
|
|
GSMemoryPanel.h \
|
|
|
|
GSInfoPanel.h \
|
|
|
|
GSMethodTable.h \
|
|
|
|
GSPasteboardServer.h \
|
|
|
|
GSServicesManager.h \
|
|
|
|
GSTextConverter.h \
|
|
|
|
GSTrackingRect.h \
|
|
|
|
GSHelpManagerPanel.h \
|
2008-12-02 07:05:19 +00:00
|
|
|
GSGormLoading.h \
|
2006-05-20 22:12:46 +00:00
|
|
|
GSNibContainer.h \
|
2003-07-31 23:52:10 +00:00
|
|
|
GSDisplayServer.h \
|
|
|
|
GSTable.h \
|
|
|
|
GSHbox.h \
|
|
|
|
GSVbox.h \
|
|
|
|
IMConnectors.h \
|
|
|
|
IMCustomObject.h \
|
|
|
|
IMLoading.h \
|
2003-01-26 19:21:40 +00:00
|
|
|
GSLayoutManager.h \
|
|
|
|
GSLayoutManager_internal.h \
|
|
|
|
GSTypesetter.h \
|
2003-08-24 17:22:11 +00:00
|
|
|
GSHorizontalTypesetter.h \
|
2003-10-25 20:50:08 +00:00
|
|
|
GSToolbarView.h \
|
2008-12-02 07:05:19 +00:00
|
|
|
GSNibLoading.h \
|
2004-06-18 23:49:40 +00:00
|
|
|
GSDragView.h \
|
2004-07-10 10:19:34 +00:00
|
|
|
GSTitleView.h \
|
|
|
|
GSPrinting.h \
|
|
|
|
GSPrintOperation.h \
|
|
|
|
GSEPSPrintOperation.h \
|
2006-05-20 22:12:46 +00:00
|
|
|
GSPDFPrintOperation.h \
|
|
|
|
GSModelLoaderFactory.h \
|
2019-11-30 11:21:51 +00:00
|
|
|
GSImageMagickImageRep.h \
|
2009-08-23 03:37:03 +00:00
|
|
|
GSInstantiator.h \
|
|
|
|
GSSoundSink.h \
|
2010-01-13 20:51:30 +00:00
|
|
|
GSSoundSource.h \
|
2010-05-29 05:30:38 +00:00
|
|
|
GSWindowDecorationView.h \
|
2014-03-25 07:59:36 +00:00
|
|
|
GSXibElement.h \
|
2011-01-03 11:48:57 +00:00
|
|
|
GSXibLoading.h \
|
2017-04-05 21:51:43 +00:00
|
|
|
GSXibKeyedUnarchiver.h \
|
2014-03-25 08:07:54 +00:00
|
|
|
GSXibObjectContainer.h \
|
2011-01-03 11:48:57 +00:00
|
|
|
GSHelpAttachment.h
|
1997-09-23 22:43:24 +00:00
|
|
|
|
2003-07-31 23:52:10 +00:00
|
|
|
libgnustep-gui_HEADER_FILES = ${GUI_HEADERS}
|
|
|
|
|
|
|
|
HEADERS_INSTALL = ${APPKIT_HEADERS} \
|
2006-03-12 17:27:19 +00:00
|
|
|
${GUI_HEADERS} \
|
|
|
|
${COCOA_HEADERS}
|
2003-07-31 23:52:10 +00:00
|
|
|
|
2004-11-12 03:53:23 +00:00
|
|
|
# Resources
|
|
|
|
RESOURCE_SET_NAME = libgui-resources
|
2007-03-09 23:33:58 +00:00
|
|
|
libgui-resources_INSTALL_DIR = $(GNUSTEP_LIBRARY)/Libraries/gnustep-gui/Versions/$(libgnustep-gui_INTERFACE_VERSION)/Resources
|
2004-11-12 03:53:23 +00:00
|
|
|
libgui-resources_RESOURCE_DIRS =
|
|
|
|
libgui-resources_RESOURCE_FILES = Info-gnustep.plist
|
|
|
|
|
|
|
|
|
2001-07-30 21:30:51 +00:00
|
|
|
# Extra DLL exports file
|
|
|
|
libgnustep-gui_DLL_DEF = libgnustep-gui.def
|
|
|
|
|
2001-03-16 23:43:17 +00:00
|
|
|
include GNUmakefile.preamble
|
1997-09-23 22:43:24 +00:00
|
|
|
|
1998-02-06 19:12:03 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/library.make
|
2004-11-12 03:53:23 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/resource-set.make
|
1997-09-23 22:43:24 +00:00
|
|
|
|
2001-03-16 23:43:17 +00:00
|
|
|
include GNUmakefile.postamble
|
2003-07-31 23:52:10 +00:00
|
|
|
|
|
|
|
include CompatibilityHeaders.make
|