Updating to version 0.20.2
[wmaker-crm.git] / test / Makefile.in
blob85c28fb53e05620fdb23a6ccbe0f254fb688dfda
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 GFXLIBS = @GFXLIBS@
67 I18N = @I18N@
68 I18N_MB = @I18N_MB@
69 ICONEXT = @ICONEXT@
70 INTLIBS = @INTLIBS@
71 LN_S = @LN_S@
72 MAKEINFO = @MAKEINFO@
73 MOFILES = @MOFILES@
74 NLSDIR = @NLSDIR@
75 PACKAGE = @PACKAGE@
76 RANLIB = @RANLIB@
77 REDUCE_APPICONS = @REDUCE_APPICONS@
78 SHAPE = @SHAPE@
79 SOUND = @SOUND@
80 VERSION = @VERSION@
81 WPMOFILES = @WPMOFILES@
82 XCFLAGS = @XCFLAGS@
83 XGETTEXT = @XGETTEXT@
84 XLFLAGS = @XLFLAGS@
85 XLIBS = @XLIBS@
86 XSHM = @XSHM@
87 X_EXTRA_LIBS = @X_EXTRA_LIBS@
88 X_LOCALE = @X_LOCALE@
89 pixmapdir = @pixmapdir@
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 = -L$(top_builddir)/wmlib -lWMaker @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 =
118 wtest_LDFLAGS =
119 CFLAGS = @CFLAGS@
120 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
121 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
122 DIST_COMMON = Makefile.am Makefile.in
125 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
127 TAR = tar
128 GZIP = --best
129 SOURCES = $(wtest_SOURCES)
130 OBJECTS = $(wtest_OBJECTS)
132 all: Makefile $(PROGRAMS)
134 .SUFFIXES:
135 .SUFFIXES: .S .c .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 wtest: $(wtest_OBJECTS) $(wtest_DEPENDENCIES)
173 @rm -f wtest
174 $(LINK) $(wtest_LDFLAGS) $(wtest_OBJECTS) $(wtest_LDADD) $(LIBS)
176 tags: TAGS
178 ID: $(HEADERS) $(SOURCES) $(LISP)
179 here=`pwd` && cd $(srcdir) \
180 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
182 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
183 tags=; \
184 here=`pwd`; \
185 list='$(SOURCES) $(HEADERS)'; \
186 unique=`for i in $$list; do echo $$i; done | \
187 awk ' { files[$$0] = 1; } \
188 END { for (i in files) print i; }'`; \
189 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
190 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
192 mostlyclean-tags:
194 clean-tags:
196 distclean-tags:
197 -rm -f TAGS ID
199 maintainer-clean-tags:
201 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
203 subdir = test
205 distdir: $(DISTFILES)
206 @for file in $(DISTFILES); do \
207 d=$(srcdir); \
208 test -f $(distdir)/$$file \
209 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
210 || cp -p $$d/$$file $(distdir)/$$file; \
211 done
212 info:
213 dvi:
214 check: all
215 $(MAKE)
216 installcheck:
217 install-exec:
218 @$(NORMAL_INSTALL)
220 install-data:
221 @$(NORMAL_INSTALL)
223 install: install-exec install-data all
226 uninstall:
228 install-strip:
229 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
230 installdirs:
233 mostlyclean-generic:
234 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
236 clean-generic:
237 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
239 distclean-generic:
240 -rm -f Makefile $(DISTCLEANFILES)
241 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
242 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
244 maintainer-clean-generic:
245 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
246 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
247 mostlyclean: mostlyclean-noinstPROGRAMS mostlyclean-compile \
248 mostlyclean-tags mostlyclean-generic
250 clean: clean-noinstPROGRAMS clean-compile clean-tags clean-generic \
251 mostlyclean
253 distclean: distclean-noinstPROGRAMS distclean-compile distclean-tags \
254 distclean-generic clean
255 -rm -f config.status
257 maintainer-clean: maintainer-clean-noinstPROGRAMS \
258 maintainer-clean-compile maintainer-clean-tags \
259 maintainer-clean-generic distclean
260 @echo "This command is intended for maintainers to use;"
261 @echo "it deletes files that may require special tools to rebuild."
263 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
264 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
265 mostlyclean-compile distclean-compile clean-compile \
266 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
267 clean-tags maintainer-clean-tags distdir info dvi installcheck \
268 install-exec install-data install uninstall all installdirs \
269 mostlyclean-generic distclean-generic clean-generic \
270 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
273 # Tell versions [3.59,3.63) of GNU make to not export all variables.
274 # Otherwise a system limit (for SysV at least) may be exceeded.
275 .NOEXPORT: