2009-05-02 17:35:02 -05:00
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-I$(top_srcdir)/src/server \
|
|
|
|
-I$(top_srcdir)/src/helper \
|
|
|
|
-I$(top_srcdir)/src/jtag
|
|
|
|
|
2006-11-22 07:03:10 -06:00
|
|
|
METASOURCES = AUTO
|
2009-05-10 17:03:57 -05:00
|
|
|
noinst_LTLIBRARIES = libpld.la
|
2006-11-22 07:03:10 -06:00
|
|
|
noinst_HEADERS = pld.h xilinx_bit.h virtex2.h
|
2009-05-10 17:03:57 -05:00
|
|
|
libpld_la_SOURCES = pld.c xilinx_bit.c virtex2.c
|
2009-01-19 21:55:38 -06:00
|
|
|
|
2009-06-09 05:28:16 -05:00
|
|
|
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|