Code update for Window Maker version 0.50.0
[wmaker-crm.git] / wrlib / Makefile.in
blob3f4db89c5ded53daef06c1006f629f80b0096a27
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 GFXLFLAGS = @GFXLFLAGS@
67 GFXLIBS = @GFXLIBS@
68 I18N = @I18N@
69 I18N_MB = @I18N_MB@
70 ICONEXT = @ICONEXT@
71 INTLIBS = @INTLIBS@
72 LD = @LD@
73 LIBTOOL = @LIBTOOL@
74 LITE = @LITE@
75 LN_S = @LN_S@
76 MAKEINFO = @MAKEINFO@
77 MOFILES = @MOFILES@
78 NLSDIR = @NLSDIR@
79 PACKAGE = @PACKAGE@
80 RANLIB = @RANLIB@
81 REDUCE_APPICONS = @REDUCE_APPICONS@
82 SHAPE = @SHAPE@
83 SOUND = @SOUND@
84 VERSION = @VERSION@
85 WPMOFILES = @WPMOFILES@
86 XCFLAGS = @XCFLAGS@
87 XGETTEXT = @XGETTEXT@
88 XLFLAGS = @XLFLAGS@
89 XLIBS = @XLIBS@
90 XSHM = @XSHM@
91 X_EXTRA_LIBS = @X_EXTRA_LIBS@
92 X_LOCALE = @X_LOCALE@
93 pixmapdir = @pixmapdir@
94 wprefsdir = @wprefsdir@
96 AUTOMAKE_OPTIONS = no-dependencies
98 lib_LTLIBRARIES = libwraster.la
100 libwraster_la_LDFLAGS = -version-info 1:1:0
102 noinst_PROGRAMS = test testgrad testdraw view
104 EXTRA_DIST = test.png tile.xpm ballot_box.xpm ballot_box.tiff
106 include_HEADERS = wraster.h
108 libwraster_la_SOURCES = \
109 raster.c \
110 draw.c \
111 color.c \
112 load.c \
113 save.c \
114 gradient.c \
115 xpixmap.c \
116 convert.c \
117 context.c \
118 misc.c \
119 scale.c \
120 convolve.c \
121 nxpm.c \
122 xpm.c \
123 xutil.c \
124 ppm.c \
125 png.c \
126 jpeg.c \
127 tiff.c \
128 gif.c
130 INCLUDES = @DFLAGS@ @XCFLAGS@ @GFXFLAGS@ @XSHM@
132 LIBLIST = libwraster.la @GFXLFLAGS@ @XLFLAGS@ @GFXLIBS@ @XLIBS@ -lm
134 view_SOURCES= view.c
136 view_LDADD = $(LIBLIST)
138 test_SOURCES = test.c
140 test_LDADD = $(LIBLIST)
142 testgrad_SOURCES = testgrad.c
144 testgrad_LDADD = $(LIBLIST)
146 testdraw_SOURCES = testdraw.c
148 testdraw_LDADD = $(LIBLIST)
150 libwraster_la_LIBADD = @ALLOCA@
151 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
152 CONFIG_HEADER = ../src/config.h
153 CONFIG_CLEAN_FILES =
154 LTLIBRARIES = $(lib_LTLIBRARIES)
157 DEFS = @DEFS@ -I. -I$(srcdir) -I../src
158 CPPFLAGS = @CPPFLAGS@
159 LDFLAGS = @LDFLAGS@
160 LIBS = @LIBS@
161 X_CFLAGS = @X_CFLAGS@
162 X_LIBS = @X_LIBS@
163 X_PRE_LIBS = @X_PRE_LIBS@
164 libwraster_la_DEPENDENCIES = @ALLOCA@
165 libwraster_la_OBJECTS = raster.lo draw.lo color.lo load.lo save.lo \
166 gradient.lo xpixmap.lo convert.lo context.lo misc.lo scale.lo \
167 convolve.lo nxpm.lo xpm.lo xutil.lo ppm.lo png.lo jpeg.lo tiff.lo \
168 gif.lo
169 PROGRAMS = $(noinst_PROGRAMS)
171 test_OBJECTS = test.o
172 test_DEPENDENCIES = libwraster.la
173 test_LDFLAGS =
174 testgrad_OBJECTS = testgrad.o
175 testgrad_DEPENDENCIES = libwraster.la
176 testgrad_LDFLAGS =
177 testdraw_OBJECTS = testdraw.o
178 testdraw_DEPENDENCIES = libwraster.la
179 testdraw_LDFLAGS =
180 view_OBJECTS = view.o
181 view_DEPENDENCIES = libwraster.la
182 view_LDFLAGS =
183 CFLAGS = @CFLAGS@
184 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
185 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
186 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
187 HEADERS = $(include_HEADERS)
189 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
190 Makefile.in NEWS TODO alloca.c configure.in
193 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
195 TAR = tar
196 GZIP = --best
197 SOURCES = $(libwraster_la_SOURCES) $(test_SOURCES) $(testgrad_SOURCES) $(testdraw_SOURCES) $(view_SOURCES)
198 OBJECTS = $(libwraster_la_OBJECTS) $(test_OBJECTS) $(testgrad_OBJECTS) $(testdraw_OBJECTS) $(view_OBJECTS)
200 all: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
202 .SUFFIXES:
203 .SUFFIXES: .S .c .lo .o .s
204 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
205 cd $(top_srcdir) && $(AUTOMAKE) --gnu wrlib/Makefile
207 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
208 cd $(top_builddir) \
209 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
212 mostlyclean-libLTLIBRARIES:
214 clean-libLTLIBRARIES:
215 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
217 distclean-libLTLIBRARIES:
219 maintainer-clean-libLTLIBRARIES:
221 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
222 @$(NORMAL_INSTALL)
223 $(mkinstalldirs) $(DESTDIR)$(libdir)
224 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
225 if test -f $$p; then \
226 echo "$(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
227 $(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
228 else :; fi; \
229 done
231 uninstall-libLTLIBRARIES:
232 @$(NORMAL_UNINSTALL)
233 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
234 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
235 done
237 .c.o:
238 $(COMPILE) -c $<
240 .s.o:
241 $(COMPILE) -c $<
243 .S.o:
244 $(COMPILE) -c $<
246 mostlyclean-compile:
247 -rm -f *.o core *.core
249 clean-compile:
251 distclean-compile:
252 -rm -f *.tab.c
254 maintainer-clean-compile:
256 .c.lo:
257 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
259 .s.lo:
260 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
262 .S.lo:
263 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
265 mostlyclean-libtool:
266 -rm -f *.lo
268 clean-libtool:
269 -rm -rf .libs _libs
271 distclean-libtool:
273 maintainer-clean-libtool:
275 libwraster.la: $(libwraster_la_OBJECTS) $(libwraster_la_DEPENDENCIES)
276 $(LINK) -rpath $(libdir) $(libwraster_la_LDFLAGS) $(libwraster_la_OBJECTS) $(libwraster_la_LIBADD) $(LIBS)
278 mostlyclean-noinstPROGRAMS:
280 clean-noinstPROGRAMS:
281 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
283 distclean-noinstPROGRAMS:
285 maintainer-clean-noinstPROGRAMS:
287 test: $(test_OBJECTS) $(test_DEPENDENCIES)
288 @rm -f test
289 $(LINK) $(test_LDFLAGS) $(test_OBJECTS) $(test_LDADD) $(LIBS)
291 testgrad: $(testgrad_OBJECTS) $(testgrad_DEPENDENCIES)
292 @rm -f testgrad
293 $(LINK) $(testgrad_LDFLAGS) $(testgrad_OBJECTS) $(testgrad_LDADD) $(LIBS)
295 testdraw: $(testdraw_OBJECTS) $(testdraw_DEPENDENCIES)
296 @rm -f testdraw
297 $(LINK) $(testdraw_LDFLAGS) $(testdraw_OBJECTS) $(testdraw_LDADD) $(LIBS)
299 view: $(view_OBJECTS) $(view_DEPENDENCIES)
300 @rm -f view
301 $(LINK) $(view_LDFLAGS) $(view_OBJECTS) $(view_LDADD) $(LIBS)
303 install-includeHEADERS: $(include_HEADERS)
304 @$(NORMAL_INSTALL)
305 $(mkinstalldirs) $(DESTDIR)$(includedir)
306 @list='$(include_HEADERS)'; for p in $$list; do \
307 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
308 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
309 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
310 done
312 uninstall-includeHEADERS:
313 @$(NORMAL_UNINSTALL)
314 list='$(include_HEADERS)'; for p in $$list; do \
315 rm -f $(DESTDIR)$(includedir)/$$p; \
316 done
318 tags: TAGS
320 ID: $(HEADERS) $(SOURCES) $(LISP)
321 here=`pwd` && cd $(srcdir) \
322 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
324 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
325 tags=; \
326 here=`pwd`; \
327 list='$(SOURCES) $(HEADERS)'; \
328 unique=`for i in $$list; do echo $$i; done | \
329 awk ' { files[$$0] = 1; } \
330 END { for (i in files) print i; }'`; \
331 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
332 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
334 mostlyclean-tags:
336 clean-tags:
338 distclean-tags:
339 -rm -f TAGS ID
341 maintainer-clean-tags:
343 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
345 subdir = wrlib
347 distdir: $(DISTFILES)
348 @for file in $(DISTFILES); do \
349 d=$(srcdir); \
350 test -f $(distdir)/$$file \
351 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
352 || cp -p $$d/$$file $(distdir)/$$file; \
353 done
354 info:
355 dvi:
356 check: all
357 $(MAKE)
358 installcheck:
359 install-exec: install-libLTLIBRARIES
360 @$(NORMAL_INSTALL)
362 install-data: install-includeHEADERS
363 @$(NORMAL_INSTALL)
365 install: install-exec install-data all
368 uninstall: uninstall-libLTLIBRARIES uninstall-includeHEADERS
370 install-strip:
371 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
372 installdirs:
373 $(mkinstalldirs) $(DATADIR)$(libdir) $(DATADIR)$(includedir)
376 mostlyclean-generic:
377 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
379 clean-generic:
380 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
382 distclean-generic:
383 -rm -f Makefile $(DISTCLEANFILES)
384 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
385 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
387 maintainer-clean-generic:
388 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
389 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
390 mostlyclean: mostlyclean-libLTLIBRARIES mostlyclean-compile \
391 mostlyclean-libtool mostlyclean-noinstPROGRAMS \
392 mostlyclean-tags mostlyclean-generic
394 clean: clean-libLTLIBRARIES clean-compile clean-libtool \
395 clean-noinstPROGRAMS clean-tags clean-generic \
396 mostlyclean
398 distclean: distclean-libLTLIBRARIES distclean-compile distclean-libtool \
399 distclean-noinstPROGRAMS distclean-tags \
400 distclean-generic clean
401 -rm -f config.status
402 -rm -f libtool
404 maintainer-clean: maintainer-clean-libLTLIBRARIES \
405 maintainer-clean-compile maintainer-clean-libtool \
406 maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
407 maintainer-clean-generic distclean
408 @echo "This command is intended for maintainers to use;"
409 @echo "it deletes files that may require special tools to rebuild."
411 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
412 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
413 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
414 distclean-compile clean-compile maintainer-clean-compile \
415 mostlyclean-libtool distclean-libtool clean-libtool \
416 maintainer-clean-libtool mostlyclean-noinstPROGRAMS \
417 distclean-noinstPROGRAMS clean-noinstPROGRAMS \
418 maintainer-clean-noinstPROGRAMS uninstall-includeHEADERS \
419 install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \
420 maintainer-clean-tags distdir info dvi installcheck install-exec \
421 install-data install uninstall all installdirs mostlyclean-generic \
422 distclean-generic clean-generic maintainer-clean-generic clean \
423 mostlyclean distclean maintainer-clean
426 # Tell versions [3.59,3.63) of GNU make to not export all variables.
427 # Otherwise a system limit (for SysV at least) may be exceeded.
428 .NOEXPORT: