Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2 | Rev 9 | ||
|---|---|---|---|
| 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 | - | ||
| - | 5 | BUILT_SOURCES = acf_yacc.h |
|
| 6 | acf_read_LDADD = $(VERTLIBS) |
6 | acf_read_LDADD = $(VERTLIBS) |