1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
64 target_alias = @target_alias@
65 target_triplet = @target@
67 CATOBJEXT = @CATOBJEXT@
71 DATADIRNAME = @DATADIRNAME@
75 GMP_SUBDIRS = @GMP_SUBDIRS@
79 INSTOBJEXT = @INSTOBJEXT@
86 MKINSTALLDIRS = @MKINSTALLDIRS@
93 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
98 pkgsysconfdir = $(sysconfdir)/$(PACKAGE)
99 pkgsysconf_DATA = devices html-prologue papersize ps-prologue
100 EXTRA_DIST = devices html-prologue papersize ps-prologue
102 MAINTAINERCLEANFILES = Makefile.in
103 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104 CONFIG_HEADER = ../config.h
106 DATA = $(pkgsysconf_DATA)
108 DIST_COMMON = ChangeLog Makefile.am Makefile.in
111 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
117 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
118 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps config/Makefile
120 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
122 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
125 install-pkgsysconfDATA: $(pkgsysconf_DATA)
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; \
138 uninstall-pkgsysconfDATA:
140 list='$(pkgsysconf_DATA)'; for p in $$list; do \
141 rm -f $(DESTDIR)$(pkgsysconfdir)/$$p; \
147 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
151 distdir: $(DISTFILES)
152 @for file in $(DISTFILES); do \
154 if test -d $$d/$$file; then \
155 cp -pr $$d/$$file $(distdir)/$$file; \
157 test -f $(distdir)/$$file \
158 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
159 || cp -p $$d/$$file $(distdir)/$$file || :; \
169 installcheck: installcheck-am
171 install-exec: install-exec-am
173 install-data-am: install-pkgsysconfDATA
174 install-data: install-data-am
177 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
179 uninstall-am: uninstall-pkgsysconfDATA
180 uninstall: uninstall-am
181 all-am: Makefile $(DATA)
184 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
186 $(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir)
194 -rm -f Makefile $(CONFIG_CLEAN_FILES)
195 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
197 maintainer-clean-generic:
198 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
199 mostlyclean-am: mostlyclean-generic
201 mostlyclean: mostlyclean-am
203 clean-am: clean-generic mostlyclean-am
207 distclean-am: distclean-generic clean-am
209 distclean: distclean-am
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."
215 maintainer-clean: maintainer-clean-am
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
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.
230 $(mkinstalldirs) $$HOME/.pspp
231 cd $(srcdir); cp $(pkgsysconf_DATA) $$HOME/.pspp
233 -cd $$HOME/.pspp; rm -f $(pkgsysconf_DATA)
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.