source: trunk/third/scrollkeeper/buildtools/Makefile.in @ 18534

Revision 18534, 9.4 KB checked in by ghudson, 21 years ago (diff)
List libintl dependencies where needed.
Line 
1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13# copyright (C) 2001 Sun Microsystems, Inc.
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = ..
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62build_alias = @build_alias@
63build_triplet = @build@
64host_alias = @host_alias@
65host_triplet = @host@
66target_alias = @target_alias@
67target_triplet = @target@
68AS = @AS@
69AWK = @AWK@
70BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
71CATALOGS = @CATALOGS@
72CATOBJEXT = @CATOBJEXT@
73CC = @CC@
74CPP = @CPP@
75DATADIRNAME = @DATADIRNAME@
76DLLTOOL = @DLLTOOL@
77ECHO = @ECHO@
78EXEEXT = @EXEEXT@
79GENCAT = @GENCAT@
80GLIBC21 = @GLIBC21@
81GMOFILES = @GMOFILES@
82GMSGFMT = @GMSGFMT@
83HOST_TYPE = @HOST_TYPE@
84INSTOBJEXT = @INSTOBJEXT@
85INTLBISON = @INTLBISON@
86INTLLIBS = @INTLLIBS@
87INTLOBJS = @INTLOBJS@
88INTLTOOL = @INTLTOOL@
89INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
90INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
91INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
92INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
93INTLTOOL_MERGE = @INTLTOOL_MERGE@
94INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
95INTLTOOL_PERL = @INTLTOOL_PERL@
96INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
97INTLTOOL_REQUIRED = @INTLTOOL_REQUIRED@
98INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
99INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
100INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
101INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
102INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
103INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
104LIBICONV = @LIBICONV@
105LIBTOOL = @LIBTOOL@
106LIBXML2_REQUIRED = @LIBXML2_REQUIRED@
107LN_S = @LN_S@
108MAKEINFO = @MAKEINFO@
109MKINSTALLDIRS = @MKINSTALLDIRS@
110MSGFMT = @MSGFMT@
111OBJDUMP = @OBJDUMP@
112OBJEXT = @OBJEXT@
113OMFDIRS = @OMFDIRS@
114PACKAGE = @PACKAGE@
115POFILES = @POFILES@
116POSUB = @POSUB@
117RANLIB = @RANLIB@
118SCROLLKEEPER_PARTIAL_DB_DIR = @SCROLLKEEPER_PARTIAL_DB_DIR@
119STRIP = @STRIP@
120USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
121USE_NLS = @USE_NLS@
122VERSION = @VERSION@
123XML_CFLAGS = @XML_CFLAGS@
124XML_CONFIG = @XML_CONFIG@
125XML_LIBS = @XML_LIBS@
126XSLT_CFLAGS = @XSLT_CFLAGS@
127XSLT_CONFIG = @XSLT_CONFIG@
128XSLT_LIBS = @XSLT_LIBS@
129
130INCLUDES = \
131        -I$(top_srcdir)/libs \
132        $(XML_CFLAGS)
133
134
135LDADD = \
136        $(XML_LIBS) \
137        $(XSLT_LIBS) \
138        $(top_builddir)/libs/libscrollkeeper.la \
139        $(INTLLIBS)
140
141
142noinst_PROGRAMS = \
143        scrollkeeper-tree-separate
144
145
146scrollkeeper_tree_separate_SOURCES = \
147        separate.c
148
149mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
150CONFIG_HEADER = ../config.h
151CONFIG_CLEAN_FILES =
152noinst_PROGRAMS =  scrollkeeper-tree-separate$(EXEEXT)
153PROGRAMS =  $(noinst_PROGRAMS)
154
155
156DEFS = @DEFS@ -I. -I$(srcdir) -I..
157CPPFLAGS = @CPPFLAGS@
158LDFLAGS = @LDFLAGS@
159LIBS = @LIBS@
160scrollkeeper_tree_separate_OBJECTS =  separate.$(OBJEXT)
161scrollkeeper_tree_separate_LDADD = $(LDADD)
162scrollkeeper_tree_separate_DEPENDENCIES =  \
163$(top_builddir)/libs/libscrollkeeper.la
164scrollkeeper_tree_separate_LDFLAGS =
165CFLAGS = @CFLAGS@
166COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
167LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
168CCLD = $(CC)
169LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
170DIST_COMMON =  Makefile.am Makefile.in
171
172
173DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
174
175TAR = gtar
176GZIP_ENV = --best
177SOURCES = $(scrollkeeper_tree_separate_SOURCES)
178OBJECTS = $(scrollkeeper_tree_separate_OBJECTS)
179
180all: all-redirect
181.SUFFIXES:
182.SUFFIXES: .S .c .lo .o .obj .s
183$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
184        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps buildtools/Makefile
185
186Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
187        cd $(top_builddir) \
188          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
189
190
191mostlyclean-noinstPROGRAMS:
192
193clean-noinstPROGRAMS:
194        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
195
196distclean-noinstPROGRAMS:
197
198maintainer-clean-noinstPROGRAMS:
199
200.c.o:
201        $(COMPILE) -c $<
202
203# FIXME: We should only use cygpath when building on Windows,
204# and only if it is available.
205.c.obj:
206        $(COMPILE) -c `cygpath -w $<`
207
208.s.o:
209        $(COMPILE) -c $<
210
211.S.o:
212        $(COMPILE) -c $<
213
214mostlyclean-compile:
215        -rm -f *.o core *.core
216        -rm -f *.$(OBJEXT)
217
218clean-compile:
219
220distclean-compile:
221        -rm -f *.tab.c
222
223maintainer-clean-compile:
224
225.c.lo:
226        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
227
228.s.lo:
229        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
230
231.S.lo:
232        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
233
234mostlyclean-libtool:
235        -rm -f *.lo
236
237clean-libtool:
238        -rm -rf .libs _libs
239
240distclean-libtool:
241
242maintainer-clean-libtool:
243
244scrollkeeper-tree-separate$(EXEEXT): $(scrollkeeper_tree_separate_OBJECTS) $(scrollkeeper_tree_separate_DEPENDENCIES)
245        @rm -f scrollkeeper-tree-separate$(EXEEXT)
246        $(LINK) $(scrollkeeper_tree_separate_LDFLAGS) $(scrollkeeper_tree_separate_OBJECTS) $(scrollkeeper_tree_separate_LDADD) $(LIBS)
247
248tags: TAGS
249
250ID: $(HEADERS) $(SOURCES) $(LISP)
251        list='$(SOURCES) $(HEADERS)'; \
252        unique=`for i in $$list; do echo $$i; done | \
253          awk '    { files[$$0] = 1; } \
254               END { for (i in files) print i; }'`; \
255        here=`pwd` && cd $(srcdir) \
256          && mkid -f$$here/ID $$unique $(LISP)
257
258TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
259        tags=; \
260        here=`pwd`; \
261        list='$(SOURCES) $(HEADERS)'; \
262        unique=`for i in $$list; do echo $$i; done | \
263          awk '    { files[$$0] = 1; } \
264               END { for (i in files) print i; }'`; \
265        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
266          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
267
268mostlyclean-tags:
269
270clean-tags:
271
272distclean-tags:
273        -rm -f TAGS ID
274
275maintainer-clean-tags:
276
277distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
278
279subdir = buildtools
280
281distdir: $(DISTFILES)
282        @for file in $(DISTFILES); do \
283          d=$(srcdir); \
284          if test -d $$d/$$file; then \
285            cp -pr $$d/$$file $(distdir)/$$file; \
286          else \
287            test -f $(distdir)/$$file \
288            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
289            || cp -p $$d/$$file $(distdir)/$$file || :; \
290          fi; \
291        done
292info-am:
293info: info-am
294dvi-am:
295dvi: dvi-am
296check-am: all-am
297check: check-am
298installcheck-am:
299installcheck: installcheck-am
300install-exec-am:
301install-exec: install-exec-am
302
303install-data-am:
304install-data: install-data-am
305
306install-am: all-am
307        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
308install: install-am
309uninstall-am:
310uninstall: uninstall-am
311all-am: Makefile $(PROGRAMS)
312all-redirect: all-am
313install-strip:
314        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
315installdirs:
316
317
318mostlyclean-generic:
319
320clean-generic:
321
322distclean-generic:
323        -rm -f Makefile $(CONFIG_CLEAN_FILES)
324        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
325
326maintainer-clean-generic:
327mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
328                mostlyclean-libtool mostlyclean-tags \
329                mostlyclean-generic
330
331mostlyclean: mostlyclean-am
332
333clean-am:  clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
334                clean-generic mostlyclean-am
335
336clean: clean-am
337
338distclean-am:  distclean-noinstPROGRAMS distclean-compile \
339                distclean-libtool distclean-tags distclean-generic \
340                clean-am
341        -rm -f libtool
342
343distclean: distclean-am
344
345maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
346                maintainer-clean-compile maintainer-clean-libtool \
347                maintainer-clean-tags maintainer-clean-generic \
348                distclean-am
349        @echo "This command is intended for maintainers to use;"
350        @echo "it deletes files that may require special tools to rebuild."
351
352maintainer-clean: maintainer-clean-am
353
354.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
355clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
356mostlyclean-compile distclean-compile clean-compile \
357maintainer-clean-compile mostlyclean-libtool distclean-libtool \
358clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
359distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
360dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
361install-exec install-data-am install-data install-am install \
362uninstall-am uninstall all-redirect all-am all installdirs \
363mostlyclean-generic distclean-generic clean-generic \
364maintainer-clean-generic clean mostlyclean distclean maintainer-clean
365
366
367# Tell versions [3.59,3.63) of GNU make to not export all variables.
368# Otherwise a system limit (for SysV at least) may be exceeded.
369.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.