Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 2 | mjames | 1 | lib_LTLIBRARIES = libvertical.la |
| 2 | libvertical_la_CFLAGS = $(AM_CFLAGS) -I ../vertlib -I ../vertcl_src -I ../cmdlib -I ../acf_src |
||
| 3 | libvertical_la_SOURCES = bundle.c chck_names.c cmdexec1.c cmdexec2.c\ |
||
| 4 | cmdparse.c compile_dummy_expr.c database.c equivalent.c expression.c\ |
||
| 5 | ext_nets.c generic.c jumpering.c lx_support.c partition.c print_ports.c\ |
||
| 6 | print_quartus.c print_ucf.c print_vhdl.c print_vlog.c printout.c rename.c\ |
||
| 7 | routing.c sorting.c statistics.c template.c unrouted.c versions.c xmalloc.c\ |
||
| 8 | yywrap.c |
||
| 9 |