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
# architecture-independent data files
98
libdir = $(DESTDIR)$(datadir)/xsmoke/lib
99
libexecdir = @libexecdir@
100
localedir = @localedir@
101
localstatedir = @localstatedir@
103
oldincludedir = @oldincludedir@
106
program_transform_name = @program_transform_name@
109
sharedstatedir = @sharedstatedir@
110
sysconfdir = @sysconfdir@
111
target_alias = @target_alias@
112
AUTOMAKE_OPTIONS = no-dependencies
114
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
115
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
120
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
124
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
125
cd $(top_srcdir) && \
126
$(AUTOMAKE) --gnu lib/Makefile
127
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
128
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
136
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
139
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
141
distdir: $(DISTFILES)
142
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
143
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
144
list='$(DISTFILES)'; for file in $$list; do \
146
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
147
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
149
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
150
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
151
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
153
$(mkinstalldirs) "$(distdir)$$dir"; \
157
if test -d $$d/$$file; then \
158
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
159
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
161
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
163
test -f $(distdir)/$$file \
164
|| cp -p $$d/$$file $(distdir)/$$file \
174
install-exec: install-exec-am
175
install-data: install-data-am
176
uninstall: uninstall-am
179
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
181
installcheck: installcheck-am
183
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
184
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
185
`test -z '$(STRIP)' || \
186
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
192
-rm -f $(CONFIG_CLEAN_FILES)
194
maintainer-clean-generic:
195
@echo "This command is intended for maintainers to use"
196
@echo "it deletes files that may require special tools to rebuild."
199
clean-am: clean-generic mostlyclean-am
201
distclean: distclean-am
203
distclean-am: clean-am distclean-generic
215
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
219
install-info: install-info-am
225
maintainer-clean: maintainer-clean-am
227
maintainer-clean-am: distclean-am maintainer-clean-generic
229
mostlyclean: mostlyclean-am
231
mostlyclean-am: mostlyclean-generic
241
uninstall-am: uninstall-info-am
243
.PHONY: all all-am check check-am clean clean-generic distclean \
244
distclean-generic distdir dvi dvi-am info info-am install \
245
install-am install-data install-data-am install-exec \
246
install-exec-am install-info install-info-am install-man \
247
install-strip installcheck installcheck-am installdirs \
248
maintainer-clean maintainer-clean-generic mostlyclean \
249
mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
255
find ! -name Makefile\* -type f -exec cp {} $(libdir) \;
256
# Tell versions [3.59,3.63) of GNU make to not export all variables.
257
# Otherwise a system limit (for SysV at least) may be exceeded.