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