2006-11-22 07:03:10 -06:00
|
|
|
INCLUDES = -I$(top_srcdir)/src/server -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/jtag $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
noinst_LIBRARIES = libpld.a
|
|
|
|
noinst_HEADERS = pld.h xilinx_bit.h virtex2.h
|
|
|
|
libpld_a_SOURCES = pld.c xilinx_bit.c virtex2.c
|
2009-01-19 21:55:38 -06:00
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|