URL
https://opencores.org/ocsvn/usb_fpga_2_04/usb_fpga_2_04/trunk
Subversion Repositories usb_fpga_2_04
[/] [usb_fpga_2_04/] [trunk/] [examples/] [usb-fpga-2.13/] [2.13d/] [memfifo/] [Makefile] - Rev 2
Compare with Previous | Blame | View Log
#########################
# configuration section #
#########################
# Defines the location of the EZ-USB SDK
ZTEXPREFIX=../../../..
# The name of the jar archive
JARTARGET=MemFifo.jar
# Java Classes that have to be build
CLASSTARGETS=MemFifo.class
# Extra dependencies for Java Classes
CLASSEXTRADEPS=
# ihx files (firmware ROM files) that have to be build
IHXTARGETS=memfifo.ihx
# Extra Dependencies for ihx files
IHXEXTRADEPS=
# Extra files that should be included into th jar archive
EXTRAJARFILES=memfifo.ihx fpga/memfifo.runs/impl_1/memfifo.bit
################################
# DO NOT CHANAGE THE FOLLOWING #
################################
# includes the main Makefile
include $(ZTEXPREFIX)/Makefile.mk