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 host_alias
= @host_alias@
69 HEADER_SEARCH_PATH
= @HEADER_SEARCH_PATH@
74 LIBRARY_SEARCH_PATH
= @LIBRARY_SEARCH_PATH@
86 WPMOFILES
= @WPMOFILES@
91 X_EXTRA_LIBS
= @X_EXTRA_LIBS@
92 wprefsdir
= @wprefsdir@
94 AUTOMAKE_OPTIONS
= no-dependencies
98 noinst_PROGRAMS
= wtest
100 wtest_SOURCES
= wtest.c
102 wtest_LDADD
= $(top_builddir
)/wmlib
/libWMaker.a @XLFLAGS@ @XLIBS@
104 INCLUDES
= -g
-D_BSD_SOURCE @XCFLAGS@
-I
$(top_srcdir
)/wmlib
105 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
106 CONFIG_HEADER
= ..
/src
/config.h
108 PROGRAMS
= $(noinst_PROGRAMS
)
111 DEFS
= @DEFS@
-I.
-I
$(srcdir) -I..
/src
112 CPPFLAGS
= @CPPFLAGS@
115 X_CFLAGS
= @X_CFLAGS@
117 X_PRE_LIBS
= @X_PRE_LIBS@
118 wtest_OBJECTS
= wtest.o
119 wtest_DEPENDENCIES
= $(top_builddir
)/wmlib
/libWMaker.a
122 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
123 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
125 LINK
= $(LIBTOOL
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
126 DIST_COMMON
= Makefile.am Makefile.in
129 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
133 SOURCES
= $(wtest_SOURCES
)
134 OBJECTS
= $(wtest_OBJECTS
)
138 .SUFFIXES
: .S .c .lo .o .s
139 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
140 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu
test/Makefile
142 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
144 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
147 mostlyclean-noinstPROGRAMS
:
149 clean-noinstPROGRAMS
:
150 -test -z
"$(noinst_PROGRAMS)" ||
rm -f
$(noinst_PROGRAMS
)
152 distclean-noinstPROGRAMS
:
154 maintainer-clean-noinstPROGRAMS
:
166 -rm -f
*.o core
*.core
173 maintainer-clean-compile
:
176 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
179 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
182 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
192 maintainer-clean-libtool
:
194 wtest
: $(wtest_OBJECTS
) $(wtest_DEPENDENCIES
)
196 $(LINK
) $(wtest_LDFLAGS
) $(wtest_OBJECTS
) $(wtest_LDADD
) $(LIBS
)
200 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
201 list
='$(SOURCES) $(HEADERS)'; \
202 unique
=`for i in $$list; do echo $$i; done | \
203 awk ' { files[$$0] = 1; } \
204 END { for (i in files) print i; }'`; \
205 here
=`pwd` && cd
$(srcdir) \
206 && mkid
-f
$$here/ID
$$unique $(LISP
)
208 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
211 list
='$(SOURCES) $(HEADERS)'; \
212 unique
=`for i in $$list; do echo $$i; done | \
213 awk ' { files[$$0] = 1; } \
214 END { for (i in files) print i; }'`; \
215 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
216 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
225 maintainer-clean-tags
:
227 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
231 distdir
: $(DISTFILES
)
232 @for file in
$(DISTFILES
); do \
234 if
test -d
$$d/$$file; then \
235 cp
-pr
$$/$$file $(distdir
)/$$file; \
237 test -f
$(distdir
)/$$file \
238 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
239 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
249 installcheck: installcheck-am
251 install-exec
: install-exec-am
254 install-data
: install-data-am
257 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
260 uninstall: uninstall-am
261 all-am
: Makefile
$(PROGRAMS
)
264 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
273 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
274 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
276 maintainer-clean-generic
:
277 mostlyclean-am
: mostlyclean-noinstPROGRAMS mostlyclean-compile \
278 mostlyclean-libtool mostlyclean-tags \
281 mostlyclean: mostlyclean-am
283 clean-am
: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
284 clean-generic mostlyclean-am
288 distclean-am
: distclean-noinstPROGRAMS distclean-compile \
289 distclean-libtool distclean-tags distclean-generic \
293 distclean: distclean-am
295 maintainer-clean-am
: maintainer-clean-noinstPROGRAMS \
296 maintainer-clean-compile maintainer-clean-libtool \
297 maintainer-clean-tags maintainer-clean-generic \
299 @echo
"This command is intended for maintainers to use;"
300 @echo
"it deletes files that may require special tools to rebuild."
302 maintainer-clean
: maintainer-clean-am
304 .PHONY
: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
305 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
306 mostlyclean-compile distclean-compile clean-compile \
307 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
308 clean-libtool maintainer-clean-libtool
tags mostlyclean-tags \
309 distclean-tags clean-tags maintainer-clean-tags distdir info-am
info \
310 dvi-am
dvi check check-am installcheck-am
installcheck install-exec-am \
311 install-exec install-data-am install-data install-am
install \
312 uninstall-am
uninstall all-redirect all-am
all installdirs \
313 mostlyclean-generic distclean-generic clean-generic \
314 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
317 # Tell versions [3.59,3.63) of GNU make to not export all variables.
318 # Otherwise a system limit (for SysV at least) may be exceeded.