Rev 9 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9 | Rev 10 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | include $(top_srcdir)/Makefile.common |
1 | include $(top_srcdir)/Makefile.common |
2 | 2 | ||
3 | bin_PROGRAMS = acf_read |
3 | bin_PROGRAMS = acf_read |
4 | acf_read_SOURCES = acf_lex.l acf_yacc.y acf_main.c |
4 | acf_read_SOURCES = acf_lex.l acf_yacc.y acf_main.c |
5 | BUILT_SOURCES = acf_yacc.h |
5 | BUILT_SOURCES = acf_yacc.h acf_lex.c acf_yacc.c |
6 | acf_read_LDADD = $(VERTLIBS) |
6 | acf_read_LDADD = $(VERTLIBS) |