Diff for /parser3/src/main/Makefile.am between versions 1.7.16.3 and 1.21

version 1.7.16.3, 2001/03/20 18:24:44 version 1.21, 2001/10/24 14:39:44
Line 1 Line 1
 #  $Id$  INCLUDES = -I../types -I../classes -I../classes/xalan-patched -I../sql -I../pcre $(INCLTDL) @XML_INCLUDES@
   
 INCLUDES = -I../include -I../types -I../classes  
   
 noinst_LIBRARIES = libmain.a  noinst_LIBRARIES = libmain.a
 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  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
   
 compile.tab.C: compile.y  compile.tab.C: compile.y
         bison -v $<  
         bison -v $< -o $@          bison -v $< -o $@
   
   
   IDENT_AWK = ../ident.awk
   IDENT_DEPS = *.h *.C
   
   ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
           rm -f ident.C 
           echo // do not edit. autogenerated by Makefile.am > ident.C.new 
           cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=main >> ident.C.new 
           mv ident.C.new ident.C 

Removed from v.1.7.16.3  
changed lines
  Added in v.1.21


E-mail: