Annotation of libwww/Robot/src/Makefile.am, revision 1.3

1.1       frystyk     1: ## Process this file with Automake to create Makefile.in.
                      2: 
                      3: bin_PROGRAMS = webbot
                      4: 
                      5: webbot_LDADD = ../../Library/src/libwww.a -lm
                      6: 
1.3     ! frystyk     7: webbot_DEPENDENCIES = \
        !             8:        ../../Library/src/libwww.a
        !             9: 
1.1       frystyk    10: INCLUDES = -I$(srcdir)/../../Library/src
                     11: 
                     12: #      .h files are distributed but originally are made from the
                     13: #      self-documenting hypertext files.
                     14: SUFFIXES = .h .html
                     15: .html.h:
                     16:        www -w90 -na -p -to text/x-c $(srcdir)/$(*F).html > $(srcdir)/$(*F).h
                     17: 
                     18: webbot_SOURCES = \
                     19:        HTRobot.c
                     20: 
1.3     ! frystyk    21: BUILT_SOURCES = \
1.1       frystyk    22:        HTRobot.h

Webmaster