1997-10-30 22:23:50 +00:00
|
|
|
#
|
|
|
|
# Tools makefile for GNUstep Base Library
|
|
|
|
# Copyright (C) 1997 Free Software Foundation, Inc.
|
|
|
|
#
|
|
|
|
# Written by: Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
#
|
|
|
|
# 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
|
1999-09-09 02:56:20 +00:00
|
|
|
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
1997-10-30 22:23:50 +00:00
|
|
|
|
|
|
|
# Install into the system root by default
|
|
|
|
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
|
|
|
|
1998-02-06 17:22:46 +00:00
|
|
|
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
1998-02-05 15:51:18 +00:00
|
|
|
|
2001-01-29 19:40:02 +00:00
|
|
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
1998-02-06 17:22:46 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
1997-10-28 14:34:49 +00:00
|
|
|
|
1998-12-17 22:22:03 +00:00
|
|
|
include ../Version
|
|
|
|
include ../config.mak
|
|
|
|
|
2000-06-20 14:21:35 +00:00
|
|
|
# DTDs to install
|
|
|
|
dtddir = $(GNUSTEP_RESOURCES)/DTDs
|
2001-12-19 11:43:06 +00:00
|
|
|
DTD_FILES = plist-0_9.dtd gsdoc-0_6_5.dtd gsdoc-0_6_6.dtd gsdoc-0_6_7.dtd
|
2000-06-20 14:21:35 +00:00
|
|
|
|
2000-08-13 16:43:25 +00:00
|
|
|
# DocTemplates to install
|
|
|
|
doctemplatesdir = $(GNUSTEP_RESOURCES)/DocTemplates
|
|
|
|
DOCTEMPLATES_FILES = indextemplate.gsdoc AutoDocTemplate.gsdoc
|
|
|
|
|
1997-10-28 14:34:49 +00:00
|
|
|
# The application to be compiled
|
2002-04-05 16:26:47 +00:00
|
|
|
TOOL_NAME = autogsdoc cvtenc gdnc gsdoc defaults plmerge \
|
2002-01-03 18:27:36 +00:00
|
|
|
plparse sfparse pldes plser pl2link HTMLLinker
|
2000-08-07 22:00:31 +00:00
|
|
|
CTOOL_NAME = gdomap
|
1997-10-28 14:34:49 +00:00
|
|
|
|
2000-10-27 15:54:35 +00:00
|
|
|
TEST_TOOL_NAME = locale_alias
|
|
|
|
|
1997-10-28 14:34:49 +00:00
|
|
|
# The source files to be compiled
|
2001-10-17 20:58:12 +00:00
|
|
|
autogsdoc_OBJC_FILES = autogsdoc.m AGSParser.m AGSOutput.m AGSIndex.m AGSHtml.m
|
2002-04-05 16:26:47 +00:00
|
|
|
cvtenc_OBJC_FILES = cvtenc.m
|
1997-10-28 14:34:49 +00:00
|
|
|
gdomap_C_FILES = gdomap.c
|
1998-11-02 16:59:57 +00:00
|
|
|
gdnc_OBJC_FILES = gdnc.m
|
2000-06-20 14:21:35 +00:00
|
|
|
gsdoc_OBJC_FILES = gsdoc.m
|
1998-01-19 15:20:15 +00:00
|
|
|
defaults_OBJC_FILES = defaults.m
|
1997-10-31 20:24:01 +00:00
|
|
|
dread_OBJC_FILES = dread.m
|
|
|
|
dremove_OBJC_FILES = dremove.m
|
|
|
|
dwrite_OBJC_FILES = dwrite.m
|
1999-05-14 18:41:16 +00:00
|
|
|
pldes_OBJC_FILES = pldes.m
|
|
|
|
plser_OBJC_FILES = plser.m
|
2000-04-21 05:57:29 +00:00
|
|
|
plmerge_OBJC_FILES = plmerge.m
|
1999-02-04 13:49:27 +00:00
|
|
|
plparse_OBJC_FILES = plparse.m
|
|
|
|
sfparse_OBJC_FILES = sfparse.m
|
2001-12-13 18:07:44 +00:00
|
|
|
pl2link_OBJC_FILES = pl2link.m
|
2000-10-27 15:54:35 +00:00
|
|
|
locale_alias_OBJC_FILES = locale_alias.m
|
2002-01-03 18:27:36 +00:00
|
|
|
HTMLLinker_OBJC_FILES = HTMLLinker.m
|
2000-10-27 15:54:35 +00:00
|
|
|
|
2002-01-07 01:10:00 +00:00
|
|
|
DOCUMENT_NAME = autogsdoc HTMLLinkerDoc
|
|
|
|
|
|
|
|
HTMLLinkerDoc_DOC_INSTALL_DIR = Developer/Tools
|
|
|
|
HTMLLinkerDoc_INSTALL_FILES = HTMLLinker.html
|
2001-12-15 07:54:10 +00:00
|
|
|
|
2001-12-15 08:18:37 +00:00
|
|
|
# Documentation rules for autogsdoc
|
2002-01-04 15:36:22 +00:00
|
|
|
autogsdoc_AGSDOC_FLAGS = -Up autogsdoc
|
2001-12-15 07:54:10 +00:00
|
|
|
autogsdoc_AGSDOC_FILES = autogsdoc.m \
|
|
|
|
AGSParser.h AGSOutput.h AGSIndex.h AGSHtml.h
|
2001-12-15 08:18:37 +00:00
|
|
|
autogsdoc_DOC_INSTALL_DIR = Developer/Tools
|
2001-12-15 07:54:10 +00:00
|
|
|
|
|
|
|
SOURCES = gdomap.c gdnc.m defaults.m dread.m dremove.m dwrite.m \
|
|
|
|
autogsdoc.m AGSParser.m AGSOutput.m AGSIndex.m AGSHtml.m
|
1997-10-31 22:04:49 +00:00
|
|
|
|
2001-12-15 07:54:10 +00:00
|
|
|
HEADERS = gdomap.h gdnc.h \
|
|
|
|
AGSParser.h AGSOutput.h AGSIndex.h AGSHtml.h
|
1997-10-31 22:04:49 +00:00
|
|
|
|
|
|
|
DIST_FILES = GNUmakefile Makefile.preamble Makefile.postamble \
|
|
|
|
$(SOURCES) $(HEADERS)
|
|
|
|
|
2000-06-20 14:34:38 +00:00
|
|
|
include Makefile.preamble
|
1997-10-28 14:34:49 +00:00
|
|
|
|
2000-06-27 17:38:46 +00:00
|
|
|
-include GNUmakefile.local
|
1998-12-17 22:25:25 +00:00
|
|
|
|
1998-02-06 17:22:46 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/tool.make
|
2002-01-24 17:03:04 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/ctool.make
|
2002-01-04 17:48:44 +00:00
|
|
|
|
|
|
|
ifeq ($(doc),yes)
|
2001-12-15 07:54:10 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/documentation.make
|
2002-01-04 17:48:44 +00:00
|
|
|
endif
|
1997-10-28 14:34:49 +00:00
|
|
|
|
2000-06-20 14:34:38 +00:00
|
|
|
include Makefile.postamble
|
|
|
|
|