diff options
author | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2016-11-06 20:19:26 +0100 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2016-12-08 16:23:10 +0000 |
commit | 5be455a710c57bbbbd49c2d671b42098db7be5dc (patch) | |
tree | e909a1e6ff6fa5e58b0e3a380b591199e255ce99 /src/pld/Makefile.am | |
parent | f2e93b597f7ea2f284be9bb66ddbc27be8fd281f (diff) | |
download | riscv-openocd-5be455a710c57bbbbd49c2d671b42098db7be5dc.zip riscv-openocd-5be455a710c57bbbbd49c2d671b42098db7be5dc.tar.gz riscv-openocd-5be455a710c57bbbbd49c2d671b42098db7be5dc.tar.bz2 |
Convert to non-recursive make
Change-Id: I11f8bc8553957e2ff083c09e72e16881e4d3bb6f
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/3865
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'src/pld/Makefile.am')
-rw-r--r-- | src/pld/Makefile.am | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/pld/Makefile.am b/src/pld/Makefile.am index 93b79f4..7f3a554 100644 --- a/src/pld/Makefile.am +++ b/src/pld/Makefile.am @@ -1,8 +1,8 @@ -include $(top_srcdir)/common.mk - -METASOURCES = AUTO -noinst_LTLIBRARIES = libpld.la -noinst_HEADERS = pld.h xilinx_bit.h virtex2.h -libpld_la_SOURCES = pld.c xilinx_bit.c virtex2.c - -MAINTAINERCLEANFILES = $(srcdir)/Makefile.in +noinst_LTLIBRARIES += %D%/libpld.la +%C%_libpld_la_SOURCES = \ + %D%/pld.c \ + %D%/xilinx_bit.c \ + %D%/virtex2.c \ + %D%/pld.h \ + %D%/xilinx_bit.h \ + %D%/virtex2.h |