*** empty log message ***
[wmaker-crm.git] / test / Makefile.in
blobbc856fb995a15203a78d39ddb239b218a41ff1fe
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 AS = @AS@
63 CC = @CC@
64 CPP_PATH = @CPP_PATH@
65 DFLAGS = @DFLAGS@
66 DLLIBS = @DLLIBS@
67 DLLTOOL = @DLLTOOL@
68 GFXLIBS = @GFXLIBS@
69 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
70 ICONEXT = @ICONEXT@
71 INTLIBS = @INTLIBS@
72 LD = @LD@
73 LIBPL = @LIBPL@
74 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
75 LIBTOOL = @LIBTOOL@
76 LITE = @LITE@
77 LN_S = @LN_S@
78 MAKEINFO = @MAKEINFO@
79 MOFILES = @MOFILES@
80 NETLIBS = @NETLIBS@
81 NLSDIR = @NLSDIR@
82 NM = @NM@
83 OBJDUMP = @OBJDUMP@
84 PACKAGE = @PACKAGE@
85 RANLIB = @RANLIB@
86 VERSION = @VERSION@
87 WPMOFILES = @WPMOFILES@
88 XCFLAGS = @XCFLAGS@
89 XGETTEXT = @XGETTEXT@
90 XLFLAGS = @XLFLAGS@
91 XLIBS = @XLIBS@
92 X_EXTRA_LIBS = @X_EXTRA_LIBS@
93 X_LIBRARY_PATH = @X_LIBRARY_PATH@
94 supported_locales = @supported_locales@
95 wprefsdir = @wprefsdir@
97 AUTOMAKE_OPTIONS = no-dependencies
99 EXTRA_DIST = notest.c
101 noinst_PROGRAMS = wtest
103 wtest_SOURCES = wtest.c
105 wtest_LDADD = $(top_builddir)/wmlib/libWMaker.a @XLFLAGS@ @XLIBS@
107 INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib
108 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
109 CONFIG_HEADER = ../src/config.h
110 CONFIG_CLEAN_FILES =
111 PROGRAMS = $(noinst_PROGRAMS)
114 DEFS = @DEFS@ -I. -I$(srcdir) -I../src
115 CPPFLAGS = @CPPFLAGS@
116 LDFLAGS = @LDFLAGS@
117 LIBS = @LIBS@
118 X_CFLAGS = @X_CFLAGS@
119 X_LIBS = @X_LIBS@
120 X_PRE_LIBS = @X_PRE_LIBS@
121 wtest_OBJECTS = wtest.o
122 wtest_DEPENDENCIES = $(top_builddir)/wmlib/libWMaker.a
123 wtest_LDFLAGS =
124 CFLAGS = @CFLAGS@
125 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
126 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127 CCLD = $(CC)
128 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
129 DIST_COMMON = Makefile.am Makefile.in
132 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
134 TAR = gtar
135 GZIP_ENV = --best
136 SOURCES = $(wtest_SOURCES)
137 OBJECTS = $(wtest_OBJECTS)
139 all: all-redirect
140 .SUFFIXES:
141 .SUFFIXES: .S .c .lo .o .s
142 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
143 cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile
145 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
146 cd $(top_builddir) \
147 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
150 mostlyclean-noinstPROGRAMS:
152 clean-noinstPROGRAMS:
153 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
155 distclean-noinstPROGRAMS:
157 maintainer-clean-noinstPROGRAMS:
159 .c.o:
160 $(COMPILE) -c $<
162 .s.o:
163 $(COMPILE) -c $<
165 .S.o:
166 $(COMPILE) -c $<
168 mostlyclean-compile:
169 -rm -f *.o core *.core
171 clean-compile:
173 distclean-compile:
174 -rm -f *.tab.c
176 maintainer-clean-compile:
178 .c.lo:
179 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
181 .s.lo:
182 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
184 .S.lo:
185 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
187 mostlyclean-libtool:
188 -rm -f *.lo
190 clean-libtool:
191 -rm -rf .libs _libs
193 distclean-libtool:
195 maintainer-clean-libtool:
197 wtest: $(wtest_OBJECTS) $(wtest_DEPENDENCIES)
198 @rm -f wtest
199 $(LINK) $(wtest_LDFLAGS) $(wtest_OBJECTS) $(wtest_LDADD) $(LIBS)
201 tags: TAGS
203 ID: $(HEADERS) $(SOURCES) $(LISP)
204 list='$(SOURCES) $(HEADERS)'; \
205 unique=`for i in $$list; do echo $$i; done | \
206 awk ' { files[$$0] = 1; } \
207 END { for (i in files) print i; }'`; \
208 here=`pwd` && cd $(srcdir) \
209 && mkid -f$$here/ID $$unique $(LISP)
211 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
212 tags=; \
213 here=`pwd`; \
214 list='$(SOURCES) $(HEADERS)'; \
215 unique=`for i in $$list; do echo $$i; done | \
216 awk ' { files[$$0] = 1; } \
217 END { for (i in files) print i; }'`; \
218 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
219 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
221 mostlyclean-tags:
223 clean-tags:
225 distclean-tags:
226 -rm -f TAGS ID
228 maintainer-clean-tags:
230 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
232 subdir = test
234 distdir: $(DISTFILES)
235 @for file in $(DISTFILES); do \
236 d=$(srcdir); \
237 if test -d $$d/$$file; then \
238 cp -pr $$/$$file $(distdir)/$$file; \
239 else \
240 test -f $(distdir)/$$file \
241 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
242 || cp -p $$d/$$file $(distdir)/$$file || :; \
243 fi; \
244 done
245 info-am:
246 info: info-am
247 dvi-am:
248 dvi: dvi-am
249 check-am: all-am
250 check: check-am
251 installcheck-am:
252 installcheck: installcheck-am
253 install-exec-am:
254 install-exec: install-exec-am
256 install-data-am:
257 install-data: install-data-am
259 install-am: all-am
260 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
261 install: install-am
262 uninstall-am:
263 uninstall: uninstall-am
264 all-am: Makefile $(PROGRAMS)
265 all-redirect: all-am
266 install-strip:
267 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
268 installdirs:
271 mostlyclean-generic:
273 clean-generic:
275 distclean-generic:
276 -rm -f Makefile $(CONFIG_CLEAN_FILES)
277 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
279 maintainer-clean-generic:
280 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
281 mostlyclean-libtool mostlyclean-tags \
282 mostlyclean-generic
284 mostlyclean: mostlyclean-am
286 clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
287 clean-generic mostlyclean-am
289 clean: clean-am
291 distclean-am: distclean-noinstPROGRAMS distclean-compile \
292 distclean-libtool distclean-tags distclean-generic \
293 clean-am
294 -rm -f libtool
296 distclean: distclean-am
298 maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
299 maintainer-clean-compile maintainer-clean-libtool \
300 maintainer-clean-tags maintainer-clean-generic \
301 distclean-am
302 @echo "This command is intended for maintainers to use;"
303 @echo "it deletes files that may require special tools to rebuild."
305 maintainer-clean: maintainer-clean-am
307 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
308 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
309 mostlyclean-compile distclean-compile clean-compile \
310 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
311 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
312 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
313 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
314 install-exec install-data-am install-data install-am install \
315 uninstall-am uninstall all-redirect all-am all installdirs \
316 mostlyclean-generic distclean-generic clean-generic \
317 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
320 # Tell versions [3.59,3.63) of GNU make to not export all variables.
321 # Otherwise a system limit (for SysV at least) may be exceeded.
322 .NOEXPORT: