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.
 
 
 
 
 
 

11 lines
254 B

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