URL
https://opencores.org/ocsvn/usb_fpga_1_2/usb_fpga_1_2/trunk
Subversion Repositories usb_fpga_1_2
[/] [usb_fpga_1_2/] [trunk/] [examples/] [all/] [debug/] [Makefile] - Rev 5
Go to most recent revision | Compare with Previous | Blame | View Log
#########################
# configuration section #
#########################
ZTEXPREFIX=../../..
JARTARGET=Debug.jar
CLASSTARGETS=Debug.class
CLASSEXTRADEPS=
#CLASSEXTRADEPS:=$(shell echo $(ZTEXPREFIX)/java/ztex/*.java)
IHXTARGETS=debug.ihx
IHXEXTRADEPS=
#IHXEXTRADEPS:=$(shell echo $(ZTEXPREFIX)/include/*.h)
EXTRAJARFILES=debug.ihx
################################
# DO NOT CHANAGE THE FOLLOWING #
################################
include $(ZTEXPREFIX)/Makefile.mk
Go to most recent revision | Compare with Previous | Blame | View Log