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

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.3     ! frystyk     5: www_LDADD = \
        !             6:        ../../Library/src/libwww.a ../../PICS/src/libpics.a -lm
1.1       frystyk     7: 
1.3     ! frystyk     8: www_DEPENDENCIES = \
        !             9:        ../../Library/src/libwww.a ../../PICS/src/libpics.a
        !            10: 
1.2       frystyk    11: SUBDIRS = windows vms
1.1       frystyk    12: 
1.2       frystyk    13: INCLUDES = -I$(srcdir)/../../Library/src -I$(srcdir)/../../PICS/src
1.1       frystyk    14: 
                     15: #      .h files are distributed but originally are made from the
                     16: #      self-documenting hypertext files.
                     17: SUFFIXES = .h .html
                     18: .html.h:
                     19:        www -w90 -na -p -to text/x-c $(srcdir)/$(*F).html > $(srcdir)/$(*F).h
                     20: 
                     21: www_SOURCES = \
                     22:        HTBrowse.c      GridText.c      ConView.c \
                     23:        GridStyle.c     DefaultStyles.c
                     24: 
1.3     ! frystyk    25: BUILT_SOURCES = \
1.1       frystyk    26:        HTBrowse.h      GridStyle.h     GridText.h \
                     27:        HTFont.h
                     28: 
1.3     ! frystyk    29: PURIFY_CACHE = /home2/frystyk/purify-cache
        !            30: 
        !            31: purify: $(www_OBJECTS) $(www_DEPENDENCIES)
        !            32:        purify -cache-dir=$(PURIFY_CACHE) \
        !            33:        $(LINK) $(www_OBJECTS) $(www_LDADD) $(LIBS)
        !            34: 
1.1       frystyk    35: # need the WAIS library and the cyrrilic support!
                     36: 
1.3     ! frystyk    37: EXTRA_DIST = \
1.1       frystyk    38:        DefaultStyles.c.classic \
                     39:        DefaultStyles.c.modern \
                     40:        a_stdio.g \
                     41:        a_stdio.h

Webmaster