Update for 0.51.0
[wmaker-crm.git] / test / Makefile.in
blob9289682a8ec553c848244f7e70ab2ee5f565dae2
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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 = /bin/sh
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 DISTDIR =
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@
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 GFXFLAGS = @GFXFLAGS@
66 GFXLFLAGS = @GFXLFLAGS@
67 GFXLIBS = @GFXLIBS@
68 ICONEXT = @ICONEXT@
69 INTLIBS = @INTLIBS@
70 LD = @LD@
71 LIBTOOL = @LIBTOOL@
72 LITE = @LITE@
73 LN_S = @LN_S@
74 MAKEINFO = @MAKEINFO@
75 MOFILES = @MOFILES@
76 NLSDIR = @NLSDIR@
77 NM = @NM@
78 PACKAGE = @PACKAGE@
79 RANLIB = @RANLIB@
80 VERSION = @VERSION@
81 WPMOFILES = @WPMOFILES@
82 XCFLAGS = @XCFLAGS@
83 XGETTEXT = @XGETTEXT@
84 XLFLAGS = @XLFLAGS@
85 XLIBS = @XLIBS@
86 X_EXTRA_LIBS = @X_EXTRA_LIBS@
87 wprefsdir = @wprefsdir@
89 AUTOMAKE_OPTIONS = no-dependencies
91 EXTRA_DIST = notest.c
93 noinst_PROGRAMS = wtest
95 wtest_SOURCES = wtest.c
97 wtest_LDADD = $(top_builddir)/wmlib/libWMaker.a @XLFLAGS@ @XLIBS@
99 INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib
100 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101 CONFIG_HEADER = ../src/config.h
102 CONFIG_CLEAN_FILES =
103 PROGRAMS = $(noinst_PROGRAMS)
106 DEFS = @DEFS@ -I. -I$(srcdir) -I../src
107 CPPFLAGS = @CPPFLAGS@
108 LDFLAGS = @LDFLAGS@
109 LIBS = @LIBS@
110 X_CFLAGS = @X_CFLAGS@
111 X_LIBS = @X_LIBS@
112 X_PRE_LIBS = @X_PRE_LIBS@
113 wtest_OBJECTS = wtest.o
114 wtest_DEPENDENCIES = $(top_builddir)/wmlib/libWMaker.a
115 wtest_LDFLAGS =
116 CFLAGS = @CFLAGS@
117 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
118 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
119 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
120 DIST_COMMON = Makefile.am Makefile.in
123 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
125 TAR = tar
126 GZIP = --best
127 SOURCES = $(wtest_SOURCES)
128 OBJECTS = $(wtest_OBJECTS)
130 all: Makefile $(PROGRAMS)
132 .SUFFIXES:
133 .SUFFIXES: .S .c .lo .o .s
134 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
135 cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile
137 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
138 cd $(top_builddir) \
139 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
142 mostlyclean-noinstPROGRAMS:
144 clean-noinstPROGRAMS:
145 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
147 distclean-noinstPROGRAMS:
149 maintainer-clean-noinstPROGRAMS:
151 .c.o:
152 $(COMPILE) -c $<
154 .s.o:
155 $(COMPILE) -c $<
157 .S.o:
158 $(COMPILE) -c $<
160 mostlyclean-compile:
161 -rm -f *.o core *.core
163 clean-compile:
165 distclean-compile:
166 -rm -f *.tab.c
168 maintainer-clean-compile:
170 .c.lo:
171 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
173 .s.lo:
174 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
176 .S.lo:
177 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
179 mostlyclean-libtool:
180 -rm -f *.lo
182 clean-libtool:
183 -rm -rf .libs _libs
185 distclean-libtool:
187 maintainer-clean-libtool:
189 wtest: $(wtest_OBJECTS) $(wtest_DEPENDENCIES)
190 @rm -f wtest
191 $(LINK) $(wtest_LDFLAGS) $(wtest_OBJECTS) $(wtest_LDADD) $(LIBS)
193 tags: TAGS
195 ID: $(HEADERS) $(SOURCES) $(LISP)
196 here=`pwd` && cd $(srcdir) \
197 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
199 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
200 tags=; \
201 here=`pwd`; \
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 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
207 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
209 mostlyclean-tags:
211 clean-tags:
213 distclean-tags:
214 -rm -f TAGS ID
216 maintainer-clean-tags:
218 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
220 subdir = test
222 distdir: $(DISTFILES)
223 @for file in $(DISTFILES); do \
224 d=$(srcdir); \
225 test -f $(distdir)/$$file \
226 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
227 || cp -p $$d/$$file $(distdir)/$$file; \
228 done
229 info:
230 dvi:
231 check: all
232 $(MAKE)
233 installcheck:
234 install-exec:
235 @$(NORMAL_INSTALL)
237 install-data:
238 @$(NORMAL_INSTALL)
240 install: install-exec install-data all
243 uninstall:
245 install-strip:
246 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
247 installdirs:
250 mostlyclean-generic:
251 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
253 clean-generic:
254 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
256 distclean-generic:
257 -rm -f Makefile $(DISTCLEANFILES)
258 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
259 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
261 maintainer-clean-generic:
262 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
263 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
264 mostlyclean: mostlyclean-noinstPROGRAMS mostlyclean-compile \
265 mostlyclean-libtool mostlyclean-tags \
266 mostlyclean-generic
268 clean: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
269 clean-generic mostlyclean
271 distclean: distclean-noinstPROGRAMS distclean-compile distclean-libtool \
272 distclean-tags distclean-generic clean
273 -rm -f config.status
274 -rm -f libtool
276 maintainer-clean: maintainer-clean-noinstPROGRAMS \
277 maintainer-clean-compile maintainer-clean-libtool \
278 maintainer-clean-tags maintainer-clean-generic \
279 distclean
280 @echo "This command is intended for maintainers to use;"
281 @echo "it deletes files that may require special tools to rebuild."
283 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
284 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
285 mostlyclean-compile distclean-compile clean-compile \
286 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
287 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
288 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
289 installcheck install-exec install-data install uninstall all \
290 installdirs mostlyclean-generic distclean-generic clean-generic \
291 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
294 # Tell versions [3.59,3.63) of GNU make to not export all variables.
295 # Otherwise a system limit (for SysV at least) may be exceeded.
296 .NOEXPORT: