1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 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
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
60 host_alias
= @host_alias@
69 HEADER_SEARCH_PATH
= @HEADER_SEARCH_PATH@
73 LIBRARY_SEARCH_PATH
= @LIBRARY_SEARCH_PATH@
85 WPMOFILES
= @WPMOFILES@
90 X_EXTRA_LIBS
= @X_EXTRA_LIBS@
91 X_LIBRARY_PATH
= @X_LIBRARY_PATH@
92 supported_locales
= @supported_locales@
93 wprefsdir
= @wprefsdir@
95 AUTOMAKE_OPTIONS
= no-dependencies
97 lib_LTLIBRARIES
= libwraster.la
99 libwraster_la_LDFLAGS
= -version-info
2:0:0
101 bin_SCRIPTS
= get-wraster-flags
103 noinst_PROGRAMS
= testgrad testdraw view testrot
105 EXTRA_DIST
= test.png tile.xpm ballot_box.xpm
106 include_HEADERS
= wraster.h
108 libwraster_la_SOURCES
= LookupCmap.c StdCmap.c StdCmap.h CrCmap.c DelCmap.c CmapAlloc.c raster.c draw.c color.c load.c save.c gradient.c xpixmap.c convert.c x86_specific.c context.c misc.c scale.c rotate.c convolve.c nxpm.c xpm.c xutil.c ppm.c png.c jpeg.c tiff.c gif.c
111 LTCOMPILE2
= `echo $(LTCOMPILE) | sed -e s/-fomit-frame-pointer//`
112 COMPILE2
= `echo $(COMPILE) | sed -e s/-fomit-frame-pointer//`
114 INCLUDES
= @DFLAGS@ @HEADER_SEARCH_PATH@
116 LIBLIST
= $(top_builddir
)/wrlib
/libwraster.la @LIBRARY_SEARCH_PATH@ @GFXLIBS@ @XLIBS@
-lm
118 view_SOURCES
= view.c
120 view_LDADD
= $(LIBLIST
)
122 testgrad_SOURCES
= testgrad.c
124 testgrad_LDADD
= $(LIBLIST
)
126 testrot_SOURCES
= testrot.c
128 testrot_LDADD
= $(LIBLIST
)
130 testdraw_SOURCES
= testdraw.c
132 testdraw_LDADD
= $(LIBLIST
)
134 libwraster_la_LIBADD
= @ALLOCA@
135 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
136 CONFIG_HEADER
= ..
/src
/config.h
138 LTLIBRARIES
= $(lib_LTLIBRARIES
)
141 DEFS
= @DEFS@
-I.
-I
$(srcdir) -I..
/src
142 CPPFLAGS
= @CPPFLAGS@
145 X_CFLAGS
= @X_CFLAGS@
147 X_PRE_LIBS
= @X_PRE_LIBS@
148 libwraster_la_DEPENDENCIES
= @ALLOCA@
149 libwraster_la_OBJECTS
= LookupCmap.lo StdCmap.lo CrCmap.lo DelCmap.lo \
150 CmapAlloc.lo raster.lo draw.lo color.lo load.lo save.lo gradient.lo \
151 xpixmap.lo convert.lo x86_specific.lo context.lo misc.lo scale.lo \
152 rotate.lo convolve.lo nxpm.lo xpm.lo xutil.lo ppm.lo png.lo jpeg.lo \
154 PROGRAMS
= $(noinst_PROGRAMS
)
156 testgrad_OBJECTS
= testgrad.o
157 testgrad_DEPENDENCIES
= $(top_builddir
)/wrlib
/libwraster.la
159 testdraw_OBJECTS
= testdraw.o
160 testdraw_DEPENDENCIES
= $(top_builddir
)/wrlib
/libwraster.la
162 view_OBJECTS
= view.o
163 view_DEPENDENCIES
= $(top_builddir
)/wrlib
/libwraster.la
165 testrot_OBJECTS
= testrot.o
166 testrot_DEPENDENCIES
= $(top_builddir
)/wrlib
/libwraster.la
168 SCRIPTS
= $(bin_SCRIPTS
)
171 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
172 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
174 LINK
= $(LIBTOOL
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
175 HEADERS
= $(include_HEADERS
)
177 DIST_COMMON
= README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
178 Makefile.in NEWS TODO alloca.c configure.in
181 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
185 SOURCES
= $(libwraster_la_SOURCES
) $(testgrad_SOURCES
) $(testdraw_SOURCES
) $(view_SOURCES
) $(testrot_SOURCES
)
186 OBJECTS
= $(libwraster_la_OBJECTS
) $(testgrad_OBJECTS
) $(testdraw_OBJECTS
) $(view_OBJECTS
) $(testrot_OBJECTS
)
190 .SUFFIXES
: .S .c .lo .o .s
191 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
192 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu
--include-deps wrlib
/Makefile
194 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
196 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
199 mostlyclean-libLTLIBRARIES
:
201 clean-libLTLIBRARIES
:
202 -test -z
"$(lib_LTLIBRARIES)" ||
rm -f
$(lib_LTLIBRARIES
)
204 distclean-libLTLIBRARIES
:
206 maintainer-clean-libLTLIBRARIES
:
208 install-libLTLIBRARIES
: $(lib_LTLIBRARIES
)
210 $(mkinstalldirs
) $(DESTDIR
)$(libdir)
211 @list
='$(lib_LTLIBRARIES)'; for p in
$$list; do \
212 if
test -f
$$p; then \
213 echo
"$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
214 $(LIBTOOL
) --mode
=install $(INSTALL
) $$p $(DESTDIR
)$(libdir)/$$p; \
218 uninstall-libLTLIBRARIES
:
220 list
='$(lib_LTLIBRARIES)'; for p in
$$list; do \
221 $(LIBTOOL
) --mode
=uninstall rm -f
$(DESTDIR
)$(libdir)/$$p; \
234 -rm -f
*.o core
*.core
241 maintainer-clean-compile
:
244 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
247 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
250 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
260 maintainer-clean-libtool
:
262 libwraster.la
: $(libwraster_la_OBJECTS
) $(libwraster_la_DEPENDENCIES
)
263 $(LINK
) -rpath
$(libdir) $(libwraster_la_LDFLAGS
) $(libwraster_la_OBJECTS
) $(libwraster_la_LIBADD
) $(LIBS
)
265 mostlyclean-noinstPROGRAMS
:
267 clean-noinstPROGRAMS
:
268 -test -z
"$(noinst_PROGRAMS)" ||
rm -f
$(noinst_PROGRAMS
)
270 distclean-noinstPROGRAMS
:
272 maintainer-clean-noinstPROGRAMS
:
274 testgrad
: $(testgrad_OBJECTS
) $(testgrad_DEPENDENCIES
)
276 $(LINK
) $(testgrad_LDFLAGS
) $(testgrad_OBJECTS
) $(testgrad_LDADD
) $(LIBS
)
278 testdraw
: $(testdraw_OBJECTS
) $(testdraw_DEPENDENCIES
)
280 $(LINK
) $(testdraw_LDFLAGS
) $(testdraw_OBJECTS
) $(testdraw_LDADD
) $(LIBS
)
282 view
: $(view_OBJECTS
) $(view_DEPENDENCIES
)
284 $(LINK
) $(view_LDFLAGS
) $(view_OBJECTS
) $(view_LDADD
) $(LIBS
)
286 testrot
: $(testrot_OBJECTS
) $(testrot_DEPENDENCIES
)
288 $(LINK
) $(testrot_LDFLAGS
) $(testrot_OBJECTS
) $(testrot_LDADD
) $(LIBS
)
290 install-binSCRIPTS
: $(bin_SCRIPTS
)
292 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
293 @list
='$(bin_SCRIPTS)'; for p in
$$list; do \
294 if
test -f
$$p; then \
295 echo
" $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
296 $(INSTALL_SCRIPT
) $$p $(DESTDIR
)$(bindir)/`echo $$p|sed '$(transform)'`; \
297 else if
test -f
$(srcdir)/$$p; then \
298 echo
" $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
299 $(INSTALL_SCRIPT
) $(srcdir)/$$p $(DESTDIR
)$(bindir)/`echo $$p|sed '$(transform)'`; \
303 uninstall-binSCRIPTS
:
305 list
='$(bin_SCRIPTS)'; for p in
$$list; do \
306 rm -f
$(DESTDIR
)$(bindir)/`echo $$p|sed '$(transform)'`; \
309 install-includeHEADERS
: $(include_HEADERS
)
311 $(mkinstalldirs
) $(DESTDIR
)$(includedir)
312 @list
='$(include_HEADERS)'; for p in
$$list; do \
313 if
test -f
"$$p"; then d
= ; else d
="$(srcdir)/"; fi
; \
314 echo
" $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
315 $(INSTALL_DATA
) $$d$$p $(DESTDIR
)$(includedir)/$$p; \
318 uninstall-includeHEADERS
:
320 list
='$(include_HEADERS)'; for p in
$$list; do \
321 rm -f
$(DESTDIR
)$(includedir)/$$p; \
326 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
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 here
=`pwd` && cd
$(srcdir) \
332 && mkid
-f
$$here/ID
$$unique $(LISP
)
334 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) $(LISP
)
337 list
='$(SOURCES) $(HEADERS)'; \
338 unique
=`for i in $$list; do echo $$i; done | \
339 awk ' { files[$$0] = 1; } \
340 END { for (i in files) print i; }'`; \
341 test -z
"$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
342 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags $$unique $(LISP
) -o
$$here/TAGS
)
351 maintainer-clean-tags
:
353 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
357 distdir
: $(DISTFILES
)
358 @for file in
$(DISTFILES
); do \
360 if
test -d
$$d/$$file; then \
361 cp
-pr
$$d/$$file $(distdir
)/$$file; \
363 test -f
$(distdir
)/$$file \
364 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
365 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
375 installcheck: installcheck-am
376 install-exec-am
: install-libLTLIBRARIES install-binSCRIPTS
377 install-exec
: install-exec-am
379 install-data-am
: install-includeHEADERS
380 install-data
: install-data-am
383 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
385 uninstall-am
: uninstall-libLTLIBRARIES uninstall-binSCRIPTS \
386 uninstall-includeHEADERS
387 uninstall: uninstall-am
388 all-am
: Makefile
$(LTLIBRARIES
) $(PROGRAMS
) $(SCRIPTS
) $(HEADERS
)
391 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
393 $(mkinstalldirs
) $(DESTDIR
)$(libdir) $(DESTDIR
)$(bindir) \
394 $(DESTDIR
)$(includedir)
402 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
403 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
405 maintainer-clean-generic
:
406 mostlyclean-am
: mostlyclean-libLTLIBRARIES mostlyclean-compile \
407 mostlyclean-libtool mostlyclean-noinstPROGRAMS \
408 mostlyclean-tags mostlyclean-generic
410 mostlyclean: mostlyclean-am
412 clean-am
: clean-libLTLIBRARIES clean-compile clean-libtool \
413 clean-noinstPROGRAMS clean-tags clean-generic \
418 distclean-am
: distclean-libLTLIBRARIES distclean-compile \
419 distclean-libtool distclean-noinstPROGRAMS \
420 distclean-tags distclean-generic clean-am
423 distclean: distclean-am
425 maintainer-clean-am
: maintainer-clean-libLTLIBRARIES \
426 maintainer-clean-compile maintainer-clean-libtool \
427 maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
428 maintainer-clean-generic distclean-am
429 @echo
"This command is intended for maintainers to use;"
430 @echo
"it deletes files that may require special tools to rebuild."
432 maintainer-clean
: maintainer-clean-am
434 .PHONY
: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
435 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
436 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
437 distclean-compile clean-compile maintainer-clean-compile \
438 mostlyclean-libtool distclean-libtool clean-libtool \
439 maintainer-clean-libtool mostlyclean-noinstPROGRAMS \
440 distclean-noinstPROGRAMS clean-noinstPROGRAMS \
441 maintainer-clean-noinstPROGRAMS uninstall-binSCRIPTS install-binSCRIPTS \
442 uninstall-includeHEADERS install-includeHEADERS
tags mostlyclean-tags \
443 distclean-tags clean-tags maintainer-clean-tags distdir info-am
info \
444 dvi-am
dvi check check-am installcheck-am
installcheck install-exec-am \
445 install-exec install-data-am install-data install-am
install \
446 uninstall-am
uninstall all-redirect all-am
all installdirs \
447 mostlyclean-generic distclean-generic clean-generic \
448 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
451 # cant compile asm stuff with optimizations
452 x86_specific.lo
: x86_specific.c
453 $(LTCOMPILE2
) -O0
-c
$<
455 x86_specific.o
: x86_specific.c
456 $(COMPILE2
) -O0
-c
$<
458 # Tell versions [3.59,3.63) of GNU make to not export all variables.
459 # Otherwise a system limit (for SysV at least) may be exceeded.