Annotation of parser3/src/types/Makefile.am, revision 1.11
1.10 parser 1: INCLUDES = -I../classes -I../classes/xalan-patched -I../sql -I../classes/gd @XML_INCLUDES@
1.2 paf 2:
3: noinst_LIBRARIES = libtypes.a
1.11 ! paf 4: libtypes_a_SOURCES = ident.C pa_valiased.C pa_vcookie.C pa_vfile.C pa_vform.C pa_vimage.C pa_vrequest.C pa_vstateless_class.C pa_vstring.C pa_wcontext.C pa_vtable.C pa_vxnode.C pa_vxdoc.C pa_vhashfile.C
1.9 parser 5:
6: IDENT_AWK = ../ident.awk
7: IDENT_DEPS = *.h *.C
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=types >> ident.C.new
13: mv ident.C.new ident.C
E-mail: