/[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 75 - (show annotations)
Sun Dec 24 17:26:24 2000 UTC (23 years, 3 months ago) by frodo
File size: 8923 byte(s)
(Frodo) Several things:

 * Added the extra directory to the build process, added a README.
 * Made checkuid compile cleanly
 * Added rewrite utility

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

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