/[public]/psiconv/trunk/program/extra/Makefile.in
ViewVC logotype

Contents of /psiconv/trunk/program/extra/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 116 - (show annotations)
Sun Jun 17 18:44:28 2001 UTC (22 years, 9 months ago) by frodo
File size: 9646 byte(s)
(Frodo) Update to libtool-1.4, autoconf-2.50

1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 CC = @CC@
64 DLLTOOL = @DLLTOOL@
65 ECHO = @ECHO@
66 EXEEXT = @EXEEXT@
67 IMAGEMAGICK = @IMAGEMAGICK@
68 INT_16_BIT = @INT_16_BIT@
69 INT_32_BIT = @INT_32_BIT@
70 INT_8_BIT = @INT_8_BIT@
71 LIBTOOL = @LIBTOOL@
72 LIB_MAGICK = @LIB_MAGICK@
73 LN_S = @LN_S@
74 MAKEINFO = @MAKEINFO@
75 OBJDUMP = @OBJDUMP@
76 OBJEXT = @OBJEXT@
77 PACKAGE = @PACKAGE@
78 RANLIB = @RANLIB@
79 STRIP = @STRIP@
80 VERSION = @VERSION@
81 cflags_set = @cflags_set@
82
83 INCLUDES = -I../lib -I../../compat
84
85 noinst_PROGRAMS = checkuid rewrite empty
86 rewrite_LDADD = ../lib/psiconv/libpsiconv.la
87 empty_LDADD = ../lib/psiconv/libpsiconv.la
88 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
89 CONFIG_HEADER = ../config.h
90 CONFIG_CLEAN_FILES =
91 noinst_PROGRAMS = checkuid$(EXEEXT) rewrite$(EXEEXT) empty$(EXEEXT)
92 PROGRAMS = $(noinst_PROGRAMS)
93
94
95 DEFS = @DEFS@ -I. -I$(srcdir) -I..
96 CPPFLAGS = @CPPFLAGS@
97 LDFLAGS = @LDFLAGS@
98 LIBS = @LIBS@
99 checkuid_SOURCES = checkuid.c
100 checkuid_OBJECTS = checkuid.$(OBJEXT)
101 checkuid_LDADD = $(LDADD)
102 checkuid_DEPENDENCIES =
103 checkuid_LDFLAGS =
104 rewrite_SOURCES = rewrite.c
105 rewrite_OBJECTS = rewrite.$(OBJEXT)
106 rewrite_DEPENDENCIES = ../lib/psiconv/libpsiconv.la
107 rewrite_LDFLAGS =
108 empty_SOURCES = empty.c
109 empty_OBJECTS = empty.$(OBJEXT)
110 empty_DEPENDENCIES = ../lib/psiconv/libpsiconv.la
111 empty_LDFLAGS =
112 CFLAGS = @CFLAGS@
113 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
114 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
115 CCLD = $(CC)
116 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
117 DIST_COMMON = README Makefile.am Makefile.in
118
119
120 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121
122 TAR = tar
123 GZIP_ENV = --best
124 DEP_FILES = .deps/checkuid.P .deps/empty.P .deps/rewrite.P
125 SOURCES = checkuid.c rewrite.c empty.c
126 OBJECTS = checkuid.$(OBJEXT) rewrite.$(OBJEXT) empty.$(OBJEXT)
127
128 all: all-redirect
129 .SUFFIXES:
130 .SUFFIXES: .S .c .lo .o .obj .s
131 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
132 cd $(top_srcdir) && $(AUTOMAKE) --gnu extra/Makefile
133
134 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
135 cd $(top_builddir) \
136 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
137
138
139 mostlyclean-noinstPROGRAMS:
140
141 clean-noinstPROGRAMS:
142 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
143
144 distclean-noinstPROGRAMS:
145
146 maintainer-clean-noinstPROGRAMS:
147
148 # FIXME: We should only use cygpath when building on Windows,
149 # and only if it is available.
150 .c.obj:
151 $(COMPILE) -c `cygpath -w $<`
152
153 .s.o:
154 $(COMPILE) -c $<
155
156 .S.o:
157 $(COMPILE) -c $<
158
159 mostlyclean-compile:
160 -rm -f *.o core *.core
161 -rm -f *.$(OBJEXT)
162
163 clean-compile:
164
165 distclean-compile:
166 -rm -f *.tab.c
167
168 maintainer-clean-compile:
169
170 .s.lo:
171 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
172
173 .S.lo:
174 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
175
176 mostlyclean-libtool:
177 -rm -f *.lo
178
179 clean-libtool:
180 -rm -rf .libs _libs
181
182 distclean-libtool:
183
184 maintainer-clean-libtool:
185
186 checkuid$(EXEEXT): $(checkuid_OBJECTS) $(checkuid_DEPENDENCIES)
187 @rm -f checkuid$(EXEEXT)
188 $(LINK) $(checkuid_LDFLAGS) $(checkuid_OBJECTS) $(checkuid_LDADD) $(LIBS)
189
190 rewrite$(EXEEXT): $(rewrite_OBJECTS) $(rewrite_DEPENDENCIES)
191 @rm -f rewrite$(EXEEXT)
192 $(LINK) $(rewrite_LDFLAGS) $(rewrite_OBJECTS) $(rewrite_LDADD) $(LIBS)
193
194 empty$(EXEEXT): $(empty_OBJECTS) $(empty_DEPENDENCIES)
195 @rm -f empty$(EXEEXT)
196 $(LINK) $(empty_LDFLAGS) $(empty_OBJECTS) $(empty_LDADD) $(LIBS)
197
198 tags: TAGS
199
200 ID: $(HEADERS) $(SOURCES) $(LISP)
201 list='$(SOURCES) $(HEADERS)'; \
202 unique=`for i in $$list; do echo $$i; done | \
203 awk ' { files[$$0] = 1; } \
204 END { for (i in files) print i; }'`; \
205 here=`pwd` && cd $(srcdir) \
206 && mkid -f$$here/ID $$unique $(LISP)
207
208 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
209 tags=; \
210 here=`pwd`; \
211 list='$(SOURCES) $(HEADERS)'; \
212 unique=`for i in $$list; do echo $$i; done | \
213 awk ' { files[$$0] = 1; } \
214 END { for (i in files) print i; }'`; \
215 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
216 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
217
218 mostlyclean-tags:
219
220 clean-tags:
221
222 distclean-tags:
223 -rm -f TAGS ID
224
225 maintainer-clean-tags:
226
227 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
228
229 subdir = extra
230
231 distdir: $(DISTFILES)
232 here=`cd $(top_builddir) && pwd`; \
233 top_distdir=`cd $(top_distdir) && pwd`; \
234 distdir=`cd $(distdir) && pwd`; \
235 cd $(top_srcdir) \
236 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu extra/Makefile
237 @for file in $(DISTFILES); do \
238 d=$(srcdir); \
239 if test -d $$d/$$file; then \
240 cp -pr $$d/$$file $(distdir)/$$file; \
241 else \
242 test -f $(distdir)/$$file \
243 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
244 || cp -p $$d/$$file $(distdir)/$$file || :; \
245 fi; \
246 done
247
248 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
249
250 -include $(DEP_FILES)
251
252 mostlyclean-depend:
253
254 clean-depend:
255
256 distclean-depend:
257 -rm -rf .deps
258
259 maintainer-clean-depend:
260
261 %.o: %.c
262 @echo '$(COMPILE) -c $<'; \
263 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
264 @-cp .deps/$(*F).pp .deps/$(*F).P; \
265 tr ' ' '\012' < .deps/$(*F).pp \
266 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
267 >> .deps/$(*F).P; \
268 rm .deps/$(*F).pp
269
270 %.lo: %.c
271 @echo '$(LTCOMPILE) -c $<'; \
272 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
273 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
274 < .deps/$(*F).pp > .deps/$(*F).P; \
275 tr ' ' '\012' < .deps/$(*F).pp \
276 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
277 >> .deps/$(*F).P; \
278 rm -f .deps/$(*F).pp
279 info-am:
280 info: info-am
281 dvi-am:
282 dvi: dvi-am
283 check-am: all-am
284 check: check-am
285 installcheck-am:
286 installcheck: installcheck-am
287 install-exec-am:
288 install-exec: install-exec-am
289
290 install-data-am:
291 install-data: install-data-am
292
293 install-am: all-am
294 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
295 install: install-am
296 uninstall-am:
297 uninstall: uninstall-am
298 all-am: Makefile $(PROGRAMS)
299 all-redirect: all-am
300 install-strip:
301 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
302 installdirs:
303
304
305 mostlyclean-generic:
306
307 clean-generic:
308
309 distclean-generic:
310 -rm -f Makefile $(CONFIG_CLEAN_FILES)
311 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
312
313 maintainer-clean-generic:
314 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
315 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
316 mostlyclean-generic
317
318 mostlyclean: mostlyclean-am
319
320 clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
321 clean-depend clean-generic mostlyclean-am
322
323 clean: clean-am
324
325 distclean-am: distclean-noinstPROGRAMS distclean-compile \
326 distclean-libtool distclean-tags distclean-depend \
327 distclean-generic clean-am
328 -rm -f libtool
329
330 distclean: distclean-am
331
332 maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
333 maintainer-clean-compile maintainer-clean-libtool \
334 maintainer-clean-tags maintainer-clean-depend \
335 maintainer-clean-generic distclean-am
336 @echo "This command is intended for maintainers to use;"
337 @echo "it deletes files that may require special tools to rebuild."
338
339 maintainer-clean: maintainer-clean-am
340
341 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
342 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
343 mostlyclean-compile distclean-compile clean-compile \
344 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
345 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
346 distclean-tags clean-tags maintainer-clean-tags distdir \
347 mostlyclean-depend distclean-depend clean-depend \
348 maintainer-clean-depend info-am info dvi-am dvi check check-am \
349 installcheck-am installcheck install-exec-am install-exec \
350 install-data-am install-data install-am install uninstall-am uninstall \
351 all-redirect all-am all installdirs mostlyclean-generic \
352 distclean-generic clean-generic maintainer-clean-generic clean \
353 mostlyclean distclean maintainer-clean
354
355 #psiconv_noinstPROGRAMS = checkuid rewrite
356
357 # Tell versions [3.59,3.63) of GNU make to not export all variables.
358 # Otherwise a system limit (for SysV at least) may be exceeded.
359 .NOEXPORT:

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26