/[gnustep]/gnustep/dev-libs/StepTalk/Modules/ReadlineTranscript/GNUmakefile
ViewVC logotype

Contents of /gnustep/dev-libs/StepTalk/Modules/ReadlineTranscript/GNUmakefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Fri Oct 3 16:30:05 2003 UTC (20 years, 7 months ago) by stefanu
Branch: MAIN
CVS Tags: StepTalk-0_10_0, StepTalk-0_9_0, StepTalk-0_9_1, StepTalk-0_8_1, StepTalk-0_8_2, HEAD
Added ReadlineTranscript

1 #
2 # ReadlineTranscript module
3 #
4 # Copyright (C)2001 Stefan Urbanek
5 #
6 # This file is part of the StepTalk.
7 #
8 # This library is free software; you can redistribute it and/or
9 # modify it under the terms of the GNU Library General Public
10 # License as published by the Free Software Foundation; either
11 # version 2 of the License, or (at your option) any later version.
12 #
13 # This library is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 # Library General Public License for more details.
17 #
18 # You should have received a copy of the GNU Library General Public
19 # License along with this library; if not, write to the Free
20 # Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02111, USA.
21 #
22
23 include $(GNUSTEP_MAKEFILES)/common.make
24
25 BUNDLE_NAME = ReadlineTranscript
26
27 ReadlineTranscript_OBJC_FILES = \
28 ReadlineTranscriptModule.m \
29 ReadlineTranscript.m \
30
31 ReadlineTranscript_PRINCIPAL_CLASS = ReadlineTranscriptModule
32
33 ReadlineTranscript_RESOURCE_FILES = ScriptingInfo.plist
34
35 BUNDLE_INSTALL_DIR:=$(GNUSTEP_INSTALLATION_DIR)/Library/StepTalk/Modules
36
37 ReadlineTranscript_BUNDLE_LIBS = -lStepTalk -lreadline
38 ADDITIONAL_INCLUDE_DIRS += -I../../Frameworks/
39
40 ADDITIONAL_OBJCFLAGS = -Wall -Wno-import
41
42 -include GNUmakefile.preamble
43 include $(GNUSTEP_MAKEFILES)/bundle.make
44 -include GNUMakefile.postamble

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26