Annotation of libwww/LineMode/src/Makefile.am, revision 1.2

1.1       frystyk     1: ## Process this file with Automake to create Makefile.in.
                      2: 
1.2     ! frystyk     3: bin_PROGRAMS = www
1.1       frystyk     4: 
1.2     ! frystyk     5: www_LDADD = ../../Library/src/libwww.a ../../PICS/src/libpics.a -lm
1.1       frystyk     6: 
1.2     ! frystyk     7: SUBDIRS = windows vms
1.1       frystyk     8: 
1.2     ! frystyk     9: INCLUDES = -I$(srcdir)/../../Library/src -I$(srcdir)/../../PICS/src
1.1       frystyk    10: 
                     11: #      .h files are distributed but originally are made from the
                     12: #      self-documenting hypertext files.
                     13: SUFFIXES = .h .html
                     14: .html.h:
                     15:        www -w90 -na -p -to text/x-c $(srcdir)/$(*F).html > $(srcdir)/$(*F).h
                     16: 
                     17: #      Some extra make directives
                     18: inc : $(HEADERS)
                     19:        @echo Include files generated from hypertext.
                     20: 
                     21: all-local : inc
                     22: 
                     23: www_SOURCES = \
                     24:        HTBrowse.c      GridText.c      ConView.c \
                     25:        GridStyle.c     DefaultStyles.c
                     26: 
                     27: noinst_HEADERS = \
                     28:        HTBrowse.h      GridStyle.h     GridText.h \
                     29:        HTFont.h
                     30: 
                     31: # need the WAIS library and the cyrrilic support!
                     32: 
                     33: DIST_OTHER = \
                     34:        DefaultStyles.c.classic \
                     35:        DefaultStyles.c.modern \
                     36:        a_stdio.g \
                     37:        a_stdio.h

Webmaster