source: trunk/third/ORBit/Makefile.in @ 15271

Revision 15271, 14.7 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15270, which included commits to RCS files with non-trunk default branches.
Line 
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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AS = @AS@
63AWK = @AWK@
64CC = @CC@
65DLLTOOL = @DLLTOOL@
66GLIB_CFLAGS = @GLIB_CFLAGS@
67GLIB_CONFIG = @GLIB_CONFIG@
68GLIB_LIBS = @GLIB_LIBS@
69GMODULE_CFLAGS = @GMODULE_CFLAGS@
70GMODULE_LIBS = @GMODULE_LIBS@
71HAVE_LIMITED_WRITEV = @HAVE_LIMITED_WRITEV@
72LEX = @LEX@
73LIBTOOL = @LIBTOOL@
74LIBWRAP_PATH = @LIBWRAP_PATH@
75LIB_WRAP = @LIB_WRAP@
76LN_S = @LN_S@
77LT_AGE = @LT_AGE@
78LT_CURRENT = @LT_CURRENT@
79LT_RELEASE = @LT_RELEASE@
80LT_REVISION = @LT_REVISION@
81MAINT = @MAINT@
82MAKEINFO = @MAKEINFO@
83OBJDUMP = @OBJDUMP@
84ORBIT_HAVE_ALLOCA_H = @ORBIT_HAVE_ALLOCA_H@
85ORBIT_MAJOR_VERSION = @ORBIT_MAJOR_VERSION@
86ORBIT_MICRO_VERSION = @ORBIT_MICRO_VERSION@
87ORBIT_MINOR_VERSION = @ORBIT_MINOR_VERSION@
88ORBIT_SERIAL = @ORBIT_SERIAL@
89ORBIT_VERSION = @ORBIT_VERSION@
90PACKAGE = @PACKAGE@
91RANLIB = @RANLIB@
92VERSION = @VERSION@
93YACC = @YACC@
94pkglibdir = @pkglibdir@
95
96AUTOMAKE_OPTIONS = 1.3 # required version of automake.
97
98SUBDIRS = popt libIDL src test
99
100bin_SCRIPTS = orbit-config
101
102EXTRA_DIST = ORBit.spec.in ORBit.m4 ORBit.pc.in
103
104m4datadir = $(datadir)/aclocal
105m4data_DATA = ORBit.m4
106
107pkgconfigdir = $(libdir)/pkgconfig
108pkgconfig_DATA = ORBit.pc
109ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
110mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111CONFIG_HEADER = config.h
112CONFIG_CLEAN_FILES =  orbit-config ORBit.pc ORBit.spec
113SCRIPTS =  $(bin_SCRIPTS)
114
115DATA =  $(m4data_DATA) $(pkgconfig_DATA)
116
117DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
118Makefile.am Makefile.in NEWS ORBit.pc.in ORBit.spec.in TODO acconfig.h \
119aclocal.m4 config.guess config.h.in config.sub configure configure.in \
120install-sh ltconfig ltmain.sh missing mkinstalldirs orbit-config.in
121
122
123DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
124
125TAR = gtar
126GZIP_ENV = --best
127all: all-redirect
128.SUFFIXES:
129$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
130        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
131
132Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
133        cd $(top_builddir) \
134          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
135
136$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
137        cd $(srcdir) && $(ACLOCAL)
138
139config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
140        $(SHELL) ./config.status --recheck
141$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
142        cd $(srcdir) && $(AUTOCONF)
143
144config.h: stamp-h
145        @if test ! -f $@; then \
146                rm -f stamp-h; \
147                $(MAKE) stamp-h; \
148        else :; fi
149stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
150        cd $(top_builddir) \
151          && CONFIG_FILES= CONFIG_HEADERS=config.h \
152             $(SHELL) ./config.status
153        @echo timestamp > stamp-h 2> /dev/null
154$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
155        @if test ! -f $@; then \
156                rm -f $(srcdir)/stamp-h.in; \
157                $(MAKE) $(srcdir)/stamp-h.in; \
158        else :; fi
159$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
160        cd $(top_srcdir) && $(AUTOHEADER)
161        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
162
163mostlyclean-hdr:
164
165clean-hdr:
166
167distclean-hdr:
168        -rm -f config.h
169
170maintainer-clean-hdr:
171orbit-config: $(top_builddir)/config.status orbit-config.in
172        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
173ORBit.pc: $(top_builddir)/config.status ORBit.pc.in
174        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
175ORBit.spec: $(top_builddir)/config.status ORBit.spec.in
176        cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
177
178install-binSCRIPTS: $(bin_SCRIPTS)
179        @$(NORMAL_INSTALL)
180        $(mkinstalldirs) $(DESTDIR)$(bindir)
181        @list='$(bin_SCRIPTS)'; for p in $$list; do \
182          if test -f $$p; then \
183            echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
184            $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
185          else if test -f $(srcdir)/$$p; then \
186            echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
187            $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
188          else :; fi; fi; \
189        done
190
191uninstall-binSCRIPTS:
192        @$(NORMAL_UNINSTALL)
193        list='$(bin_SCRIPTS)'; for p in $$list; do \
194          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
195        done
196
197install-m4dataDATA: $(m4data_DATA)
198        @$(NORMAL_INSTALL)
199        $(mkinstalldirs) $(DESTDIR)$(m4datadir)
200        @list='$(m4data_DATA)'; for p in $$list; do \
201          if test -f $(srcdir)/$$p; then \
202            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p"; \
203            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p; \
204          else if test -f $$p; then \
205            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p"; \
206            $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p; \
207          fi; fi; \
208        done
209
210uninstall-m4dataDATA:
211        @$(NORMAL_UNINSTALL)
212        list='$(m4data_DATA)'; for p in $$list; do \
213          rm -f $(DESTDIR)$(m4datadir)/$$p; \
214        done
215
216install-pkgconfigDATA: $(pkgconfig_DATA)
217        @$(NORMAL_INSTALL)
218        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
219        @list='$(pkgconfig_DATA)'; for p in $$list; do \
220          if test -f $(srcdir)/$$p; then \
221            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
222            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
223          else if test -f $$p; then \
224            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
225            $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
226          fi; fi; \
227        done
228
229uninstall-pkgconfigDATA:
230        @$(NORMAL_UNINSTALL)
231        list='$(pkgconfig_DATA)'; for p in $$list; do \
232          rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
233        done
234
235# This directory's subdirectories are mostly independent; you can cd
236# into them and run `make' without going through this Makefile.
237# To change the values of `make' variables: instead of editing Makefiles,
238# (1) if the variable is set in `config.status', edit `config.status'
239#     (which will cause the Makefiles to be regenerated when you run `make');
240# (2) otherwise, pass the desired values on the `make' command line.
241
242@SET_MAKE@
243
244all-recursive install-data-recursive install-exec-recursive \
245installdirs-recursive install-recursive uninstall-recursive  \
246check-recursive installcheck-recursive info-recursive dvi-recursive:
247        @set fnord $(MAKEFLAGS); amf=$$2; \
248        dot_seen=no; \
249        target=`echo $@ | sed s/-recursive//`; \
250        list='$(SUBDIRS)'; for subdir in $$list; do \
251          echo "Making $$target in $$subdir"; \
252          if test "$$subdir" = "."; then \
253            dot_seen=yes; \
254            local_target="$$target-am"; \
255          else \
256            local_target="$$target"; \
257          fi; \
258          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
259           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
260        done; \
261        if test "$$dot_seen" = "no"; then \
262          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
263        fi; test -z "$$fail"
264
265mostlyclean-recursive clean-recursive distclean-recursive \
266maintainer-clean-recursive:
267        @set fnord $(MAKEFLAGS); amf=$$2; \
268        dot_seen=no; \
269        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
270          rev="$$subdir $$rev"; \
271          test "$$subdir" = "." && dot_seen=yes; \
272        done; \
273        test "$$dot_seen" = "no" && rev=". $$rev"; \
274        target=`echo $@ | sed s/-recursive//`; \
275        for subdir in $$rev; do \
276          echo "Making $$target in $$subdir"; \
277          if test "$$subdir" = "."; then \
278            local_target="$$target-am"; \
279          else \
280            local_target="$$target"; \
281          fi; \
282          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
283           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
284        done && test -z "$$fail"
285tags-recursive:
286        list='$(SUBDIRS)'; for subdir in $$list; do \
287          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
288        done
289
290tags: TAGS
291
292ID: $(HEADERS) $(SOURCES) $(LISP)
293        list='$(SOURCES) $(HEADERS)'; \
294        unique=`for i in $$list; do echo $$i; done | \
295          awk '    { files[$$0] = 1; } \
296               END { for (i in files) print i; }'`; \
297        here=`pwd` && cd $(srcdir) \
298          && mkid -f$$here/ID $$unique $(LISP)
299
300TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
301        tags=; \
302        here=`pwd`; \
303        list='$(SUBDIRS)'; for subdir in $$list; do \
304   if test "$$subdir" = .; then :; else \
305            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
306   fi; \
307        done; \
308        list='$(SOURCES) $(HEADERS)'; \
309        unique=`for i in $$list; do echo $$i; done | \
310          awk '    { files[$$0] = 1; } \
311               END { for (i in files) print i; }'`; \
312        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
313          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
314
315mostlyclean-tags:
316
317clean-tags:
318
319distclean-tags:
320        -rm -f TAGS ID
321
322maintainer-clean-tags:
323
324distdir = $(PACKAGE)-$(VERSION)
325top_distdir = $(distdir)
326
327# This target untars the dist file and tries a VPATH configuration.  Then
328# it guarantees that the distribution is self-contained by making another
329# tarfile.
330distcheck: dist
331        -rm -rf $(distdir)
332        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
333        mkdir $(distdir)/=build
334        mkdir $(distdir)/=inst
335        dc_install_base=`cd $(distdir)/=inst && pwd`; \
336        cd $(distdir)/=build \
337          && ../configure --srcdir=.. --prefix=$$dc_install_base \
338          && $(MAKE) $(AM_MAKEFLAGS) \
339          && $(MAKE) $(AM_MAKEFLAGS) dvi \
340          && $(MAKE) $(AM_MAKEFLAGS) check \
341          && $(MAKE) $(AM_MAKEFLAGS) install \
342          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
343          && $(MAKE) $(AM_MAKEFLAGS) dist
344        -rm -rf $(distdir)
345        @banner="$(distdir).tar.gz is ready for distribution"; \
346        dashes=`echo "$$banner" | sed s/./=/g`; \
347        echo "$$dashes"; \
348        echo "$$banner"; \
349        echo "$$dashes"
350dist: distdir
351        -chmod -R a+r $(distdir)
352        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
353        -rm -rf $(distdir)
354dist-all: distdir
355        -chmod -R a+r $(distdir)
356        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
357        -rm -rf $(distdir)
358distdir: $(DISTFILES)
359        -rm -rf $(distdir)
360        mkdir $(distdir)
361        -chmod 777 $(distdir)
362        @for file in $(DISTFILES); do \
363          d=$(srcdir); \
364          if test -d $$d/$$file; then \
365            cp -pr $$d/$$file $(distdir)/$$file; \
366          else \
367            test -f $(distdir)/$$file \
368            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
369            || cp -p $$d/$$file $(distdir)/$$file || :; \
370          fi; \
371        done
372        for subdir in $(SUBDIRS); do \
373          if test "$$subdir" = .; then :; else \
374            test -d $(distdir)/$$subdir \
375            || mkdir $(distdir)/$$subdir \
376            || exit 1; \
377            chmod 777 $(distdir)/$$subdir; \
378            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
379              || exit 1; \
380          fi; \
381        done
382        $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
383info-am:
384info: info-recursive
385dvi-am:
386dvi: dvi-recursive
387check-am: all-am
388check: check-recursive
389installcheck-am:
390installcheck: installcheck-recursive
391all-recursive-am: config.h
392        $(MAKE) $(AM_MAKEFLAGS) all-recursive
393
394install-exec-am: install-binSCRIPTS
395install-exec: install-exec-recursive
396
397install-data-am: install-m4dataDATA install-pkgconfigDATA
398install-data: install-data-recursive
399
400install-am: all-am
401        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
402install: install-recursive
403uninstall-am: uninstall-binSCRIPTS uninstall-m4dataDATA \
404                uninstall-pkgconfigDATA
405uninstall: uninstall-recursive
406all-am: Makefile $(SCRIPTS) $(DATA) config.h
407all-redirect: all-recursive-am
408install-strip:
409        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
410installdirs: installdirs-recursive
411installdirs-am:
412        $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(m4datadir) \
413                $(DESTDIR)$(pkgconfigdir)
414
415
416mostlyclean-generic:
417
418clean-generic:
419
420distclean-generic:
421        -rm -f Makefile $(CONFIG_CLEAN_FILES)
422        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
423
424maintainer-clean-generic:
425mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
426
427mostlyclean: mostlyclean-recursive
428
429clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
430
431clean: clean-recursive
432
433distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
434        -rm -f libtool
435
436distclean: distclean-recursive
437        -rm -f config.status
438
439maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
440                maintainer-clean-generic distclean-am
441        @echo "This command is intended for maintainers to use;"
442        @echo "it deletes files that may require special tools to rebuild."
443
444maintainer-clean: maintainer-clean-recursive
445        -rm -f config.status
446
447.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
448uninstall-binSCRIPTS install-binSCRIPTS uninstall-m4dataDATA \
449install-m4dataDATA uninstall-pkgconfigDATA install-pkgconfigDATA \
450install-data-recursive uninstall-data-recursive install-exec-recursive \
451uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
452all-recursive check-recursive installcheck-recursive info-recursive \
453dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
454maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
455distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
456dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
457install-exec-am install-exec install-data-am install-data install-am \
458install uninstall-am uninstall all-redirect all-am all installdirs-am \
459installdirs mostlyclean-generic distclean-generic clean-generic \
460maintainer-clean-generic clean mostlyclean distclean maintainer-clean
461
462
463dist-hook: ORBit.spec
464        mkdir $(distdir)/docs
465        cp -pr $(srcdir)/docs/* $(distdir)/docs
466        cp ORBit.spec $(distdir)
467
468rpms: distcheck
469        rpm -ta $(top_builddir)/@PACKAGE@-@VERSION@.tar.gz
470
471# Tell versions [3.59,3.63) of GNU make to not export all variables.
472# Otherwise a system limit (for SysV at least) may be exceeded.
473.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.