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.
 
 
 
 
 
 

38 lines
737 B

  1. noinst_LTLIBRARIES += %D%/libjtag.la
  2. JTAG_SRCS = %D%/commands.c
  3. %C%_libjtag_la_LIBADD =
  4. if HLADAPTER
  5. include %D%/hla/Makefile.am
  6. %C%_libjtag_la_LIBADD += $(top_builddir)/%D%/hla/libocdhla.la
  7. endif
  8. if AICE
  9. include %D%/aice/Makefile.am
  10. %C%_libjtag_la_LIBADD += $(top_builddir)/%D%/aice/libocdaice.la
  11. endif
  12. include %D%/drivers/Makefile.am
  13. %C%_libjtag_la_LIBADD += $(top_builddir)/%D%/drivers/libocdjtagdrivers.la
  14. %C%_libjtag_la_SOURCES = \
  15. %D%/adapter.c \
  16. %D%/core.c \
  17. %D%/interface.c \
  18. %D%/interfaces.c \
  19. %D%/tcl.c \
  20. %D%/swim.c \
  21. %D%/commands.h \
  22. %D%/driver.h \
  23. %D%/interface.h \
  24. %D%/interfaces.h \
  25. %D%/minidriver.h \
  26. %D%/jtag.h \
  27. %D%/swd.h \
  28. %D%/swim.h \
  29. %D%/tcl.h \
  30. $(JTAG_SRCS)
  31. STARTUP_TCL_SRCS += %D%/startup.tcl