]> git.mxchange.org Git - flightgear.git/blob - DemRaw2ascii/Makefile.in
3ffd6cec4f987a2a4856734741b660ecdcb80dd8
[flightgear.git] / DemRaw2ascii / Makefile.in
1 # Makefile.in generated automatically by automake 1.2h from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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 # Makefile
15 #
16 # Written by Curtis Olson, started February 1998.
17 #
18 # Copyright (C) 1998  Curtis L. Olson  - curt@me.umn.edu
19 #
20 # This program is free software; you can redistribute it and/or modify
21 # it under the terms of the GNU General Public License as published by
22 # the Free Software Foundation; either version 2 of the License, or
23 # (at your option) any later version.
24 #
25 # This program is distributed in the hope that it will be useful,
26 # but WITHOUT ANY WARRANTY; without even the implied warranty of
27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28 # GNU General Public License for more details.
29 #
30 # You should have received a copy of the GNU General Public License
31 # along with this program; if not, write to the Free Software
32 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
33 #
34 # $Id$
35 # (Log is kept at end of this file)
36 #---------------------------------------------------------------------------
37
38
39 SHELL = /bin/sh
40
41 srcdir = @srcdir@
42 top_srcdir = @top_srcdir@
43 VPATH = @srcdir@
44 prefix = @prefix@
45 exec_prefix = @exec_prefix@
46
47 bindir = @bindir@
48 sbindir = @sbindir@
49 libexecdir = @libexecdir@
50 datadir = @datadir@
51 sysconfdir = @sysconfdir@
52 sharedstatedir = @sharedstatedir@
53 localstatedir = @localstatedir@
54 libdir = @libdir@
55 infodir = @infodir@
56 mandir = @mandir@
57 includedir = @includedir@
58 oldincludedir = /usr/include
59
60 DISTDIR =
61
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkglibdir = $(libdir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65
66 top_builddir = ../..
67
68 ACLOCAL = @ACLOCAL@
69 AUTOCONF = @AUTOCONF@
70 AUTOMAKE = @AUTOMAKE@
71 AUTOHEADER = @AUTOHEADER@
72
73 INSTALL = @INSTALL@
74 INSTALL_PROGRAM = @INSTALL_PROGRAM@
75 INSTALL_DATA = @INSTALL_DATA@
76 INSTALL_SCRIPT = @INSTALL_SCRIPT@
77 transform = @program_transform_name@
78
79 NORMAL_INSTALL = :
80 PRE_INSTALL = :
81 POST_INSTALL = :
82 NORMAL_UNINSTALL = :
83 PRE_UNINSTALL = :
84 POST_UNINSTALL = :
85 host_alias = @host_alias@
86 host_triplet = @host@
87 CC = @CC@
88 CXX = @CXX@
89 LD = @LD@
90 LIBTOOL = @LIBTOOL@
91 LN_S = @LN_S@
92 MAINT = @MAINT@
93 MAKEINFO = @MAKEINFO@
94 NM = @NM@
95 PACKAGE = @PACKAGE@
96 RANLIB = @RANLIB@
97 VERSION = @VERSION@
98
99 bin_PROGRAMS = raw2ascii
100
101 raw2ascii_SOURCES = main.c rawdem.c rawdem.h
102
103 raw2ascii_LDADD = 
104 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
105 CONFIG_HEADER = ../../Include/config.h
106 CONFIG_CLEAN_FILES = 
107 PROGRAMS =  $(bin_PROGRAMS)
108
109
110 DEFS = @DEFS@ -I. -I$(srcdir) -I../../Include
111 CPPFLAGS = @CPPFLAGS@
112 LDFLAGS = @LDFLAGS@
113 LIBS = @LIBS@
114 X_CFLAGS = @X_CFLAGS@
115 X_LIBS = @X_LIBS@
116 X_EXTRA_LIBS = @X_EXTRA_LIBS@
117 X_PRE_LIBS = @X_PRE_LIBS@
118 raw2ascii_OBJECTS =  main.o rawdem.o
119 raw2ascii_DEPENDENCIES = 
120 raw2ascii_LDFLAGS = 
121 CFLAGS = @CFLAGS@
122 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
123 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
124 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
125 DIST_COMMON =  Makefile.am Makefile.in
126
127
128 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
129
130 TAR = tar
131 GZIP = --best
132 DEP_FILES =  .deps/main.P .deps/rawdem.P
133 SOURCES = $(raw2ascii_SOURCES)
134 OBJECTS = $(raw2ascii_OBJECTS)
135
136 all: Makefile $(PROGRAMS)
137
138 .SUFFIXES:
139 .SUFFIXES: .S .c .lo .o .s
140 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
141         cd $(top_srcdir) && $(AUTOMAKE) --gnu Tools/DemRaw2ascii/Makefile
142
143 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
144         cd $(top_builddir) \
145           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
146
147
148 mostlyclean-binPROGRAMS:
149
150 clean-binPROGRAMS:
151         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
152
153 distclean-binPROGRAMS:
154
155 maintainer-clean-binPROGRAMS:
156
157 install-binPROGRAMS: $(bin_PROGRAMS)
158         @$(NORMAL_INSTALL)
159         $(mkinstalldirs) $(DESTDIR)$(bindir)
160         @list='$(bin_PROGRAMS)'; for p in $$list; do \
161           if test -f $$p; then \
162             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
163             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
164           else :; fi; \
165         done
166
167 uninstall-binPROGRAMS:
168         @$(NORMAL_UNINSTALL)
169         list='$(bin_PROGRAMS)'; for p in $$list; do \
170           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
171         done
172
173 .s.o:
174         $(COMPILE) -c $<
175
176 .S.o:
177         $(COMPILE) -c $<
178
179 mostlyclean-compile:
180         -rm -f *.o core *.core
181
182 clean-compile:
183
184 distclean-compile:
185         -rm -f *.tab.c
186
187 maintainer-clean-compile:
188
189 .s.lo:
190         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
191
192 .S.lo:
193         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
194
195 mostlyclean-libtool:
196         -rm -f *.lo
197
198 clean-libtool:
199         -rm -rf .libs _libs
200
201 distclean-libtool:
202
203 maintainer-clean-libtool:
204
205 raw2ascii: $(raw2ascii_OBJECTS) $(raw2ascii_DEPENDENCIES)
206         @rm -f raw2ascii
207         $(LINK) $(raw2ascii_LDFLAGS) $(raw2ascii_OBJECTS) $(raw2ascii_LDADD) $(LIBS)
208
209 tags: TAGS
210
211 ID: $(HEADERS) $(SOURCES) $(LISP)
212         here=`pwd` && cd $(srcdir) \
213           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
214
215 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
216         tags=; \
217         here=`pwd`; \
218         list='$(SOURCES) $(HEADERS)'; \
219         unique=`for i in $$list; do echo $$i; done | \
220           awk '    { files[$$0] = 1; } \
221                END { for (i in files) print i; }'`; \
222         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
223           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
224
225 mostlyclean-tags:
226
227 clean-tags:
228
229 distclean-tags:
230         -rm -f TAGS ID
231
232 maintainer-clean-tags:
233
234 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
235
236 subdir = Tools/DemRaw2ascii
237
238 distdir: $(DISTFILES)
239         here=`cd $(top_builddir) && pwd`; \
240         top_distdir=`cd $(top_distdir) && pwd`; \
241         distdir=`cd $(distdir) && pwd`; \
242         cd $(top_srcdir) \
243           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Tools/DemRaw2ascii/Makefile
244         @for file in $(DISTFILES); do \
245           d=$(srcdir); \
246           test -f $(distdir)/$$file \
247           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
248           || cp -p $$d/$$file $(distdir)/$$file; \
249         done
250
251 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
252
253 -include $(DEP_FILES)
254
255 mostlyclean-depend:
256
257 clean-depend:
258
259 distclean-depend:
260
261 maintainer-clean-depend:
262         -rm -rf .deps
263
264 %.o: %.c
265         @echo '$(COMPILE) -c $<'; \
266         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
267
268 %.lo: %.c
269         @echo '$(LTCOMPILE) -c $<'; \
270         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
271         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
272           < .deps/$(*F).p > .deps/$(*F).P
273         @-rm -f .deps/$(*F).p
274 info:
275 dvi:
276 check: all
277         $(MAKE)
278 installcheck:
279 install-exec: install-binPROGRAMS
280         @$(NORMAL_INSTALL)
281
282 install-data: 
283         @$(NORMAL_INSTALL)
284
285 install: install-exec install-data all
286         @:
287
288 uninstall: uninstall-binPROGRAMS
289
290 install-strip:
291         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
292 installdirs:
293         $(mkinstalldirs)  $(DATADIR)$(bindir)
294
295
296 mostlyclean-generic:
297         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
298
299 clean-generic:
300         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
301
302 distclean-generic:
303         -rm -f Makefile $(DISTCLEANFILES)
304         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
305         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
306
307 maintainer-clean-generic:
308         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
309         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
310 mostlyclean:  mostlyclean-binPROGRAMS mostlyclean-compile \
311                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
312                 mostlyclean-generic
313
314 clean:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
315                 clean-depend clean-generic mostlyclean
316
317 distclean:  distclean-binPROGRAMS distclean-compile distclean-libtool \
318                 distclean-tags distclean-depend distclean-generic clean
319         -rm -f config.status
320         -rm -f libtool
321
322 maintainer-clean:  maintainer-clean-binPROGRAMS maintainer-clean-compile \
323                 maintainer-clean-libtool maintainer-clean-tags \
324                 maintainer-clean-depend maintainer-clean-generic \
325                 distclean
326         @echo "This command is intended for maintainers to use;"
327         @echo "it deletes files that may require special tools to rebuild."
328
329 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
330 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
331 mostlyclean-compile distclean-compile clean-compile \
332 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
333 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
334 distclean-tags clean-tags maintainer-clean-tags distdir \
335 mostlyclean-depend distclean-depend clean-depend \
336 maintainer-clean-depend info dvi installcheck install-exec install-data \
337 install uninstall all installdirs mostlyclean-generic distclean-generic \
338 clean-generic maintainer-clean-generic clean mostlyclean distclean \
339 maintainer-clean
340
341
342 INCLUDES += 
343
344 #---------------------------------------------------------------------------
345 # $Log$
346 # Revision 1.10  1998/05/20 20:55:46  curt
347 # Makefile tweaks
348 #
349 # Revision 1.2  1998/04/24 00:44:04  curt
350 # Added zlib support.
351 #
352 # Revision 1.1  1998/04/18 03:59:44  curt
353 # Incorporated into gnu automake/autoconf system.
354 #
355
356 # Tell versions [3.59,3.63) of GNU make to not export all variables.
357 # Otherwise a system limit (for SysV at least) may be exceeded.
358 .NOEXPORT: