Annotation of libwww/Makefile.am, revision 1.1

1.1     ! frystyk     1: ## Process this file with Automake to create Makefile.in.
        !             2: 
        !             3: ICON= $(top_srcdir)/Icons
        !             4: FTP = /afs/w3.org/devel/Dist/$(PROD)
        !             5: 
        !             6: legal : $(LEGAL)
        !             7: 
        !             8: #      .h files are distributed but originally are made from the
        !             9: #      self-documenting hypertext files.
        !            10: SUFFIXES = .h .html .txt
        !            11: 
        !            12: .html.txt:
        !            13:        www -n -p $< > $@
        !            14: 
        !            15: .html.h:
        !            16:        www -w90 -na -p -to text/x-c $(srcdir)/$*.html > $(srcdir)/$*.h
        !            17: 
        !            18: #      Some extra make directives
        !            19: inc : $(HEADERS)
        !            20:        @echo Include files generated from hypertext.
        !            21: 
        !            22: all-local : inc legal
        !            23: 
        !            24: LEGAL =        $(top_srcdir)/../WELCOME \
        !            25:        $(top_srcdir)/README \
        !            26:        $(top_srcdir)/COPYRIGH \
        !            27:        $(top_srcdir)/PATCHES \
        !            28:        $(top_srcdir)/CERN
        !            29: 
        !            30: ICONS = $(top_srcdir)/Icons/WWW/Bug48x.gif \
        !            31:        $(top_srcdir)/Icons/WWW/Lib48x.gif \
        !            32:        $(top_srcdir)/Icons/WWW/w3c_48x48.gif \
        !            33:        $(top_srcdir)/Icons/WWW/Platform48x.gif \
        !            34:        $(top_srcdir)/Icons/WWW/design48x.gif \
        !            35:        $(top_srcdir)/Icons/WWW/doc48x.gif \
        !            36:        $(top_srcdir)/Icons/WWW/guide48x.gif \
        !            37:        $(top_srcdir)/Icons/WWW/internals48x.gif \
        !            38:        $(top_srcdir)/Icons/WWW/install48x.gif \
        !            39:        $(top_srcdir)/Icons/WWW/relnotes48x.gif \
        !            40:        $(top_srcdir)/Icons/WWW/bullet.gif \
        !            41:        $(top_srcdir)/Icons/32x32/smiley.gif \
        !            42:        $(top_srcdir)/Icons/32x32/caution.gif
        !            43: 
        !            44: DIST_OTHER = \
        !            45:        $(LEGAL) \
        !            46:        $(ICONS)
        !            47: 
        !            48: SUBDIRS = Library LineMode Robot ComLine MiniServ Listen
        !            49: 

Webmaster