Annotation of parser3/src/classes/xalan-patched/Makefile.am, revision 1.1

1.1     ! parser      1: INCLUDES = -I../../types @XML_INCLUDES@
        !             2: 
        !             3: noinst_LIBRARIES = libgd.a
        !             4: libgd_a_SOURCES = XalanTransformer2.cpp ident.C
        !             5: 
        !             6: IDENT_AWK = ../../ident.awk
        !             7: IDENT_DEPS = *.hpp *.cpp
        !             8: 
        !             9: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
        !            10:        rm -f ident.C
        !            11:        echo // do not edit. autogenerated by Makefile.am > ident.C.new 
        !            12:        cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=gd >> ident.C.new 
        !            13:        mv ident.C.new ident.C

E-mail: