fixed some compilation warnings.
[wmaker-crm.git] / test / Makefile.in
blob1613c2050dabbbbc9306233fa9ab2e2a04ca1605
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 DLLIBS = @DLLIBS@
66 GFXLIBS = @GFXLIBS@
67 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
68 ICONEXT = @ICONEXT@
69 INTLIBS = @INTLIBS@
70 LD = @LD@
71 LIBPL = @LIBPL@
72 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
73 LIBTOOL = @LIBTOOL@
74 LITE = @LITE@
75 LN_S = @LN_S@
76 MAKEINFO = @MAKEINFO@
77 MOFILES = @MOFILES@
78 NLSDIR = @NLSDIR@
79 NM = @NM@
80 PACKAGE = @PACKAGE@
81 RANLIB = @RANLIB@
82 VERSION = @VERSION@
83 WPMOFILES = @WPMOFILES@
84 XCFLAGS = @XCFLAGS@
85 XGETTEXT = @XGETTEXT@
86 XLFLAGS = @XLFLAGS@
87 XLIBS = @XLIBS@
88 X_EXTRA_LIBS = @X_EXTRA_LIBS@
89 X_LIBRARY_PATH = @X_LIBRARY_PATH@
90 wprefsdir = @wprefsdir@
92 AUTOMAKE_OPTIONS = no-dependencies
94 EXTRA_DIST = notest.c
96 noinst_PROGRAMS = wtest
98 wtest_SOURCES = wtest.c
100 wtest_LDADD = $(top_builddir)/wmlib/libWMaker.a @XLFLAGS@ @XLIBS@
102 INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib
103 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104 CONFIG_HEADER = ../src/config.h
105 CONFIG_CLEAN_FILES =
106 PROGRAMS = $(noinst_PROGRAMS)
109 DEFS = @DEFS@ -I. -I$(srcdir) -I../src
110 CPPFLAGS = @CPPFLAGS@
111 LDFLAGS = @LDFLAGS@
112 LIBS = @LIBS@
113 X_CFLAGS = @X_CFLAGS@
114 X_LIBS = @X_LIBS@
115 X_PRE_LIBS = @X_PRE_LIBS@
116 wtest_OBJECTS = wtest.o
117 wtest_DEPENDENCIES = $(top_builddir)/wmlib/libWMaker.a
118 wtest_LDFLAGS =
119 CFLAGS = @CFLAGS@
120 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
121 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122 CCLD = $(CC)
123 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
124 DIST_COMMON = Makefile.am Makefile.in
127 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
129 TAR = tar
130 GZIP_ENV = --best
131 SOURCES = $(wtest_SOURCES)
132 OBJECTS = $(wtest_OBJECTS)
134 all: all-redirect
135 .SUFFIXES:
136 .SUFFIXES: .S .c .lo .o .s
137 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
138 cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile
140 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
141 cd $(top_builddir) \
142 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
145 mostlyclean-noinstPROGRAMS:
147 clean-noinstPROGRAMS:
148 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
150 distclean-noinstPROGRAMS:
152 maintainer-clean-noinstPROGRAMS:
154 .c.o:
155 $(COMPILE) -c $<
157 .s.o:
158 $(COMPILE) -c $<
160 .S.o:
161 $(COMPILE) -c $<
163 mostlyclean-compile:
164 -rm -f *.o core *.core
166 clean-compile:
168 distclean-compile:
169 -rm -f *.tab.c
171 maintainer-clean-compile:
173 .c.lo:
174 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
176 .s.lo:
177 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
179 .S.lo:
180 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
182 mostlyclean-libtool:
183 -rm -f *.lo
185 clean-libtool:
186 -rm -rf .libs _libs
188 distclean-libtool:
190 maintainer-clean-libtool:
192 wtest: $(wtest_OBJECTS) $(wtest_DEPENDENCIES)
193 @rm -f wtest
194 $(LINK) $(wtest_LDFLAGS) $(wtest_OBJECTS) $(wtest_LDADD) $(LIBS)
196 tags: TAGS
198 ID: $(HEADERS) $(SOURCES) $(LISP)
199 list='$(SOURCES) $(HEADERS)'; \
200 unique=`for i in $$list; do echo $$i; done | \
201 awk ' { files[$$0] = 1; } \
202 END { for (i in files) print i; }'`; \
203 here=`pwd` && cd $(srcdir) \
204 && mkid -f$$here/ID $$unique $(LISP)
206 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
207 tags=; \
208 here=`pwd`; \
209 list='$(SOURCES) $(HEADERS)'; \
210 unique=`for i in $$list; do echo $$i; done | \
211 awk ' { files[$$0] = 1; } \
212 END { for (i in files) print i; }'`; \
213 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
214 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
216 mostlyclean-tags:
218 clean-tags:
220 distclean-tags:
221 -rm -f TAGS ID
223 maintainer-clean-tags:
225 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
227 subdir = test
229 distdir: $(DISTFILES)
230 @for file in $(DISTFILES); do \
231 d=$(srcdir); \
232 if test -d $$d/$$file; then \
233 cp -pr $$/$$file $(distdir)/$$file; \
234 else \
235 test -f $(distdir)/$$file \
236 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
237 || cp -p $$d/$$file $(distdir)/$$file || :; \
238 fi; \
239 done
240 info-am:
241 info: info-am
242 dvi-am:
243 dvi: dvi-am
244 check-am: all-am
245 check: check-am
246 installcheck-am:
247 installcheck: installcheck-am
248 install-exec-am:
249 install-exec: install-exec-am
251 install-data-am:
252 install-data: install-data-am
254 install-am: all-am
255 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
256 install: install-am
257 uninstall-am:
258 uninstall: uninstall-am
259 all-am: Makefile $(PROGRAMS)
260 all-redirect: all-am
261 install-strip:
262 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
263 installdirs:
266 mostlyclean-generic:
268 clean-generic:
270 distclean-generic:
271 -rm -f Makefile $(CONFIG_CLEAN_FILES)
272 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
274 maintainer-clean-generic:
275 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
276 mostlyclean-libtool mostlyclean-tags \
277 mostlyclean-generic
279 mostlyclean: mostlyclean-am
281 clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
282 clean-generic mostlyclean-am
284 clean: clean-am
286 distclean-am: distclean-noinstPROGRAMS distclean-compile \
287 distclean-libtool distclean-tags distclean-generic \
288 clean-am
289 -rm -f libtool
291 distclean: distclean-am
293 maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
294 maintainer-clean-compile maintainer-clean-libtool \
295 maintainer-clean-tags maintainer-clean-generic \
296 distclean-am
297 @echo "This command is intended for maintainers to use;"
298 @echo "it deletes files that may require special tools to rebuild."
300 maintainer-clean: maintainer-clean-am
302 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
303 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
304 mostlyclean-compile distclean-compile clean-compile \
305 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
306 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
307 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
308 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
309 install-exec install-data-am install-data install-am install \
310 uninstall-am uninstall all-redirect all-am all installdirs \
311 mostlyclean-generic distclean-generic clean-generic \
312 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
315 # Tell versions [3.59,3.63) of GNU make to not export all variables.
316 # Otherwise a system limit (for SysV at least) may be exceeded.
317 .NOEXPORT: