37c5ef3d10538e1ca96b0c4e244e70e1ecde2ab8
[pspp-builds.git] / config / 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 pkgsysconfdir = $(sysconfdir)/$(PACKAGE)
99 pkgsysconf_DATA = devices html-prologue papersize ps-prologue
100 EXTRA_DIST = devices html-prologue papersize ps-prologue
101
102 MAINTAINERCLEANFILES = Makefile.in
103 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104 CONFIG_HEADER = ../config.h
105 CONFIG_CLEAN_FILES = 
106 DATA =  $(pkgsysconf_DATA)
107
108 DIST_COMMON =  ChangeLog Makefile.am Makefile.in
109
110
111 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
112
113 TAR = tar
114 GZIP_ENV = --best
115 all: all-redirect
116 .SUFFIXES:
117 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
118         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps config/Makefile
119
120 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
121         cd $(top_builddir) \
122           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
123
124
125 install-pkgsysconfDATA: $(pkgsysconf_DATA)
126         @$(NORMAL_INSTALL)
127         $(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir)
128         @list='$(pkgsysconf_DATA)'; for p in $$list; do \
129           if test -f $(srcdir)/$$p; then \
130             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p"; \
131             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p; \
132           else if test -f $$p; then \
133             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgsysconfdir)/$$p"; \
134             $(INSTALL_DATA) $$p $(DESTDIR)$(pkgsysconfdir)/$$p; \
135           fi; fi; \
136         done
137
138 uninstall-pkgsysconfDATA:
139         @$(NORMAL_UNINSTALL)
140         list='$(pkgsysconf_DATA)'; for p in $$list; do \
141           rm -f $(DESTDIR)$(pkgsysconfdir)/$$p; \
142         done
143 tags: TAGS
144 TAGS:
145
146
147 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
148
149 subdir = config
150
151 distdir: $(DISTFILES)
152         @for file in $(DISTFILES); do \
153           d=$(srcdir); \
154           if test -d $$d/$$file; then \
155             cp -pr $$d/$$file $(distdir)/$$file; \
156           else \
157             test -f $(distdir)/$$file \
158             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
159             || cp -p $$d/$$file $(distdir)/$$file || :; \
160           fi; \
161         done
162 info-am:
163 info: info-am
164 dvi-am:
165 dvi: dvi-am
166 check-am: all-am
167 check: check-am
168 installcheck-am:
169 installcheck: installcheck-am
170 install-exec-am:
171 install-exec: install-exec-am
172
173 install-data-am: install-pkgsysconfDATA
174 install-data: install-data-am
175
176 install-am: all-am
177         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
178 install: install-am
179 uninstall-am: uninstall-pkgsysconfDATA
180 uninstall: uninstall-am
181 all-am: Makefile $(DATA)
182 all-redirect: all-am
183 install-strip:
184         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
185 installdirs:
186         $(mkinstalldirs)  $(DESTDIR)$(pkgsysconfdir)
187
188
189 mostlyclean-generic:
190
191 clean-generic:
192
193 distclean-generic:
194         -rm -f Makefile $(CONFIG_CLEAN_FILES)
195         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
196
197 maintainer-clean-generic:
198         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
199 mostlyclean-am:  mostlyclean-generic
200
201 mostlyclean: mostlyclean-am
202
203 clean-am:  clean-generic mostlyclean-am
204
205 clean: clean-am
206
207 distclean-am:  distclean-generic clean-am
208
209 distclean: distclean-am
210
211 maintainer-clean-am:  maintainer-clean-generic distclean-am
212         @echo "This command is intended for maintainers to use;"
213         @echo "it deletes files that may require special tools to rebuild."
214
215 maintainer-clean: maintainer-clean-am
216
217 .PHONY: uninstall-pkgsysconfDATA install-pkgsysconfDATA tags distdir \
218 info-am info dvi-am dvi check check-am installcheck-am installcheck \
219 install-exec-am install-exec install-data-am install-data install-am \
220 install uninstall-am uninstall all-redirect all-am all installdirs \
221 mostlyclean-generic distclean-generic clean-generic \
222 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
223
224
225 # A `private installation' in my terms is just having the appropriate
226 # configuration files in ~/.pspp instead of a global configuration
227 # location.  So I let those files be installed automatically.
228
229 private-install:
230         $(mkinstalldirs) $$HOME/.pspp
231         cd $(srcdir); cp $(pkgsysconf_DATA) $$HOME/.pspp
232 private-uninstall:
233         -cd $$HOME/.pspp; rm -f $(pkgsysconf_DATA)
234         -rmdir $$HOME/.pspp
235
236 # Tell versions [3.59,3.63) of GNU make to not export all variables.
237 # Otherwise a system limit (for SysV at least) may be exceeded.
238 .NOEXPORT: