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

1.1       parser      1: INCLUDES = -I../../types @XML_INCLUDES@
                      2: 
1.2     ! parser      3: noinst_LIBRARIES = libxalan_patched.a
        !             4: libxalan_patched_a_SOURCES = XalanTransformer2.cpp ident.C
1.1       parser      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 
1.2     ! parser     12:        cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=xalan_patched >> ident.C.new 
1.1       parser     13:        mv ident.C.new ident.C

E-mail: