mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 21:40:54 +00:00
176 lines
3.7 KiB
Text
176 lines
3.7 KiB
Text
|
#
|
||
|
# Makefile for GNUstep Base Library documentation.
|
||
|
#
|
||
|
# Copyright (C) 2002 Free Software Foundation, Inc.
|
||
|
#
|
||
|
# Written by: Richard Frith-Macdonald <rfm.gnu.org>
|
||
|
#
|
||
|
# This file is part of the GNUstep Base 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.
|
||
|
#
|
||
|
# You should have received a copy of the GNU Library General Public
|
||
|
# License along with this library; if not, write to the Free
|
||
|
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA
|
||
|
#
|
||
|
|
||
|
MAKEFILE_NAME = DocMakefile
|
||
|
|
||
|
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
||
|
|
||
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||
|
|
||
|
# These are gui headers that are also classes documented with autogsdoc
|
||
|
AUTOGSDOC_HEADERS = \
|
||
|
GSDisplayServer.h \
|
||
|
GSFusedSilica.h \
|
||
|
GSTable.h \
|
||
|
GSHbox.h \
|
||
|
GSVbox.h \
|
||
|
NSActionCell.h \
|
||
|
NSAffineTransform.h \
|
||
|
NSApplication.h \
|
||
|
NSBezierPath.h \
|
||
|
NSBox.h \
|
||
|
NSBitmapImageRep.h \
|
||
|
NSBrowser.h \
|
||
|
NSBrowserCell.h \
|
||
|
NSButton.h \
|
||
|
NSButtonCell.h \
|
||
|
NSCachedImageRep.h \
|
||
|
NSCell.h \
|
||
|
NSClipView.h \
|
||
|
NSColor.h \
|
||
|
NSColorList.h \
|
||
|
NSColorPanel.h \
|
||
|
NSColorPicker.h \
|
||
|
NSColorWell.h \
|
||
|
NSComboBox.h \
|
||
|
NSComboBoxCell.h \
|
||
|
NSControl.h \
|
||
|
NSCursor.h \
|
||
|
NSCustomImageRep.h \
|
||
|
NSDataLink.h \
|
||
|
NSDataLinkManager.h \
|
||
|
NSDataLinkPanel.h \
|
||
|
NSDocument.h \
|
||
|
NSDocumentController.h \
|
||
|
NSDrawer.h \
|
||
|
NSEPSImageRep.h \
|
||
|
NSEvent.h \
|
||
|
NSFileWrapper.h \
|
||
|
NSFont.h \
|
||
|
NSFontManager.h \
|
||
|
NSFontPanel.h \
|
||
|
NSForm.h \
|
||
|
NSFormCell.h \
|
||
|
NSGraphicsContext.h \
|
||
|
NSHelpPanel.h \
|
||
|
NSHelpManager.h \
|
||
|
NSImage.h \
|
||
|
NSImageCell.h \
|
||
|
NSImageRep.h \
|
||
|
NSImageView.h \
|
||
|
NSInputManager.h \
|
||
|
NSInputServer.h \
|
||
|
NSInterfaceStyle.h \
|
||
|
NSLayoutManager.h \
|
||
|
NSMatrix.h \
|
||
|
NSMenu.h \
|
||
|
NSMenuItem.h \
|
||
|
NSMenuItemCell.h \
|
||
|
NSMenuView.h \
|
||
|
NSOpenPanel.h \
|
||
|
NSOutlineView.h \
|
||
|
NSPageLayout.h \
|
||
|
NSPanel.h \
|
||
|
NSParagraphStyle.h \
|
||
|
NSPasteboard.h \
|
||
|
NSPopUpButton.h \
|
||
|
NSPopUpButtonCell.h \
|
||
|
NSPrintInfo.h \
|
||
|
NSPrintOperation.h \
|
||
|
NSPrintPanel.h \
|
||
|
NSPrinter.h \
|
||
|
NSProgressIndicator.h \
|
||
|
NSResponder.h \
|
||
|
NSRulerMarker.h \
|
||
|
NSRulerView.h \
|
||
|
NSSavePanel.h \
|
||
|
NSScreen.h \
|
||
|
NSScrollView.h \
|
||
|
NSScroller.h \
|
||
|
NSSecureTextField.h \
|
||
|
NSSelection.h \
|
||
|
NSSlider.h \
|
||
|
NSSliderCell.h \
|
||
|
NSSound.h \
|
||
|
NSSpellChecker.h \
|
||
|
NSSpellServer.h \
|
||
|
NSSplitView.h \
|
||
|
NSStepper.h \
|
||
|
NSStepperCell.h \
|
||
|
NSStringDrawing.h \
|
||
|
NSTabView.h \
|
||
|
NSTabViewItem.h \
|
||
|
NSTableColumn.h \
|
||
|
NSTableHeaderCell.h \
|
||
|
NSTableHeaderView.h \
|
||
|
NSTableView.h \
|
||
|
NSText.h \
|
||
|
NSTextAttachment.h \
|
||
|
NSTextContainer.h \
|
||
|
NSTextField.h \
|
||
|
NSTextFieldCell.h \
|
||
|
NSTextStorage.h \
|
||
|
NSTextView.h \
|
||
|
NSToolbar.h \
|
||
|
NSToolbarItem.h \
|
||
|
NSView.h \
|
||
|
NSWindow.h \
|
||
|
NSWindowController.h \
|
||
|
NSWorkspace.h
|
||
|
|
||
|
DOCUMENT_NAME = Gui
|
||
|
|
||
|
Gui_DOC_INSTALL_DIR = Developer
|
||
|
|
||
|
Gui_AGSDOC_FILES = ../Documentation/Gui.gsdoc $(AUTOGSDOC_HEADERS)
|
||
|
|
||
|
#
|
||
|
# Hack ... using the -DocumentationDirectory flag overrides the value
|
||
|
# used by the make package, and puts our output in the documentation
|
||
|
# directory.
|
||
|
#
|
||
|
Gui_AGSDOC_FLAGS = \
|
||
|
-DocumentationDirectory ../Documentation/Gui \
|
||
|
-HeaderDirectory ../Headers/AppKit \
|
||
|
-Declared AppKit \
|
||
|
-Standards YES \
|
||
|
-ConstantsTemplate TypesAndConstants \
|
||
|
-FunctionsTemplate Functions \
|
||
|
-MacrosTemplate Functions \
|
||
|
-TypedefsTemplate TypesAndConstants \
|
||
|
-VariablesTemplate TypesAndConstants \
|
||
|
-WordMap '{\
|
||
|
APPKIT_EXPORT=extern;APPKIT_DECLARE="";\
|
||
|
}' -Up Gui
|
||
|
|
||
|
include $(GNUSTEP_MAKEFILES)/documentation.make
|
||
|
|
||
|
#
|
||
|
# Clean up temporary files used while generating documentation.
|
||
|
#
|
||
|
after-all::
|
||
|
$(RM) Gui.gsdoc
|
||
|
rmdir Gui
|
||
|
|