Initial revision
[wmaker-crm.git] / wmlib / Makefile.in
blobd457e60a23318a94accd964f20920ab9bf350eea
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 lib_LIBRARIES = libWMaker.a
98 include_HEADERS = WMaker.h
100 INCLUDES = @DFLAGS@ @XCFLAGS@
102 libWMaker_a_SOURCES = \
103 menu.c \
104 app.c \
105 event.c \
106 command.c \
107 app.h \
108 menu.h
109 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110 CONFIG_HEADER = ../src/config.h
111 CONFIG_CLEAN_FILES =
112 LIBRARIES = $(lib_LIBRARIES)
115 DEFS = @DEFS@ -I. -I$(srcdir) -I../src
116 CPPFLAGS = @CPPFLAGS@
117 LDFLAGS = @LDFLAGS@
118 LIBS = @LIBS@
119 X_CFLAGS = @X_CFLAGS@
120 X_LIBS = @X_LIBS@
121 X_PRE_LIBS = @X_PRE_LIBS@
122 libWMaker_a_LIBADD =
123 libWMaker_a_OBJECTS = menu.o app.o event.o command.o
124 AR = ar
125 CFLAGS = @CFLAGS@
126 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
127 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
128 HEADERS = $(include_HEADERS)
130 DIST_COMMON = COPYING.LIB Makefile.am Makefile.in
133 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
135 TAR = tar
136 GZIP = --best
137 SOURCES = $(libWMaker_a_SOURCES)
138 OBJECTS = $(libWMaker_a_OBJECTS)
140 all: Makefile $(LIBRARIES) $(HEADERS)
142 .SUFFIXES:
143 .SUFFIXES: .S .c .o .s
144 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
145 cd $(top_srcdir) && $(AUTOMAKE) --gnu wmlib/Makefile
147 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
148 cd $(top_builddir) \
149 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
152 mostlyclean-libLIBRARIES:
154 clean-libLIBRARIES:
155 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
157 distclean-libLIBRARIES:
159 maintainer-clean-libLIBRARIES:
161 install-libLIBRARIES: $(lib_LIBRARIES)
162 @$(NORMAL_INSTALL)
163 $(mkinstalldirs) $(DESTDIR)$(libdir)
164 list='$(lib_LIBRARIES)'; for p in $$list; do \
165 if test -f $$p; then \
166 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
167 $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
168 else :; fi; \
169 done
170 @$(POST_INSTALL)
171 @list='$(lib_LIBRARIES)'; for p in $$list; do \
172 if test -f $$p; then \
173 echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
174 $(RANLIB) $(DESTDIR)$(libdir)/$$p; \
175 else :; fi; \
176 done
178 uninstall-libLIBRARIES:
179 @$(NORMAL_UNINSTALL)
180 list='$(lib_LIBRARIES)'; for p in $$list; do \
181 rm -f $(DESTDIR)$(libdir)/$$p; \
182 done
184 .c.o:
185 $(COMPILE) -c $<
187 .s.o:
188 $(COMPILE) -c $<
190 .S.o:
191 $(COMPILE) -c $<
193 mostlyclean-compile:
194 -rm -f *.o core *.core
196 clean-compile:
198 distclean-compile:
199 -rm -f *.tab.c
201 maintainer-clean-compile:
203 libWMaker.a: $(libWMaker_a_OBJECTS) $(libWMaker_a_DEPENDENCIES)
204 -rm -f libWMaker.a
205 $(AR) cru libWMaker.a $(libWMaker_a_OBJECTS) $(libWMaker_a_LIBADD)
206 $(RANLIB) libWMaker.a
208 install-includeHEADERS: $(include_HEADERS)
209 @$(NORMAL_INSTALL)
210 $(mkinstalldirs) $(DESTDIR)$(includedir)
211 @list='$(include_HEADERS)'; for p in $$list; do \
212 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
213 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
214 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
215 done
217 uninstall-includeHEADERS:
218 @$(NORMAL_UNINSTALL)
219 list='$(include_HEADERS)'; for p in $$list; do \
220 rm -f $(DESTDIR)$(includedir)/$$p; \
221 done
223 tags: TAGS
225 ID: $(HEADERS) $(SOURCES) $(LISP)
226 here=`pwd` && cd $(srcdir) \
227 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
229 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
230 tags=; \
231 here=`pwd`; \
232 list='$(SOURCES) $(HEADERS)'; \
233 unique=`for i in $$list; do echo $$i; done | \
234 awk ' { files[$$0] = 1; } \
235 END { for (i in files) print i; }'`; \
236 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
237 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
239 mostlyclean-tags:
241 clean-tags:
243 distclean-tags:
244 -rm -f TAGS ID
246 maintainer-clean-tags:
248 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
250 subdir = wmlib
252 distdir: $(DISTFILES)
253 @for file in $(DISTFILES); do \
254 d=$(srcdir); \
255 test -f $(distdir)/$$file \
256 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
257 || cp -p $$d/$$file $(distdir)/$$file; \
258 done
259 info:
260 dvi:
261 check: all
262 $(MAKE)
263 installcheck:
264 install-exec: install-libLIBRARIES
265 @$(NORMAL_INSTALL)
267 install-data: install-includeHEADERS
268 @$(NORMAL_INSTALL)
270 install: install-exec install-data all
273 uninstall: uninstall-libLIBRARIES uninstall-includeHEADERS
275 install-strip:
276 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
277 installdirs:
278 $(mkinstalldirs) $(DATADIR)$(libdir) $(DATADIR)$(includedir)
281 mostlyclean-generic:
282 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
284 clean-generic:
285 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
287 distclean-generic:
288 -rm -f Makefile $(DISTCLEANFILES)
289 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
290 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
292 maintainer-clean-generic:
293 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
294 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
295 mostlyclean: mostlyclean-libLIBRARIES mostlyclean-compile \
296 mostlyclean-tags mostlyclean-generic
298 clean: clean-libLIBRARIES clean-compile clean-tags clean-generic \
299 mostlyclean
301 distclean: distclean-libLIBRARIES distclean-compile distclean-tags \
302 distclean-generic clean
303 -rm -f config.status
305 maintainer-clean: maintainer-clean-libLIBRARIES \
306 maintainer-clean-compile maintainer-clean-tags \
307 maintainer-clean-generic distclean
308 @echo "This command is intended for maintainers to use;"
309 @echo "it deletes files that may require special tools to rebuild."
311 .PHONY: mostlyclean-libLIBRARIES distclean-libLIBRARIES \
312 clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
313 install-libLIBRARIES mostlyclean-compile distclean-compile \
314 clean-compile maintainer-clean-compile uninstall-includeHEADERS \
315 install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \
316 maintainer-clean-tags distdir info dvi installcheck install-exec \
317 install-data install uninstall all installdirs mostlyclean-generic \
318 distclean-generic clean-generic maintainer-clean-generic clean \
319 mostlyclean distclean maintainer-clean
322 # Tell versions [3.59,3.63) of GNU make to not export all variables.
323 # Otherwise a system limit (for SysV at least) may be exceeded.
324 .NOEXPORT: