Subversion Repositories Vertical

Rev

Rev 9 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 1
include $(top_srcdir)/Makefile.common
2
 
3
bin_PROGRAMS = acf_read
4
acf_read_SOURCES = acf_lex.l acf_yacc.y acf_main.c
10 mjames 5
BUILT_SOURCES = acf_yacc.h acf_lex.c acf_yacc.c
 
6
 
2 mjames 7