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

1.28      paf         1: INCLUDES = -I../types -I../classes -I../sql -I../pcre $(INCLTDL) @XML_INCLUDES@ @DB2_INCLUDES@
1.1       paf         2: 
1.30    ! paf         3: noinst_HEADERS = compile_tools.h
1.1       paf         4: noinst_LIBRARIES = libmain.a
1.27      paf         5: 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 pa_db_connection.C pa_db_manager.C pa_db_table.C pa_cache_managers.C pa_charset.C pa_charsets.C ident.C
1.8       paf         6: 
                      7: compile.tab.C: compile.y
                      8:        bison -v $< -o $@
1.18      parser      9: 
                     10: 
1.29      paf        11: IDENT_AWK = $(top_srcdir)/src/ident.awk
1.18      parser     12: IDENT_DEPS = *.h *.C
                     13: 
                     14: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
                     15:        rm -f ident.C 
                     16:        echo // do not edit. autogenerated by Makefile.am > ident.C.new 
                     17:        cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=main >> ident.C.new 
                     18:        mv ident.C.new ident.C 
1.30    ! paf        19: 
        !            20: 
        !            21: EXTRA_DIST = compile.y main.dsp

E-mail: