URL
https://opencores.org/ocsvn/usb_fpga_2_14/usb_fpga_2_14/trunk
Subversion Repositories usb_fpga_2_14
[/] [usb_fpga_2_14/] [trunk/] [examples/] [fx3demo/] [Makefile] - Rev 2
Compare with Previous | Blame | View Log
# Defines the location of the EZ-USB SDK
ZTEXPREFIX=../..
# The name of the jar archive
JARTARGET=Fx3Demo.jar
# Java Classes that have to be build
CLASSTARGETS=Fx3Demo.class
# Extra dependencies for Java Classes
CLASSEXTRADEPS=$(IMGTARGETS)
# img files (firmware ROM files) that have to be build
IMGTARGETS=fx3demo.img
EXTRA_C_SOURCES=
EXTRA_A_SOURCES=
# Extra files that should be included into th jar archive
EXTRAJARFILES=fx3demo.img
################################
# DO NOT CHANAGE THE FOLLOWING #
################################
# includes the main Makefile
include $(ZTEXPREFIX)/Makefile.mk