source: trunk/third/openmotif/Makefile.in @ 17519

Revision 17519, 10.9 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17518, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 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@
62AGE = @AGE@
63AS = @AS@
64CC = @CC@
65CDE_CONFIGURATION_TOP = @CDE_CONFIGURATION_TOP@
66CDE_INSTALLATION_TOP = @CDE_INSTALLATION_TOP@
67CPP = @CPP@
68CURRENT = @CURRENT@
69DLLTOOL = @DLLTOOL@
70ECHO = @ECHO@
71EXEEXT = @EXEEXT@
72INCDIR = @INCDIR@
73LEX = @LEX@
74LIBDIR = @LIBDIR@
75LIBTOOL = @LIBTOOL@
76LN_S = @LN_S@
77MAINT = @MAINT@
78MAKEINFO = @MAKEINFO@
79OBJDUMP = @OBJDUMP@
80OBJEXT = @OBJEXT@
81PACKAGE = @PACKAGE@
82RANLIB = @RANLIB@
83REVISION = @REVISION@
84SLIDE_DIST = @SLIDE_DIST@
85STRIP = @STRIP@
86VERSION = @VERSION@
87XMBINDDIR_FALLBACK = @XMBINDDIR_FALLBACK@
88XMTHEME_DIST = @XMTHEME_DIST@
89X_XMU = @X_XMU@
90YACC = @YACC@
91
92EXTRA_DIST = BUGREPORT \
93             CLOSEDBUGS \
94             COPYRIGHT.MOTIF \
95             Imakefile \
96             LICENSE \
97             OPENBUGS \
98             README RELEASE RELNOTES \
99             INSTALL.configure INSTALL.imake Makefile.imake-pure
100
101
102MAINTAINERCLEANFILES = Makefile.in \
103             configure libtool \
104             config.guess \
105             config.sub \
106             ltconfig ltmain.sh \
107             aclocal.m4 \
108             config.h.in \
109             install-sh \
110             missing mkinstalldirs
111
112
113SUBDIRS = bindings bitmaps \
114             config \
115             localized \
116             lib \
117             include \
118             tools \
119             clients \
120             doc \
121             demos
122
123AUTOMAKE_OPTIONS = 1.4
124ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
125mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
126CONFIG_HEADER = ./include/config.h
127CONFIG_CLEAN_FILES =
128DIST_COMMON =  README Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
129config.guess config.sub configure configure.in install-sh ltmain.sh \
130missing mkinstalldirs
131
132
133DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
134
135TAR = gtar
136GZIP_ENV = --best
137all: all-redirect
138.SUFFIXES:
139$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
140        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
141
142Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
143        cd $(top_builddir) \
144          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
145
146$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
147        cd $(srcdir) && $(ACLOCAL)
148
149config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
150        $(SHELL) ./config.status --recheck
151$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
152        cd $(srcdir) && $(AUTOCONF)
153
154# This directory's subdirectories are mostly independent; you can cd
155# into them and run `make' without going through this Makefile.
156# To change the values of `make' variables: instead of editing Makefiles,
157# (1) if the variable is set in `config.status', edit `config.status'
158#     (which will cause the Makefiles to be regenerated when you run `make');
159# (2) otherwise, pass the desired values on the `make' command line.
160
161@SET_MAKE@
162
163all-recursive install-data-recursive install-exec-recursive \
164installdirs-recursive install-recursive uninstall-recursive  \
165check-recursive installcheck-recursive info-recursive dvi-recursive:
166        @set fnord $(MAKEFLAGS); amf=$$2; \
167        dot_seen=no; \
168        target=`echo $@ | sed s/-recursive//`; \
169        list='$(SUBDIRS)'; for subdir in $$list; do \
170          echo "Making $$target in $$subdir"; \
171          if test "$$subdir" = "."; then \
172            dot_seen=yes; \
173            local_target="$$target-am"; \
174          else \
175            local_target="$$target"; \
176          fi; \
177          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
178           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
179        done; \
180        if test "$$dot_seen" = "no"; then \
181          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
182        fi; test -z "$$fail"
183
184mostlyclean-recursive clean-recursive distclean-recursive \
185maintainer-clean-recursive:
186        @set fnord $(MAKEFLAGS); amf=$$2; \
187        dot_seen=no; \
188        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
189          rev="$$subdir $$rev"; \
190          test "$$subdir" != "." || dot_seen=yes; \
191        done; \
192        test "$$dot_seen" = "no" && rev=". $$rev"; \
193        target=`echo $@ | sed s/-recursive//`; \
194        for subdir in $$rev; do \
195          echo "Making $$target in $$subdir"; \
196          if test "$$subdir" = "."; then \
197            local_target="$$target-am"; \
198          else \
199            local_target="$$target"; \
200          fi; \
201          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
202           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
203        done && test -z "$$fail"
204tags-recursive:
205        list='$(SUBDIRS)'; for subdir in $$list; do \
206          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
207        done
208
209tags: TAGS
210
211ID: $(HEADERS) $(SOURCES) $(LISP)
212        list='$(SOURCES) $(HEADERS)'; \
213        unique=`for i in $$list; do echo $$i; done | \
214          awk '    { files[$$0] = 1; } \
215               END { for (i in files) print i; }'`; \
216        here=`pwd` && cd $(srcdir) \
217          && mkid -f$$here/ID $$unique $(LISP)
218
219TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
220        tags=; \
221        here=`pwd`; \
222        list='$(SUBDIRS)'; for subdir in $$list; do \
223   if test "$$subdir" = .; then :; else \
224            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
225   fi; \
226        done; \
227        list='$(SOURCES) $(HEADERS)'; \
228        unique=`for i in $$list; do echo $$i; done | \
229          awk '    { files[$$0] = 1; } \
230               END { for (i in files) print i; }'`; \
231        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
232          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
233
234mostlyclean-tags:
235
236clean-tags:
237
238distclean-tags:
239        -rm -f TAGS ID
240
241maintainer-clean-tags:
242
243distdir = $(PACKAGE)-$(VERSION)
244top_distdir = $(distdir)
245
246# This target untars the dist file and tries a VPATH configuration.  Then
247# it guarantees that the distribution is self-contained by making another
248# tarfile.
249distcheck: dist
250        -rm -rf $(distdir)
251        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
252        mkdir $(distdir)/=build
253        mkdir $(distdir)/=inst
254        dc_install_base=`cd $(distdir)/=inst && pwd`; \
255        cd $(distdir)/=build \
256          && ../configure --srcdir=.. --prefix=$$dc_install_base \
257          && $(MAKE) $(AM_MAKEFLAGS) \
258          && $(MAKE) $(AM_MAKEFLAGS) dvi \
259          && $(MAKE) $(AM_MAKEFLAGS) check \
260          && $(MAKE) $(AM_MAKEFLAGS) install \
261          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
262          && $(MAKE) $(AM_MAKEFLAGS) dist
263        -rm -rf $(distdir)
264        @banner="$(distdir).tar.gz is ready for distribution"; \
265        dashes=`echo "$$banner" | sed s/./=/g`; \
266        echo "$$dashes"; \
267        echo "$$banner"; \
268        echo "$$dashes"
269dist: distdir
270        -chmod -R a+r $(distdir)
271        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
272        -rm -rf $(distdir)
273dist-all: distdir
274        -chmod -R a+r $(distdir)
275        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
276        -rm -rf $(distdir)
277distdir: $(DISTFILES)
278        -rm -rf $(distdir)
279        mkdir $(distdir)
280        -chmod 777 $(distdir)
281        @for file in $(DISTFILES); do \
282          d=$(srcdir); \
283          if test -d $$d/$$file; then \
284            cp -pr $$d/$$file $(distdir)/$$file; \
285          else \
286            test -f $(distdir)/$$file \
287            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
288            || cp -p $$d/$$file $(distdir)/$$file || :; \
289          fi; \
290        done
291        for subdir in $(SUBDIRS); do \
292          if test "$$subdir" = .; then :; else \
293            test -d $(distdir)/$$subdir \
294            || mkdir $(distdir)/$$subdir \
295            || exit 1; \
296            chmod 777 $(distdir)/$$subdir; \
297            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
298              || exit 1; \
299          fi; \
300        done
301info-am:
302info: info-recursive
303dvi-am:
304dvi: dvi-recursive
305check-am: all-am
306check: check-recursive
307installcheck-am:
308installcheck: installcheck-recursive
309install-exec-am:
310install-exec: install-exec-recursive
311
312install-data-am:
313install-data: install-data-recursive
314
315install-am: all-am
316        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
317install: install-recursive
318uninstall-am:
319uninstall: uninstall-recursive
320all-am: Makefile
321all-redirect: all-recursive
322install-strip:
323        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
324installdirs: installdirs-recursive
325installdirs-am:
326
327
328mostlyclean-generic:
329
330clean-generic:
331
332distclean-generic:
333        -rm -f Makefile $(CONFIG_CLEAN_FILES)
334        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
335
336maintainer-clean-generic:
337        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
338mostlyclean-am:  mostlyclean-tags mostlyclean-generic
339
340mostlyclean: mostlyclean-recursive
341
342clean-am:  clean-tags clean-generic mostlyclean-am
343
344clean: clean-recursive
345
346distclean-am:  distclean-tags distclean-generic clean-am
347        -rm -f libtool
348
349distclean: distclean-recursive
350        -rm -f config.status
351
352maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
353                distclean-am
354        @echo "This command is intended for maintainers to use;"
355        @echo "it deletes files that may require special tools to rebuild."
356
357maintainer-clean: maintainer-clean-recursive
358        -rm -f config.status
359
360.PHONY: install-data-recursive uninstall-data-recursive \
361install-exec-recursive uninstall-exec-recursive installdirs-recursive \
362uninstalldirs-recursive all-recursive check-recursive \
363installcheck-recursive info-recursive dvi-recursive \
364mostlyclean-recursive distclean-recursive clean-recursive \
365maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
366distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
367dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
368install-exec install-data-am install-data install-am install \
369uninstall-am uninstall all-redirect all-am all installdirs-am \
370installdirs mostlyclean-generic distclean-generic clean-generic \
371maintainer-clean-generic clean mostlyclean distclean maintainer-clean
372
373
374# Tell versions [3.59,3.63) of GNU make to not export all variables.
375# Otherwise a system limit (for SysV at least) may be exceeded.
376.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.