Annotation of parser3/src/main/Makefile.am, revision 1.8
1.8 ! paf 1: # $Id: Makefile.am,v 1.7.16.3 2001/03/20 18:24:44 paf Exp $
1.6 paf 2:
1.8 ! paf 3: INCLUDES = -I../include -I../types -I../classes
1.1 paf 4:
5: noinst_LIBRARIES = libmain.a
1.8 ! paf 6: 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
! 7:
! 8: compile.tab.C: compile.y
! 9: bison -v $<
! 10: bison -v $< -o $@
E-mail: