Annotation of parser3/src/classes/gd/Makefile.am, revision 1.8

1.4       parser      1: INCLUDES = -I../../types @XML_INCLUDES@
1.1       paf         2: 
                      3: noinst_LIBRARIES = libgd.a
1.5       parser      4: libgd_a_SOURCES = gif.C gifio.C ident.C
                      5: 
1.8     ! paf         6: IDENT_AWK = $(top_srcdir)/src/ident.awk
1.5       parser      7: IDENT_DEPS = *.h *.C
                      8: 
                      9: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
1.6       parser     10:        rm -f ident.C
1.5       parser     11:        echo // do not edit. autogenerated by Makefile.am > ident.C.new 
                     12:        cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=gd >> ident.C.new 
1.6       parser     13:        mv ident.C.new ident.C

E-mail: