OpenCores
URL https://opencores.org/ocsvn/btcminer/btcminer/trunk

Subversion Repositories btcminer

[/] [btcminer/] [trunk/] [Makefile] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 ZTEX
#########################
2
# configuration section #
3
#########################
4
 
5
# Defines the location of the EZ-USB SDK
6
ZTEXPREFIX=../../ztex
7
 
8
# The name of the jar archive
9
JARTARGET=ZtexBTCMiner.jar
10
# Java Classes that have to be build
11
CLASSTARGETS=BTCMiner.class
12
# Extra dependencies for Java Classes
13
CLASSEXTRADEPS=
14
 
15
# ihx files (firmware ROM files) that have to be build
16
IHXTARGETS=ztex_ufm1_15b1.ihx ztex_ufm1_15d4.ihx ztex_ufm1_15y1.ihx ztex_ufm1_15d.ihx ztex_ufm1_15y.ihx ztex_ufm1_15d4-nomac.ihx ztex_ufm1_15y1-nomac.ihx
17
# Extra Dependencies for ihx files
18
IHXEXTRADEPS=btcminer.h
19
 
20
# Extra files that should be included into th jar archive
21
EXTRAJARFLAGS=
22
EXTRAJARFILES=$(IHXTARGETS) fpga/ztex_ufm1_15b1.bit fpga/ztex_ufm1_15d1.bit fpga/ztex_ufm1_15d3.bit fpga/ztex_ufm1_15d4.bit fpga/ztex_ufm1_15y1.bit
23
# fpga/ztex_ufm1_15d.bit
24
 
25
################################
26
# DO NOT CHANAGE THE FOLLOWING #
27
################################
28
# includes the main Makefile
29
include $(ZTEXPREFIX)/Makefile.mk

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.