File:  [Public] / libwww / Robot / src / Makefile.am
Revision 1.4: download - view: text, annotated - select for diffs
Fri Apr 12 17:51:29 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b1, HEAD
new transport and Content Coding support

## Process this file with Automake to create Makefile.in.

AUTOMAKE_OPTIONS = foreign

bin_PROGRAMS = webbot

webbot_LDADD = ../../Library/src/libwww.a -lm

webbot_DEPENDENCIES = \
	../../Library/src/libwww.a

INCLUDES = -I$(srcdir)/../../Library/src

#	.h files are distributed but originally are made from the
#	self-documenting hypertext files.
SUFFIXES = .h .html
.html.h:
	www -w90 -na -p -to text/x-c $(srcdir)/$(*F).html > $(srcdir)/$(*F).h

webbot_SOURCES = \
	HTRobot.c

BUILT_SOURCES = \
	HTRobot.h

Webmaster