You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
294 B

  1. AM_CPPFLAGS = \
  2. -I$(top_srcdir)/src/server \
  3. -I$(top_srcdir)/src/helper \
  4. -I$(top_srcdir)/src/jtag
  5. METASOURCES = AUTO
  6. noinst_LTLIBRARIES = libpld.la
  7. noinst_HEADERS = pld.h xilinx_bit.h virtex2.h
  8. libpld_la_SOURCES = pld.c xilinx_bit.c virtex2.c
  9. MAINTAINERCLEANFILES = $(srcdir)/Makefile.in