changed format of RImage, added x86 speicfic optimized code
[wmaker-crm.git] / test / Makefile.in
blob11499b8398ae64f745366a8da26d20e2afc0c86b
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 wprefsdir = @wprefsdir@
96 AUTOMAKE_OPTIONS = no-dependencies
98 EXTRA_DIST = notest.c
100 noinst_PROGRAMS = wtest
102 wtest_SOURCES = wtest.c
104 wtest_LDADD = $(top_builddir)/wmlib/libWMaker.a @XLFLAGS@ @XLIBS@
106 INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib
107 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
108 CONFIG_HEADER = ../src/config.h
109 CONFIG_CLEAN_FILES =
110 PROGRAMS = $(noinst_PROGRAMS)
113 DEFS = @DEFS@ -I. -I$(srcdir) -I../src
114 CPPFLAGS = @CPPFLAGS@
115 LDFLAGS = @LDFLAGS@
116 LIBS = @LIBS@
117 X_CFLAGS = @X_CFLAGS@
118 X_LIBS = @X_LIBS@
119 X_PRE_LIBS = @X_PRE_LIBS@
120 wtest_OBJECTS = wtest.o
121 wtest_DEPENDENCIES = $(top_builddir)/wmlib/libWMaker.a
122 wtest_LDFLAGS =
123 CFLAGS = @CFLAGS@
124 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
125 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
126 CCLD = $(CC)
127 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
128 DIST_COMMON = Makefile.am Makefile.in
131 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
133 TAR = tar
134 GZIP_ENV = --best
135 SOURCES = $(wtest_SOURCES)
136 OBJECTS = $(wtest_OBJECTS)
138 all: all-redirect
139 .SUFFIXES:
140 .SUFFIXES: .S .c .lo .o .s
141 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
142 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps test/Makefile
144 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
145 cd $(top_builddir) \
146 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
149 mostlyclean-noinstPROGRAMS:
151 clean-noinstPROGRAMS:
152 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
154 distclean-noinstPROGRAMS:
156 maintainer-clean-noinstPROGRAMS:
158 .c.o:
159 $(COMPILE) -c $<
161 .s.o:
162 $(COMPILE) -c $<
164 .S.o:
165 $(COMPILE) -c $<
167 mostlyclean-compile:
168 -rm -f *.o core *.core
170 clean-compile:
172 distclean-compile:
173 -rm -f *.tab.c
175 maintainer-clean-compile:
177 .c.lo:
178 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
180 .s.lo:
181 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
183 .S.lo:
184 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
186 mostlyclean-libtool:
187 -rm -f *.lo
189 clean-libtool:
190 -rm -rf .libs _libs
192 distclean-libtool:
194 maintainer-clean-libtool:
196 wtest: $(wtest_OBJECTS) $(wtest_DEPENDENCIES)
197 @rm -f wtest
198 $(LINK) $(wtest_LDFLAGS) $(wtest_OBJECTS) $(wtest_LDADD) $(LIBS)
200 tags: TAGS
202 ID: $(HEADERS) $(SOURCES) $(LISP)
203 list='$(SOURCES) $(HEADERS)'; \
204 unique=`for i in $$list; do echo $$i; done | \
205 awk ' { files[$$0] = 1; } \
206 END { for (i in files) print i; }'`; \
207 here=`pwd` && cd $(srcdir) \
208 && mkid -f$$here/ID $$unique $(LISP)
210 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
211 tags=; \
212 here=`pwd`; \
213 list='$(SOURCES) $(HEADERS)'; \
214 unique=`for i in $$list; do echo $$i; done | \
215 awk ' { files[$$0] = 1; } \
216 END { for (i in files) print i; }'`; \
217 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
218 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
220 mostlyclean-tags:
222 clean-tags:
224 distclean-tags:
225 -rm -f TAGS ID
227 maintainer-clean-tags:
229 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
231 subdir = test
233 distdir: $(DISTFILES)
234 @for file in $(DISTFILES); do \
235 d=$(srcdir); \
236 if test -d $$d/$$file; then \
237 cp -pr $$d/$$file $(distdir)/$$file; \
238 else \
239 test -f $(distdir)/$$file \
240 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
241 || cp -p $$d/$$file $(distdir)/$$file || :; \
242 fi; \
243 done
244 info-am:
245 info: info-am
246 dvi-am:
247 dvi: dvi-am
248 check-am: all-am
249 check: check-am
250 installcheck-am:
251 installcheck: installcheck-am
252 install-exec-am:
253 install-exec: install-exec-am
255 install-data-am:
256 install-data: install-data-am
258 install-am: all-am
259 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
260 install: install-am
261 uninstall-am:
262 uninstall: uninstall-am
263 all-am: Makefile $(PROGRAMS)
264 all-redirect: all-am
265 install-strip:
266 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
267 installdirs:
270 mostlyclean-generic:
272 clean-generic:
274 distclean-generic:
275 -rm -f Makefile $(CONFIG_CLEAN_FILES)
276 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
278 maintainer-clean-generic:
279 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
280 mostlyclean-libtool mostlyclean-tags \
281 mostlyclean-generic
283 mostlyclean: mostlyclean-am
285 clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
286 clean-generic mostlyclean-am
288 clean: clean-am
290 distclean-am: distclean-noinstPROGRAMS distclean-compile \
291 distclean-libtool distclean-tags distclean-generic \
292 clean-am
293 -rm -f libtool
295 distclean: distclean-am
297 maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
298 maintainer-clean-compile maintainer-clean-libtool \
299 maintainer-clean-tags maintainer-clean-generic \
300 distclean-am
301 @echo "This command is intended for maintainers to use;"
302 @echo "it deletes files that may require special tools to rebuild."
304 maintainer-clean: maintainer-clean-am
306 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
307 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
308 mostlyclean-compile distclean-compile clean-compile \
309 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
310 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
311 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
312 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
313 install-exec install-data-am install-data install-am install \
314 uninstall-am uninstall all-redirect all-am all installdirs \
315 mostlyclean-generic distclean-generic clean-generic \
316 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
319 # Tell versions [3.59,3.63) of GNU make to not export all variables.
320 # Otherwise a system limit (for SysV at least) may be exceeded.
321 .NOEXPORT: