1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
# Free Software Foundation, Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18
top_srcdir = @top_srcdir@
20
pkgdatadir = $(datadir)/@PACKAGE@
21
pkglibdir = $(libdir)/@PACKAGE@
22
pkgincludedir = $(includedir)/@PACKAGE@
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
install_sh_DATA = $(install_sh) -c -m 644
28
install_sh_PROGRAM = $(install_sh) -c
29
install_sh_SCRIPT = $(install_sh) -c
30
INSTALL_HEADER = $(INSTALL_DATA)
31
transform = $(program_transform_name)
39
AMDEP_FALSE = @AMDEP_FALSE@
40
AMDEP_TRUE = @AMDEP_TRUE@
43
AUTOHEADER = @AUTOHEADER@
47
CCDEPMODE = @CCDEPMODE@
50
CYGPATH_W = @CYGPATH_W@
57
INSTALL_DATA = @INSTALL_DATA@
58
INSTALL_PROGRAM = @INSTALL_PROGRAM@
59
INSTALL_SCRIPT = @INSTALL_SCRIPT@
60
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
64
LTLIBOBJS = @LTLIBOBJS@
68
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
69
PACKAGE_NAME = @PACKAGE_NAME@
70
PACKAGE_STRING = @PACKAGE_STRING@
71
PACKAGE_TARNAME = @PACKAGE_TARNAME@
72
PACKAGE_VERSION = @PACKAGE_VERSION@
73
PATH_SEPARATOR = @PATH_SEPARATOR@
79
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
80
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
81
am__include = @am__include@
82
am__leading_dot = @am__leading_dot@
83
am__quote = @am__quote@
85
build_alias = @build_alias@
87
datarootdir = @datarootdir@
90
exec_prefix = @exec_prefix@
91
host_alias = @host_alias@
93
includedir = @includedir@
95
install_sh = @install_sh@
97
libexecdir = @libexecdir@
98
localedir = @localedir@
99
localstatedir = @localstatedir@
101
oldincludedir = @oldincludedir@
104
program_transform_name = @program_transform_name@
107
sharedstatedir = @sharedstatedir@
108
sysconfdir = @sysconfdir@
109
target_alias = @target_alias@
110
AUTOMAKE_OPTIONS = no-dependencies
112
# architecture-independent data files
113
testsdir = $(DESTDIR)$(datadir)/xsmoke/tests
115
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
121
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
125
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
126
cd $(top_srcdir) && \
127
$(AUTOMAKE) --gnu tests/Makefile
128
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
129
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
137
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
140
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
142
distdir: $(DISTFILES)
143
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
144
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
145
list='$(DISTFILES)'; for file in $$list; do \
147
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
148
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
150
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
151
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
152
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
154
$(mkinstalldirs) "$(distdir)$$dir"; \
158
if test -d $$d/$$file; then \
159
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
160
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
162
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
164
test -f $(distdir)/$$file \
165
|| cp -p $$d/$$file $(distdir)/$$file \
175
install-exec: install-exec-am
176
install-data: install-data-am
177
uninstall: uninstall-am
180
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
182
installcheck: installcheck-am
184
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
185
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
186
`test -z '$(STRIP)' || \
187
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
193
-rm -f $(CONFIG_CLEAN_FILES)
195
maintainer-clean-generic:
196
@echo "This command is intended for maintainers to use"
197
@echo "it deletes files that may require special tools to rebuild."
200
clean-am: clean-generic mostlyclean-am
202
distclean: distclean-am
204
distclean-am: clean-am distclean-generic
216
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
220
install-info: install-info-am
226
maintainer-clean: maintainer-clean-am
228
maintainer-clean-am: distclean-am maintainer-clean-generic
230
mostlyclean: mostlyclean-am
232
mostlyclean-am: mostlyclean-generic
242
uninstall-am: uninstall-info-am
244
.PHONY: all all-am check check-am clean clean-generic distclean \
245
distclean-generic distdir dvi dvi-am info info-am install \
246
install-am install-data install-data-am install-exec \
247
install-exec-am install-info install-info-am install-man \
248
install-strip installcheck installcheck-am installdirs \
249
maintainer-clean maintainer-clean-generic mostlyclean \
250
mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
256
find -name xst-\*.sh -type f -exec cp {} $(testsdir) \;
257
# Tell versions [3.59,3.63) of GNU make to not export all variables.
258
# Otherwise a system limit (for SysV at least) may be exceeded.