## Process this file with automake to generate a GNU Makefile ## only built if requested SUBDIRS = . examples INCLUDES = -I$(top_srcdir)/libq @CURL_INCLUDES@ @INCDMALLOC@ if CURL pkglib_LTLIBRARIES = curl.la endif curl_la_SOURCES = curl.c curl_la_LDFLAGS = -no-undefined -module -avoid-version curl_la_LIBADD = $(top_builddir)/libq/libq.la @CURL_LIBS@ @LIBDMALLOCTH@ stdlibdir = $(pkgdatadir)/lib if CURL stdlib_DATA = curl.q endif etcdir = $(pkgdatadir)/etc if CURL etc_DATA = README-Curl endif EXTRA_DIST = curl.q README-Curl Makefile.mingw