f884cc60954b0e3cccd078aef346e8e90561ccd7
[pspp-builds.git] / lib / 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 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 CATALOGS = @CATALOGS@
67 CATOBJEXT = @CATOBJEXT@
68 CC = @CC@
69 CFLAGS = @CFLAGS@
70 CPP = @CPP@
71 DATADIRNAME = @DATADIRNAME@
72 GENCAT = @GENCAT@
73 GMOFILES = @GMOFILES@
74 GMP_LIBS = @GMP_LIBS@
75 GMP_SUBDIRS = @GMP_SUBDIRS@
76 GMSGFMT = @GMSGFMT@
77 GT_NO = @GT_NO@
78 GT_YES = @GT_YES@
79 INSTOBJEXT = @INSTOBJEXT@
80 INTLDEPS = @INTLDEPS@
81 INTLLIBS = @INTLLIBS@
82 INTLOBJS = @INTLOBJS@
83 LN_S = @LN_S@
84 LOCAL_CC = @LOCAL_CC@
85 MAKEINFO = @MAKEINFO@
86 MKINSTALLDIRS = @MKINSTALLDIRS@
87 MSGFMT = @MSGFMT@
88 PACKAGE = @PACKAGE@
89 POFILES = @POFILES@
90 POSUB = @POSUB@
91 RANLIB = @RANLIB@
92 U = @U@
93 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
94 USE_NLS = @USE_NLS@
95 VERSION = @VERSION@
96 l = @l@
97
98 SUBDIRS = julcal @GMP_SUBDIRS@ misc dcdflib
99 DIST_SUBDIRS = julcal gmp misc dcdflib
100
101 MAINTAINERCLEANFILES = Makefile.in
102 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
103 CONFIG_HEADER = ../config.h
104 CONFIG_CLEAN_FILES = 
105 DIST_COMMON =  ChangeLog Makefile.am Makefile.in
106
107
108 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
109
110 TAR = tar
111 GZIP_ENV = --best
112 all: all-redirect
113 .SUFFIXES:
114 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
115         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/Makefile
116
117 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
118         cd $(top_builddir) \
119           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
120
121
122 # This directory's subdirectories are mostly independent; you can cd
123 # into them and run `make' without going through this Makefile.
124 # To change the values of `make' variables: instead of editing Makefiles,
125 # (1) if the variable is set in `config.status', edit `config.status'
126 #     (which will cause the Makefiles to be regenerated when you run `make');
127 # (2) otherwise, pass the desired values on the `make' command line.
128
129 @SET_MAKE@
130
131 all-recursive install-data-recursive install-exec-recursive \
132 installdirs-recursive install-recursive uninstall-recursive  \
133 check-recursive installcheck-recursive info-recursive dvi-recursive:
134         @set fnord $(MAKEFLAGS); amf=$$2; \
135         dot_seen=no; \
136         target=`echo $@ | sed s/-recursive//`; \
137         list='$(SUBDIRS)'; for subdir in $$list; do \
138           echo "Making $$target in $$subdir"; \
139           if test "$$subdir" = "."; then \
140             dot_seen=yes; \
141             local_target="$$target-am"; \
142           else \
143             local_target="$$target"; \
144           fi; \
145           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
146            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
147         done; \
148         if test "$$dot_seen" = "no"; then \
149           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
150         fi; test -z "$$fail"
151
152 mostlyclean-recursive clean-recursive distclean-recursive \
153 maintainer-clean-recursive:
154         @set fnord $(MAKEFLAGS); amf=$$2; \
155         dot_seen=no; \
156         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
157           rev="$$subdir $$rev"; \
158           test "$$subdir" = "." && dot_seen=yes; \
159         done; \
160         test "$$dot_seen" = "no" && rev=". $$rev"; \
161         target=`echo $@ | sed s/-recursive//`; \
162         for subdir in $$rev; do \
163           echo "Making $$target in $$subdir"; \
164           if test "$$subdir" = "."; then \
165             local_target="$$target-am"; \
166           else \
167             local_target="$$target"; \
168           fi; \
169           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
170            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
171         done && test -z "$$fail"
172 tags-recursive:
173         list='$(SUBDIRS)'; for subdir in $$list; do \
174           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
175         done
176
177 tags: TAGS
178
179 ID: $(HEADERS) $(SOURCES) $(LISP)
180         list='$(SOURCES) $(HEADERS)'; \
181         unique=`for i in $$list; do echo $$i; done | \
182           awk '    { files[$$0] = 1; } \
183                END { for (i in files) print i; }'`; \
184         here=`pwd` && cd $(srcdir) \
185           && mkid -f$$here/ID $$unique $(LISP)
186
187 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
188         tags=; \
189         here=`pwd`; \
190         list='$(SUBDIRS)'; for subdir in $$list; do \
191    if test "$$subdir" = .; then :; else \
192             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
193    fi; \
194         done; \
195         list='$(SOURCES) $(HEADERS)'; \
196         unique=`for i in $$list; do echo $$i; done | \
197           awk '    { files[$$0] = 1; } \
198                END { for (i in files) print i; }'`; \
199         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
200           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
201
202 mostlyclean-tags:
203
204 clean-tags:
205
206 distclean-tags:
207         -rm -f TAGS ID
208
209 maintainer-clean-tags:
210
211 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
212
213 subdir = lib
214
215 distdir: $(DISTFILES)
216         @for file in $(DISTFILES); do \
217           d=$(srcdir); \
218           if test -d $$d/$$file; then \
219             cp -pr $$d/$$file $(distdir)/$$file; \
220           else \
221             test -f $(distdir)/$$file \
222             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
223             || cp -p $$d/$$file $(distdir)/$$file || :; \
224           fi; \
225         done
226         for subdir in $(DIST_SUBDIRS); do \
227           if test "$$subdir" = .; then :; else \
228             test -d $(distdir)/$$subdir \
229             || mkdir $(distdir)/$$subdir \
230             || exit 1; \
231             chmod 777 $(distdir)/$$subdir; \
232             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
233               || exit 1; \
234           fi; \
235         done
236 info-am:
237 info: info-recursive
238 dvi-am:
239 dvi: dvi-recursive
240 check-am: all-am
241 check: check-recursive
242 installcheck-am:
243 installcheck: installcheck-recursive
244 install-exec-am:
245 install-exec: install-exec-recursive
246
247 install-data-am:
248 install-data: install-data-recursive
249
250 install-am: all-am
251         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
252 install: install-recursive
253 uninstall-am:
254 uninstall: uninstall-recursive
255 all-am: Makefile
256 all-redirect: all-recursive
257 install-strip:
258         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
259 installdirs: installdirs-recursive
260 installdirs-am:
261
262
263 mostlyclean-generic:
264
265 clean-generic:
266
267 distclean-generic:
268         -rm -f Makefile $(CONFIG_CLEAN_FILES)
269         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
270
271 maintainer-clean-generic:
272         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
273 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
274
275 mostlyclean: mostlyclean-recursive
276
277 clean-am:  clean-tags clean-generic mostlyclean-am
278
279 clean: clean-recursive
280
281 distclean-am:  distclean-tags distclean-generic clean-am
282
283 distclean: distclean-recursive
284
285 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
286                 distclean-am
287         @echo "This command is intended for maintainers to use;"
288         @echo "it deletes files that may require special tools to rebuild."
289
290 maintainer-clean: maintainer-clean-recursive
291
292 .PHONY: install-data-recursive uninstall-data-recursive \
293 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
294 uninstalldirs-recursive all-recursive check-recursive \
295 installcheck-recursive info-recursive dvi-recursive \
296 mostlyclean-recursive distclean-recursive clean-recursive \
297 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
298 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
299 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
300 install-exec install-data-am install-data install-am install \
301 uninstall-am uninstall all-redirect all-am all installdirs-am \
302 installdirs mostlyclean-generic distclean-generic clean-generic \
303 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
304
305
306 # Tell versions [3.59,3.63) of GNU make to not export all variables.
307 # Otherwise a system limit (for SysV at least) may be exceeded.
308 .NOEXPORT: