Annotation of parser3/src/targets/cgi/Makefile.am, revision 1.26

1.23      paf         1: INCLUDES = -I../../classes -I../../types -I$(INCLTDL) -I../../sql -I../../pcre @XML_INCLUDES@
1.1       paf         2: 
1.2       paf         3: bin_PROGRAMS = parser3
1.26    ! paf         4: parser3_SOURCES = pa_config_paths.h pa_pool.C pa_threads.C parser3.C ident.C
1.25      paf         5: parser3_LDADD=../../main/libmain.a ../../classes/libclasses.a ../../main/libmain.a ../../types/libtypes.a $(LIBLTDL) ../../classes/gd/libgd.a ../../pcre/libpcre.a @XML_LIBS@ @DB2_LIBS@
1.18      parser      6: 
1.26    ! paf         7: IDENT_AWK = $(top_srcdir)/ident.awk
1.18      parser      8: IDENT_DEPS = *.C
                      9: 
                     10: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
                     11:        rm -f ident.C 
                     12:        echo // do not edit. autogenerated by Makefile.am > ident.C.new 
                     13:        cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=parser3 >> ident.C.new 
                     14:        mv ident.C.new ident.C 

E-mail: