0.51.1 pre snapshot. Be careful, it may be buggy. It fixes some bugs though.
[wmaker-crm.git] / test / Makefile.in
blob9c7ebf04b4ab4d826a68ec58d49e437250ba600a
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
11 # PARTICULAR PURPOSE.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ..
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 CC = @CC@
63 CPP_PATH = @CPP_PATH@
64 DFLAGS = @DFLAGS@
65 GFXLIBS = @GFXLIBS@
66 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
67 ICONEXT = @ICONEXT@
68 INTLIBS = @INTLIBS@
69 LD = @LD@
70 LIBPL = @LIBPL@
71 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
72 LIBTOOL = @LIBTOOL@
73 LITE = @LITE@
74 LN_S = @LN_S@
75 MAKEINFO = @MAKEINFO@
76 MOFILES = @MOFILES@
77 NLSDIR = @NLSDIR@
78 NM = @NM@
79 PACKAGE = @PACKAGE@
80 RANLIB = @RANLIB@
81 VERSION = @VERSION@
82 WPMOFILES = @WPMOFILES@
83 XCFLAGS = @XCFLAGS@
84 XGETTEXT = @XGETTEXT@
85 XLFLAGS = @XLFLAGS@
86 XLIBS = @XLIBS@
87 X_EXTRA_LIBS = @X_EXTRA_LIBS@
88 wprefsdir = @wprefsdir@
90 AUTOMAKE_OPTIONS = no-dependencies
92 EXTRA_DIST = notest.c
94 noinst_PROGRAMS = wtest
96 wtest_SOURCES = wtest.c
98 wtest_LDADD = $(top_builddir)/wmlib/libWMaker.a @XLFLAGS@ @XLIBS@
100 INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib
101 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102 CONFIG_HEADER = ../src/config.h
103 CONFIG_CLEAN_FILES =
104 PROGRAMS = $(noinst_PROGRAMS)
107 DEFS = @DEFS@ -I. -I$(srcdir) -I../src
108 CPPFLAGS = @CPPFLAGS@
109 LDFLAGS = @LDFLAGS@
110 LIBS = @LIBS@
111 X_CFLAGS = @X_CFLAGS@
112 X_LIBS = @X_LIBS@
113 X_PRE_LIBS = @X_PRE_LIBS@
114 wtest_OBJECTS = wtest.o
115 wtest_DEPENDENCIES = $(top_builddir)/wmlib/libWMaker.a
116 wtest_LDFLAGS =
117 CFLAGS = @CFLAGS@
118 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
119 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
120 CCLD = $(CC)
121 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
122 DIST_COMMON = Makefile.am Makefile.in
125 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
127 TAR = tar
128 GZIP_ENV = --best
129 SOURCES = $(wtest_SOURCES)
130 OBJECTS = $(wtest_OBJECTS)
132 all: all-redirect
133 .SUFFIXES:
134 .SUFFIXES: .S .c .lo .o .s
135 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
136 cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile
138 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
139 cd $(top_builddir) \
140 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
143 mostlyclean-noinstPROGRAMS:
145 clean-noinstPROGRAMS:
146 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
148 distclean-noinstPROGRAMS:
150 maintainer-clean-noinstPROGRAMS:
152 .c.o:
153 $(COMPILE) -c $<
155 .s.o:
156 $(COMPILE) -c $<
158 .S.o:
159 $(COMPILE) -c $<
161 mostlyclean-compile:
162 -rm -f *.o core *.core
164 clean-compile:
166 distclean-compile:
167 -rm -f *.tab.c
169 maintainer-clean-compile:
171 .c.lo:
172 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
174 .s.lo:
175 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
177 .S.lo:
178 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
180 mostlyclean-libtool:
181 -rm -f *.lo
183 clean-libtool:
184 -rm -rf .libs _libs
186 distclean-libtool:
188 maintainer-clean-libtool:
190 wtest: $(wtest_OBJECTS) $(wtest_DEPENDENCIES)
191 @rm -f wtest
192 $(LINK) $(wtest_LDFLAGS) $(wtest_OBJECTS) $(wtest_LDADD) $(LIBS)
194 tags: TAGS
196 ID: $(HEADERS) $(SOURCES) $(LISP)
197 list='$(SOURCES) $(HEADERS)'; \
198 unique=`for i in $$list; do echo $$i; done | \
199 awk ' { files[$$0] = 1; } \
200 END { for (i in files) print i; }'`; \
201 here=`pwd` && cd $(srcdir) \
202 && mkid -f$$here/ID $$unique $(LISP)
204 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
205 tags=; \
206 here=`pwd`; \
207 list='$(SOURCES) $(HEADERS)'; \
208 unique=`for i in $$list; do echo $$i; done | \
209 awk ' { files[$$0] = 1; } \
210 END { for (i in files) print i; }'`; \
211 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
212 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
214 mostlyclean-tags:
216 clean-tags:
218 distclean-tags:
219 -rm -f TAGS ID
221 maintainer-clean-tags:
223 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
225 subdir = test
227 distdir: $(DISTFILES)
228 @for file in $(DISTFILES); do \
229 d=$(srcdir); \
230 if test -d $$d/$$file; then \
231 cp -pr $$/$$file $(distdir)/$$file; \
232 else \
233 test -f $(distdir)/$$file \
234 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
235 || cp -p $$d/$$file $(distdir)/$$file || :; \
236 fi; \
237 done
238 info-am:
239 info: info-am
240 dvi-am:
241 dvi: dvi-am
242 check-am: all-am
243 check: check-am
244 installcheck-am:
245 installcheck: installcheck-am
246 install-exec-am:
247 install-exec: install-exec-am
249 install-data-am:
250 install-data: install-data-am
252 install-am: all-am
253 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
254 install: install-am
255 uninstall-am:
256 uninstall: uninstall-am
257 all-am: Makefile $(PROGRAMS)
258 all-redirect: all-am
259 install-strip:
260 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
261 installdirs:
264 mostlyclean-generic:
266 clean-generic:
268 distclean-generic:
269 -rm -f Makefile $(CONFIG_CLEAN_FILES)
270 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
272 maintainer-clean-generic:
273 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
274 mostlyclean-libtool mostlyclean-tags \
275 mostlyclean-generic
277 mostlyclean: mostlyclean-am
279 clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
280 clean-generic mostlyclean-am
282 clean: clean-am
284 distclean-am: distclean-noinstPROGRAMS distclean-compile \
285 distclean-libtool distclean-tags distclean-generic \
286 clean-am
287 -rm -f libtool
289 distclean: distclean-am
291 maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
292 maintainer-clean-compile maintainer-clean-libtool \
293 maintainer-clean-tags maintainer-clean-generic \
294 distclean-am
295 @echo "This command is intended for maintainers to use;"
296 @echo "it deletes files that may require special tools to rebuild."
298 maintainer-clean: maintainer-clean-am
300 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
301 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
302 mostlyclean-compile distclean-compile clean-compile \
303 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
304 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
305 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
306 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
307 install-exec install-data-am install-data install-am install \
308 uninstall-am uninstall all-redirect all-am all installdirs \
309 mostlyclean-generic distclean-generic clean-generic \
310 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
313 # Tell versions [3.59,3.63) of GNU make to not export all variables.
314 # Otherwise a system limit (for SysV at least) may be exceeded.
315 .NOEXPORT: