Initial revision
[wmaker-crm.git] / test / Makefile.in
blob9e2f7cd5a937f6d403c9c84cd57a1d23373f374a
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 LIBPL_INC_PATH = @LIBPL_INC_PATH@
72 LIBPL_LIBS = @LIBPL_LIBS@
73 LN_S = @LN_S@
74 MAKEINFO = @MAKEINFO@
75 MOFILES = @MOFILES@
76 NLSDIR = @NLSDIR@
77 PACKAGE = @PACKAGE@
78 RANLIB = @RANLIB@
79 REDUCE_APPICONS = @REDUCE_APPICONS@
80 SHAPE = @SHAPE@
81 SOUND = @SOUND@
82 VERSION = @VERSION@
83 WPMOFILES = @WPMOFILES@
84 XCFLAGS = @XCFLAGS@
85 XGETTEXT = @XGETTEXT@
86 XLFLAGS = @XLFLAGS@
87 XLIBS = @XLIBS@
88 XSHM = @XSHM@
89 X_EXTRA_LIBS = @X_EXTRA_LIBS@
90 X_LOCALE = @X_LOCALE@
91 pixmapdir = @pixmapdir@
92 wprefsdir = @wprefsdir@
94 AUTOMAKE_OPTIONS = no-dependencies
96 EXTRA_DIST = notest.c
98 noinst_PROGRAMS = wtest
100 wtest_SOURCES = wtest.c
102 wtest_LDADD = -L$(top_builddir)/wmlib -lWMaker @XLFLAGS@ @XLIBS@
104 INCLUDES = -g -D_BSD_SOURCE @XCFLAGS@ -I$(top_srcdir)/wmlib
105 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106 CONFIG_HEADER = ../src/config.h
107 CONFIG_CLEAN_FILES =
108 PROGRAMS = $(noinst_PROGRAMS)
111 DEFS = @DEFS@ -I. -I$(srcdir) -I../src
112 CPPFLAGS = @CPPFLAGS@
113 LDFLAGS = @LDFLAGS@
114 LIBS = @LIBS@
115 X_CFLAGS = @X_CFLAGS@
116 X_LIBS = @X_LIBS@
117 X_PRE_LIBS = @X_PRE_LIBS@
118 wtest_OBJECTS = wtest.o
119 wtest_DEPENDENCIES =
120 wtest_LDFLAGS =
121 CFLAGS = @CFLAGS@
122 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
123 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
124 DIST_COMMON = Makefile.am Makefile.in
127 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
129 TAR = tar
130 GZIP = --best
131 SOURCES = $(wtest_SOURCES)
132 OBJECTS = $(wtest_OBJECTS)
134 all: Makefile $(PROGRAMS)
136 .SUFFIXES:
137 .SUFFIXES: .S .c .o .s
138 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
139 cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile
141 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
142 cd $(top_builddir) \
143 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
146 mostlyclean-noinstPROGRAMS:
148 clean-noinstPROGRAMS:
149 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
151 distclean-noinstPROGRAMS:
153 maintainer-clean-noinstPROGRAMS:
155 .c.o:
156 $(COMPILE) -c $<
158 .s.o:
159 $(COMPILE) -c $<
161 .S.o:
162 $(COMPILE) -c $<
164 mostlyclean-compile:
165 -rm -f *.o core *.core
167 clean-compile:
169 distclean-compile:
170 -rm -f *.tab.c
172 maintainer-clean-compile:
174 wtest: $(wtest_OBJECTS) $(wtest_DEPENDENCIES)
175 @rm -f wtest
176 $(LINK) $(wtest_LDFLAGS) $(wtest_OBJECTS) $(wtest_LDADD) $(LIBS)
178 tags: TAGS
180 ID: $(HEADERS) $(SOURCES) $(LISP)
181 here=`pwd` && cd $(srcdir) \
182 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
184 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
185 tags=; \
186 here=`pwd`; \
187 list='$(SOURCES) $(HEADERS)'; \
188 unique=`for i in $$list; do echo $$i; done | \
189 awk ' { files[$$0] = 1; } \
190 END { for (i in files) print i; }'`; \
191 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
192 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
194 mostlyclean-tags:
196 clean-tags:
198 distclean-tags:
199 -rm -f TAGS ID
201 maintainer-clean-tags:
203 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
205 subdir = test
207 distdir: $(DISTFILES)
208 @for file in $(DISTFILES); do \
209 d=$(srcdir); \
210 test -f $(distdir)/$$file \
211 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
212 || cp -p $$d/$$file $(distdir)/$$file; \
213 done
214 info:
215 dvi:
216 check: all
217 $(MAKE)
218 installcheck:
219 install-exec:
220 @$(NORMAL_INSTALL)
222 install-data:
223 @$(NORMAL_INSTALL)
225 install: install-exec install-data all
228 uninstall:
230 install-strip:
231 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
232 installdirs:
235 mostlyclean-generic:
236 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
238 clean-generic:
239 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
241 distclean-generic:
242 -rm -f Makefile $(DISTCLEANFILES)
243 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
244 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
246 maintainer-clean-generic:
247 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
248 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
249 mostlyclean: mostlyclean-noinstPROGRAMS mostlyclean-compile \
250 mostlyclean-tags mostlyclean-generic
252 clean: clean-noinstPROGRAMS clean-compile clean-tags clean-generic \
253 mostlyclean
255 distclean: distclean-noinstPROGRAMS distclean-compile distclean-tags \
256 distclean-generic clean
257 -rm -f config.status
259 maintainer-clean: maintainer-clean-noinstPROGRAMS \
260 maintainer-clean-compile maintainer-clean-tags \
261 maintainer-clean-generic distclean
262 @echo "This command is intended for maintainers to use;"
263 @echo "it deletes files that may require special tools to rebuild."
265 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
266 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
267 mostlyclean-compile distclean-compile clean-compile \
268 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
269 clean-tags maintainer-clean-tags distdir info dvi installcheck \
270 install-exec install-data install uninstall all installdirs \
271 mostlyclean-generic distclean-generic clean-generic \
272 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
275 # Tell versions [3.59,3.63) of GNU make to not export all variables.
276 # Otherwise a system limit (for SysV at least) may be exceeded.
277 .NOEXPORT: