## Process this file with automake to generate a GNU Makefile
## only built if requested
SUBDIRS = . examples
INCLUDES = @INCPTHREAD@ -I$(top_srcdir)/libq @TK_INCLUDES@ @INCDMALLOC@
AM_CFLAGS = @X_CFLAGS@
if TK
pkglib_LTLIBRARIES = tk.la
endif
tk_la_SOURCES = tk.c
tk_la_LDFLAGS = -no-undefined -module -avoid-version
tk_la_LIBADD = $(top_builddir)/libq/libq.la @LIBPTHREAD@ @TK_LIBS@ @X_LIBS@ -lX11 @LIBDMALLOCTH@
stdlibdir = $(pkgdatadir)/lib
if TK
stdlib_DATA = tk.q
endif
etcdir = $(pkgdatadir)/etc
if TK
etc_DATA = README-Tk
endif
EXTRA_DIST = tk.q README-Tk Makefile.msc
syntax highlighted by Code2HTML, v. 0.9.1