Updating to version 0.20.2
[wmaker-crm.git] / wmlib / Makefile.in
blob639ce0e1f2792ca46bddc1ebaf031653ac90a08c
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 lib_LIBRARIES = libWMaker.a
96 include_HEADERS = WMaker.h
98 INCLUDES = @DFLAGS@ @XCFLAGS@
100 libWMaker_a_SOURCES = \
101 menu.c \
102 app.c \
103 event.c \
104 command.c \
105 app.h \
106 menu.h
107 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
108 CONFIG_HEADER = ../src/config.h
109 CONFIG_CLEAN_FILES =
110 LIBRARIES = $(lib_LIBRARIES)
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 libWMaker_a_LIBADD =
121 libWMaker_a_OBJECTS = menu.o app.o event.o command.o
122 AR = ar
123 CFLAGS = @CFLAGS@
124 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
125 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
126 HEADERS = $(include_HEADERS)
128 DIST_COMMON = COPYING.LIB Makefile.am Makefile.in
131 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
133 TAR = tar
134 GZIP = --best
135 SOURCES = $(libWMaker_a_SOURCES)
136 OBJECTS = $(libWMaker_a_OBJECTS)
138 all: Makefile $(LIBRARIES) $(HEADERS)
140 .SUFFIXES:
141 .SUFFIXES: .S .c .o .s
142 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
143 cd $(top_srcdir) && $(AUTOMAKE) --gnu wmlib/Makefile
145 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
146 cd $(top_builddir) \
147 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
150 mostlyclean-libLIBRARIES:
152 clean-libLIBRARIES:
153 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
155 distclean-libLIBRARIES:
157 maintainer-clean-libLIBRARIES:
159 install-libLIBRARIES: $(lib_LIBRARIES)
160 @$(NORMAL_INSTALL)
161 $(mkinstalldirs) $(DESTDIR)$(libdir)
162 list='$(lib_LIBRARIES)'; for p in $$list; do \
163 if test -f $$p; then \
164 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
165 $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
166 else :; fi; \
167 done
168 @$(POST_INSTALL)
169 @list='$(lib_LIBRARIES)'; for p in $$list; do \
170 if test -f $$p; then \
171 echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
172 $(RANLIB) $(DESTDIR)$(libdir)/$$p; \
173 else :; fi; \
174 done
176 uninstall-libLIBRARIES:
177 @$(NORMAL_UNINSTALL)
178 list='$(lib_LIBRARIES)'; for p in $$list; do \
179 rm -f $(DESTDIR)$(libdir)/$$p; \
180 done
182 .c.o:
183 $(COMPILE) -c $<
185 .s.o:
186 $(COMPILE) -c $<
188 .S.o:
189 $(COMPILE) -c $<
191 mostlyclean-compile:
192 -rm -f *.o core *.core
194 clean-compile:
196 distclean-compile:
197 -rm -f *.tab.c
199 maintainer-clean-compile:
201 libWMaker.a: $(libWMaker_a_OBJECTS) $(libWMaker_a_DEPENDENCIES)
202 -rm -f libWMaker.a
203 $(AR) cru libWMaker.a $(libWMaker_a_OBJECTS) $(libWMaker_a_LIBADD)
204 $(RANLIB) libWMaker.a
206 install-includeHEADERS: $(include_HEADERS)
207 @$(NORMAL_INSTALL)
208 $(mkinstalldirs) $(DESTDIR)$(includedir)
209 @list='$(include_HEADERS)'; for p in $$list; do \
210 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
211 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
212 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
213 done
215 uninstall-includeHEADERS:
216 @$(NORMAL_UNINSTALL)
217 list='$(include_HEADERS)'; for p in $$list; do \
218 rm -f $(DESTDIR)$(includedir)/$$p; \
219 done
221 tags: TAGS
223 ID: $(HEADERS) $(SOURCES) $(LISP)
224 here=`pwd` && cd $(srcdir) \
225 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
227 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
228 tags=; \
229 here=`pwd`; \
230 list='$(SOURCES) $(HEADERS)'; \
231 unique=`for i in $$list; do echo $$i; done | \
232 awk ' { files[$$0] = 1; } \
233 END { for (i in files) print i; }'`; \
234 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
235 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
237 mostlyclean-tags:
239 clean-tags:
241 distclean-tags:
242 -rm -f TAGS ID
244 maintainer-clean-tags:
246 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
248 subdir = wmlib
250 distdir: $(DISTFILES)
251 @for file in $(DISTFILES); do \
252 d=$(srcdir); \
253 test -f $(distdir)/$$file \
254 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
255 || cp -p $$d/$$file $(distdir)/$$file; \
256 done
257 info:
258 dvi:
259 check: all
260 $(MAKE)
261 installcheck:
262 install-exec: install-libLIBRARIES
263 @$(NORMAL_INSTALL)
265 install-data: install-includeHEADERS
266 @$(NORMAL_INSTALL)
268 install: install-exec install-data all
271 uninstall: uninstall-libLIBRARIES uninstall-includeHEADERS
273 install-strip:
274 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
275 installdirs:
276 $(mkinstalldirs) $(DATADIR)$(libdir) $(DATADIR)$(includedir)
279 mostlyclean-generic:
280 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
282 clean-generic:
283 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
285 distclean-generic:
286 -rm -f Makefile $(DISTCLEANFILES)
287 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
288 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
290 maintainer-clean-generic:
291 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
292 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
293 mostlyclean: mostlyclean-libLIBRARIES mostlyclean-compile \
294 mostlyclean-tags mostlyclean-generic
296 clean: clean-libLIBRARIES clean-compile clean-tags clean-generic \
297 mostlyclean
299 distclean: distclean-libLIBRARIES distclean-compile distclean-tags \
300 distclean-generic clean
301 -rm -f config.status
303 maintainer-clean: maintainer-clean-libLIBRARIES \
304 maintainer-clean-compile maintainer-clean-tags \
305 maintainer-clean-generic distclean
306 @echo "This command is intended for maintainers to use;"
307 @echo "it deletes files that may require special tools to rebuild."
309 .PHONY: mostlyclean-libLIBRARIES distclean-libLIBRARIES \
310 clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
311 install-libLIBRARIES mostlyclean-compile distclean-compile \
312 clean-compile maintainer-clean-compile uninstall-includeHEADERS \
313 install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \
314 maintainer-clean-tags distdir info dvi installcheck install-exec \
315 install-data install uninstall all installdirs mostlyclean-generic \
316 distclean-generic clean-generic maintainer-clean-generic clean \
317 mostlyclean distclean maintainer-clean
320 # Tell versions [3.59,3.63) of GNU make to not export all variables.
321 # Otherwise a system limit (for SysV at least) may be exceeded.
322 .NOEXPORT: