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@
73 LIBRARY_SEARCH_PATH
= @LIBRARY_SEARCH_PATH@
85 WPMOFILES
= @WPMOFILES@
90 X_EXTRA_LIBS
= @X_EXTRA_LIBS@
91 X_LIBRARY_PATH
= @X_LIBRARY_PATH@
92 supported_locales
= @supported_locales@
93 wprefsdir
= @wprefsdir@
95 AUTOMAKE_OPTIONS
= no-dependencies
99 noinst_PROGRAMS
= wtest
101 wtest_SOURCES
= wtest.c
103 wtest_LDADD
= $(top_builddir
)/wmlib
/libWMaker.a @XLFLAGS@ @XLIBS@
105 INCLUDES
= -g
-D_BSD_SOURCE @XCFLAGS@
-I
$(top_srcdir
)/wmlib
106 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
107 CONFIG_HEADER
= ..
/src
/config.h
109 PROGRAMS
= $(noinst_PROGRAMS
)
112 DEFS
= @DEFS@
-I.
-I
$(srcdir) -I..
/src
113 CPPFLAGS
= @CPPFLAGS@
116 X_CFLAGS
= @X_CFLAGS@
118 X_PRE_LIBS
= @X_PRE_LIBS@
119 wtest_OBJECTS
= wtest.o
120 wtest_DEPENDENCIES
= $(top_builddir
)/wmlib
/libWMaker.a
123 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
124 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
126 LINK
= $(LIBTOOL
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
127 DIST_COMMON
= Makefile.am Makefile.in
130 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
134 SOURCES
= $(wtest_SOURCES
)
135 OBJECTS
= $(wtest_OBJECTS
)
139 .SUFFIXES
: .S .c .lo .o .s
140 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
141 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu
test/Makefile
143 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
145 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
148 mostlyclean-noinstPROGRAMS
:
150 clean-noinstPROGRAMS
:
151 -test -z
"$(noinst_PROGRAMS)" ||
rm -f
$(noinst_PROGRAMS
)
153 distclean-noinstPROGRAMS
:
155 maintainer-clean-noinstPROGRAMS
:
167 -rm -f
*.o core
*.core
174 maintainer-clean-compile
:
177 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
180 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
183 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
193 maintainer-clean-libtool
:
195 wtest
: $(wtest_OBJECTS
) $(wtest_DEPENDENCIES
)
197 $(LINK
) $(wtest_LDFLAGS
) $(wtest_OBJECTS
) $(wtest_LDADD
) $(LIBS
)
201 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
202 list
='$(SOURCES) $(HEADERS)'; \
203 unique
=`for i in $$list; do echo $$i; done | \
204 awk ' { files[$$0] = 1; } \
205 END { for (i in files) print i; }'`; \
206 here
=`pwd` && cd
$(srcdir) \
207 && mkid
-f
$$here/ID
$$unique $(LISP
)
209 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
212 list
='$(SOURCES) $(HEADERS)'; \
213 unique
=`for i in $$list; do echo $$i; done | \
214 awk ' { files[$$0] = 1; } \
215 END { for (i in files) print i; }'`; \
216 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
217 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
226 maintainer-clean-tags
:
228 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
232 distdir
: $(DISTFILES
)
233 @for file in
$(DISTFILES
); do \
235 if
test -d
$$d/$$file; then \
236 cp
-pr
$$/$$file $(distdir
)/$$file; \
238 test -f
$(distdir
)/$$file \
239 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
240 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
250 installcheck: installcheck-am
252 install-exec
: install-exec-am
255 install-data
: install-data-am
258 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
261 uninstall: uninstall-am
262 all-am
: Makefile
$(PROGRAMS
)
265 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
274 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
275 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
277 maintainer-clean-generic
:
278 mostlyclean-am
: mostlyclean-noinstPROGRAMS mostlyclean-compile \
279 mostlyclean-libtool mostlyclean-tags \
282 mostlyclean: mostlyclean-am
284 clean-am
: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
285 clean-generic mostlyclean-am
289 distclean-am
: distclean-noinstPROGRAMS distclean-compile \
290 distclean-libtool distclean-tags distclean-generic \
294 distclean: distclean-am
296 maintainer-clean-am
: maintainer-clean-noinstPROGRAMS \
297 maintainer-clean-compile maintainer-clean-libtool \
298 maintainer-clean-tags maintainer-clean-generic \
300 @echo
"This command is intended for maintainers to use;"
301 @echo
"it deletes files that may require special tools to rebuild."
303 maintainer-clean
: maintainer-clean-am
305 .PHONY
: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
306 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
307 mostlyclean-compile distclean-compile clean-compile \
308 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
309 clean-libtool maintainer-clean-libtool
tags mostlyclean-tags \
310 distclean-tags clean-tags maintainer-clean-tags distdir info-am
info \
311 dvi-am
dvi check check-am installcheck-am
installcheck install-exec-am \
312 install-exec install-data-am install-data install-am
install \
313 uninstall-am
uninstall all-redirect all-am
all installdirs \
314 mostlyclean-generic distclean-generic clean-generic \
315 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
318 # Tell versions [3.59,3.63) of GNU make to not export all variables.
319 # Otherwise a system limit (for SysV at least) may be exceeded.