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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Sun Oct 3 21:10:47 1999 UTC (24 years, 6 months ago) by frodo
File size: 9267 byte(s)
Imported sources

1 # Makefile.in generated automatically by automake 1.4 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 INT_16_BIT = @INT_16_BIT@
66 INT_32_BIT = @INT_32_BIT@
67 INT_8_BIT = @INT_8_BIT@
68 LD = @LD@
69 LIBTOOL = @LIBTOOL@
70 LN_S = @LN_S@
71 MAKEINFO = @MAKEINFO@
72 NM = @NM@
73 OBJDUMP = @OBJDUMP@
74 PACKAGE = @PACKAGE@
75 RANLIB = @RANLIB@
76 VERSION = @VERSION@
77
78 INCLUDES = -I.. -I../lib
79
80 bin_PROGRAMS = psiconv
81 psiconv_SOURCES = psiconv.c
82 psiconv_LDADD = ../lib/libpsiconv.la
83 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
84 CONFIG_HEADER = ../config.h
85 CONFIG_CLEAN_FILES =
86 PROGRAMS = $(bin_PROGRAMS)
87
88
89 DEFS = @DEFS@ -I. -I$(srcdir) -I..
90 CPPFLAGS = @CPPFLAGS@
91 LDFLAGS = @LDFLAGS@
92 LIBS = @LIBS@
93 psiconv_OBJECTS = psiconv.o
94 psiconv_DEPENDENCIES = ../lib/libpsiconv.la
95 psiconv_LDFLAGS =
96 CFLAGS = @CFLAGS@
97 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99 CCLD = $(CC)
100 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
101 DIST_COMMON = Makefile.am Makefile.in
102
103
104 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
105
106 TAR = tar
107 GZIP_ENV = --best
108 DEP_FILES = .deps/psiconv.P
109 SOURCES = $(psiconv_SOURCES)
110 OBJECTS = $(psiconv_OBJECTS)
111
112 all: all-redirect
113 .SUFFIXES:
114 .SUFFIXES: .S .c .lo .o .s
115 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
116 cd $(top_srcdir) && $(AUTOMAKE) --gnu psiconv/Makefile
117
118 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
119 cd $(top_builddir) \
120 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
121
122
123 mostlyclean-binPROGRAMS:
124
125 clean-binPROGRAMS:
126 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
127
128 distclean-binPROGRAMS:
129
130 maintainer-clean-binPROGRAMS:
131
132 install-binPROGRAMS: $(bin_PROGRAMS)
133 @$(NORMAL_INSTALL)
134 $(mkinstalldirs) $(DESTDIR)$(bindir)
135 @list='$(bin_PROGRAMS)'; for p in $$list; do \
136 if test -f $$p; then \
137 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
138 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
139 else :; fi; \
140 done
141
142 uninstall-binPROGRAMS:
143 @$(NORMAL_UNINSTALL)
144 list='$(bin_PROGRAMS)'; for p in $$list; do \
145 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
146 done
147
148 .s.o:
149 $(COMPILE) -c $<
150
151 .S.o:
152 $(COMPILE) -c $<
153
154 mostlyclean-compile:
155 -rm -f *.o core *.core
156
157 clean-compile:
158
159 distclean-compile:
160 -rm -f *.tab.c
161
162 maintainer-clean-compile:
163
164 .s.lo:
165 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
166
167 .S.lo:
168 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
169
170 mostlyclean-libtool:
171 -rm -f *.lo
172
173 clean-libtool:
174 -rm -rf .libs _libs
175
176 distclean-libtool:
177
178 maintainer-clean-libtool:
179
180 psiconv: $(psiconv_OBJECTS) $(psiconv_DEPENDENCIES)
181 @rm -f psiconv
182 $(LINK) $(psiconv_LDFLAGS) $(psiconv_OBJECTS) $(psiconv_LDADD) $(LIBS)
183
184 tags: TAGS
185
186 ID: $(HEADERS) $(SOURCES) $(LISP)
187 list='$(SOURCES) $(HEADERS)'; \
188 unique=`for i in $$list; do echo $$i; done | \
189 awk ' { files[$$0] = 1; } \
190 END { for (i in files) print i; }'`; \
191 here=`pwd` && cd $(srcdir) \
192 && mkid -f$$here/ID $$unique $(LISP)
193
194 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
195 tags=; \
196 here=`pwd`; \
197 list='$(SOURCES) $(HEADERS)'; \
198 unique=`for i in $$list; do echo $$i; done | \
199 awk ' { files[$$0] = 1; } \
200 END { for (i in files) print i; }'`; \
201 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
202 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
203
204 mostlyclean-tags:
205
206 clean-tags:
207
208 distclean-tags:
209 -rm -f TAGS ID
210
211 maintainer-clean-tags:
212
213 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
214
215 subdir = psiconv
216
217 distdir: $(DISTFILES)
218 here=`cd $(top_builddir) && pwd`; \
219 top_distdir=`cd $(top_distdir) && pwd`; \
220 distdir=`cd $(distdir) && pwd`; \
221 cd $(top_srcdir) \
222 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu psiconv/Makefile
223 @for file in $(DISTFILES); do \
224 d=$(srcdir); \
225 if test -d $$d/$$file; then \
226 cp -pr $$/$$file $(distdir)/$$file; \
227 else \
228 test -f $(distdir)/$$file \
229 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
230 || cp -p $$d/$$file $(distdir)/$$file || :; \
231 fi; \
232 done
233
234 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
235
236 -include $(DEP_FILES)
237
238 mostlyclean-depend:
239
240 clean-depend:
241
242 distclean-depend:
243 -rm -rf .deps
244
245 maintainer-clean-depend:
246
247 %.o: %.c
248 @echo '$(COMPILE) -c $<'; \
249 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
250 @-cp .deps/$(*F).pp .deps/$(*F).P; \
251 tr ' ' '\012' < .deps/$(*F).pp \
252 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
253 >> .deps/$(*F).P; \
254 rm .deps/$(*F).pp
255
256 %.lo: %.c
257 @echo '$(LTCOMPILE) -c $<'; \
258 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
259 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
260 < .deps/$(*F).pp > .deps/$(*F).P; \
261 tr ' ' '\012' < .deps/$(*F).pp \
262 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
263 >> .deps/$(*F).P; \
264 rm -f .deps/$(*F).pp
265 info-am:
266 info: info-am
267 dvi-am:
268 dvi: dvi-am
269 check-am: all-am
270 check: check-am
271 installcheck-am:
272 installcheck: installcheck-am
273 install-exec-am: install-binPROGRAMS
274 install-exec: install-exec-am
275
276 install-data-am:
277 install-data: install-data-am
278
279 install-am: all-am
280 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
281 install: install-am
282 uninstall-am: uninstall-binPROGRAMS
283 uninstall: uninstall-am
284 all-am: Makefile $(PROGRAMS)
285 all-redirect: all-am
286 install-strip:
287 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
288 installdirs:
289 $(mkinstalldirs) $(DESTDIR)$(bindir)
290
291
292 mostlyclean-generic:
293
294 clean-generic:
295
296 distclean-generic:
297 -rm -f Makefile $(CONFIG_CLEAN_FILES)
298 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
299
300 maintainer-clean-generic:
301 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
302 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
303 mostlyclean-generic
304
305 mostlyclean: mostlyclean-am
306
307 clean-am: clean-binPROGRAMS clean-compile clean-libtool clean-tags \
308 clean-depend clean-generic mostlyclean-am
309
310 clean: clean-am
311
312 distclean-am: distclean-binPROGRAMS distclean-compile distclean-libtool \
313 distclean-tags distclean-depend distclean-generic \
314 clean-am
315 -rm -f libtool
316
317 distclean: distclean-am
318
319 maintainer-clean-am: maintainer-clean-binPROGRAMS \
320 maintainer-clean-compile maintainer-clean-libtool \
321 maintainer-clean-tags maintainer-clean-depend \
322 maintainer-clean-generic distclean-am
323 @echo "This command is intended for maintainers to use;"
324 @echo "it deletes files that may require special tools to rebuild."
325
326 maintainer-clean: maintainer-clean-am
327
328 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
329 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
330 mostlyclean-compile distclean-compile clean-compile \
331 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
332 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
333 distclean-tags clean-tags maintainer-clean-tags distdir \
334 mostlyclean-depend distclean-depend clean-depend \
335 maintainer-clean-depend info-am info dvi-am dvi check check-am \
336 installcheck-am installcheck install-exec-am install-exec \
337 install-data-am install-data install-am install uninstall-am uninstall \
338 all-redirect all-am all installdirs mostlyclean-generic \
339 distclean-generic clean-generic maintainer-clean-generic clean \
340 mostlyclean distclean maintainer-clean
341
342
343 # Tell versions [3.59,3.63) of GNU make to not export all variables.
344 # Otherwise a system limit (for SysV at least) may be exceeded.
345 .NOEXPORT:

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