Annotation of parser3/src/main/Makefile.am, revision 1.21

1.20      parser      1: INCLUDES = -I../types -I../classes -I../classes/xalan-patched -I../sql -I../pcre $(INCLTDL) @XML_INCLUDES@
1.1       paf         2: 
                      3: noinst_LIBRARIES = libmain.a
1.21    ! parser      4: libmain_a_SOURCES = compile.C compile.tab.C compile_tools.C execute.C pa_array.C pa_common.C pa_exception.C pa_globals.C pa_hash.C pa_pool.C pa_request.C pa_string.C pa_table.C untaint.C pa_dir.C pa_exec.C pa_socks.C pa_sql_driver_manager.C pa_dictionary.C pa_stylesheet_manager.C ident.C pa_charset_connection.C pa_charset_manager.C
1.8       paf         5: 
                      6: compile.tab.C: compile.y
                      7:        bison -v $< -o $@
1.18      parser      8: 
                      9: 
                     10: IDENT_AWK = ../ident.awk
                     11: IDENT_DEPS = *.h *.C
                     12: 
                     13: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
                     14:        rm -f ident.C 
                     15:        echo // do not edit. autogenerated by Makefile.am > ident.C.new 
                     16:        cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=main >> ident.C.new 
                     17:        mv ident.C.new ident.C 

E-mail: