## Process this file with automake to generate a GNU Makefile
## only built if requested
SUBDIRS = . examples
INCLUDES = -I$(top_srcdir)/libq @MAGICK_INCLUDES@ @INCDMALLOC@
if MAGICK
pkglib_LTLIBRARIES = magick.la
endif
magick_la_SOURCES = magick.c
magick_la_LDFLAGS = -no-undefined -module -avoid-version
magick_la_LIBADD = $(top_builddir)/libq/libq.la @MAGICK_LIBS@ @LIBDMALLOCTH@
stdlibdir = $(pkgdatadir)/lib
if MAGICK
stdlib_DATA = magick.q
endif
etcdir = $(pkgdatadir)/etc
if MAGICK
etc_DATA = README-Magick
endif
EXTRA_DIST = magick.q README-Magick Makefile.msc
syntax highlighted by Code2HTML, v. 0.9.1