new
[libcurl.git] / src / Makefile.am
blob181af772fd5903f3a04d6405dd7fe11ddc393c92
2 # $Id: Makefile.am,v 1.1.1.1 1999-12-29 14:22:27 bagder Exp $
5 # Some flags needed when trying to cause warnings ;-)
6 # CFLAGS = -Wall -pedantic
7 CPPFLAGS = -DGLOBURL -DCURL_SEPARATORS
9 INCLUDES = -I$(top_srcdir)/include
11 bin_PROGRAMS = curl
13 curl_SOURCES = main.c hugehelp.c urlglob.c
14 curl_LDADD = ../lib/libcurl.a
15 curl_DEPENDENCIES = ../lib/libcurl.a
16 BUILT_SOURCES = hugehelp.c
17 CLEANFILES = hugehelp.c
18 NROFF=@NROFF@
20 EXTRA_DIST = mkhelp.pl Makefile.vc6
22 AUTOMAKE_OPTIONS = foreign no-dependencies
24 # This generates the hugehelp.c file
25 hugehelp.c: $(top_srcdir)/README.curl $(top_srcdir)/curl.1 mkhelp.pl
26         rm -f hugehelp.c
27         $(NROFF) -man $(top_srcdir)/curl.1 | $(PERL) $(top_srcdir)/src/mkhelp.pl $(top_srcdir)/README.curl > hugehelp.c