er.. WPrefs Appearance section update
[wmaker-crm.git] / test / Makefile.in
blob3356d6ec175a9f3a0636508f1fdce21251d9668b
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 wprefsdir = @wprefsdir@
91 AUTOMAKE_OPTIONS = no-dependencies
93 EXTRA_DIST = notest.c
95 noinst_PROGRAMS = wtest
97 wtest_SOURCES = wtest.c
99 wtest_LDADD = $(top_builddir)/wmlib/libWMaker.a @XLFLAGS@ @XLIBS@
101 INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib
102 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
103 CONFIG_HEADER = ../src/config.h
104 CONFIG_CLEAN_FILES =
105 PROGRAMS = $(noinst_PROGRAMS)
108 DEFS = @DEFS@ -I. -I$(srcdir) -I../src
109 CPPFLAGS = @CPPFLAGS@
110 LDFLAGS = @LDFLAGS@
111 LIBS = @LIBS@
112 X_CFLAGS = @X_CFLAGS@
113 X_LIBS = @X_LIBS@
114 X_PRE_LIBS = @X_PRE_LIBS@
115 wtest_OBJECTS = wtest.o
116 wtest_DEPENDENCIES = $(top_builddir)/wmlib/libWMaker.a
117 wtest_LDFLAGS =
118 CFLAGS = @CFLAGS@
119 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
120 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
121 CCLD = $(CC)
122 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
123 DIST_COMMON = Makefile.am Makefile.in
126 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
128 TAR = gtar
129 GZIP_ENV = --best
130 SOURCES = $(wtest_SOURCES)
131 OBJECTS = $(wtest_OBJECTS)
133 all: all-redirect
134 .SUFFIXES:
135 .SUFFIXES: .S .c .lo .o .s
136 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
137 cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile
139 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
140 cd $(top_builddir) \
141 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
144 mostlyclean-noinstPROGRAMS:
146 clean-noinstPROGRAMS:
147 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
149 distclean-noinstPROGRAMS:
151 maintainer-clean-noinstPROGRAMS:
153 .c.o:
154 $(COMPILE) -c $<
156 .s.o:
157 $(COMPILE) -c $<
159 .S.o:
160 $(COMPILE) -c $<
162 mostlyclean-compile:
163 -rm -f *.o core *.core
165 clean-compile:
167 distclean-compile:
168 -rm -f *.tab.c
170 maintainer-clean-compile:
172 .c.lo:
173 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
175 .s.lo:
176 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
178 .S.lo:
179 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
181 mostlyclean-libtool:
182 -rm -f *.lo
184 clean-libtool:
185 -rm -rf .libs _libs
187 distclean-libtool:
189 maintainer-clean-libtool:
191 wtest: $(wtest_OBJECTS) $(wtest_DEPENDENCIES)
192 @rm -f wtest
193 $(LINK) $(wtest_LDFLAGS) $(wtest_OBJECTS) $(wtest_LDADD) $(LIBS)
195 tags: TAGS
197 ID: $(HEADERS) $(SOURCES) $(LISP)
198 list='$(SOURCES) $(HEADERS)'; \
199 unique=`for i in $$list; do echo $$i; done | \
200 awk ' { files[$$0] = 1; } \
201 END { for (i in files) print i; }'`; \
202 here=`pwd` && cd $(srcdir) \
203 && mkid -f$$here/ID $$unique $(LISP)
205 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
206 tags=; \
207 here=`pwd`; \
208 list='$(SOURCES) $(HEADERS)'; \
209 unique=`for i in $$list; do echo $$i; done | \
210 awk ' { files[$$0] = 1; } \
211 END { for (i in files) print i; }'`; \
212 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
213 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
215 mostlyclean-tags:
217 clean-tags:
219 distclean-tags:
220 -rm -f TAGS ID
222 maintainer-clean-tags:
224 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
226 subdir = test
228 distdir: $(DISTFILES)
229 @for file in $(DISTFILES); do \
230 d=$(srcdir); \
231 if test -d $$d/$$file; then \
232 cp -pr $$/$$file $(distdir)/$$file; \
233 else \
234 test -f $(distdir)/$$file \
235 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
236 || cp -p $$d/$$file $(distdir)/$$file || :; \
237 fi; \
238 done
239 info-am:
240 info: info-am
241 dvi-am:
242 dvi: dvi-am
243 check-am: all-am
244 check: check-am
245 installcheck-am:
246 installcheck: installcheck-am
247 install-exec-am:
248 install-exec: install-exec-am
250 install-data-am:
251 install-data: install-data-am
253 install-am: all-am
254 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
255 install: install-am
256 uninstall-am:
257 uninstall: uninstall-am
258 all-am: Makefile $(PROGRAMS)
259 all-redirect: all-am
260 install-strip:
261 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
262 installdirs:
265 mostlyclean-generic:
267 clean-generic:
269 distclean-generic:
270 -rm -f Makefile $(CONFIG_CLEAN_FILES)
271 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
273 maintainer-clean-generic:
274 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
275 mostlyclean-libtool mostlyclean-tags \
276 mostlyclean-generic
278 mostlyclean: mostlyclean-am
280 clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
281 clean-generic mostlyclean-am
283 clean: clean-am
285 distclean-am: distclean-noinstPROGRAMS distclean-compile \
286 distclean-libtool distclean-tags distclean-generic \
287 clean-am
288 -rm -f libtool
290 distclean: distclean-am
292 maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
293 maintainer-clean-compile maintainer-clean-libtool \
294 maintainer-clean-tags maintainer-clean-generic \
295 distclean-am
296 @echo "This command is intended for maintainers to use;"
297 @echo "it deletes files that may require special tools to rebuild."
299 maintainer-clean: maintainer-clean-am
301 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
302 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
303 mostlyclean-compile distclean-compile clean-compile \
304 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
305 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
306 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
307 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
308 install-exec install-data-am install-data install-am install \
309 uninstall-am uninstall all-redirect all-am all installdirs \
310 mostlyclean-generic distclean-generic clean-generic \
311 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
314 # Tell versions [3.59,3.63) of GNU make to not export all variables.
315 # Otherwise a system limit (for SysV at least) may be exceeded.
316 .NOEXPORT: