-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.make
31 lines (26 loc) · 894 Bytes
/
config.make
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# *** MOCS-COPYRIGHT-NOTICE-BEGIN ***
#
# This copyright notice is auto-generated by ./add-copyright-notice.
# Additional copyright notices must be added below the last line of this notice.
#
# MoCS (https://lewis.cs.uni-saarland.de/tools/mocs/): "config.make".
# The content of this file is copyright of Saarland University -
# Copyright (C) 2009 Saarland University, Reactive Systems Group, Lars Kuhtz.
#
# This file is part of MoCS (https://lewis.cs.uni-saarland.de/tools/mocs/).
#
# License: three-clause BSD style license.
# The license text can be found in the file LICENSE.
#
# *** MOCS-COPYRIGHT-NOTICE-END ***
VERSION="0.1"
REVISION := $(shell hg id)
# Optimization
HSOPT:=-O2
#HSOPT:=-O2 -hide-package mtl -W # use this in case of conflicts
COPT:=-O2
# Debugging
#CDEBUG:=-ggdb
# temporary hack:
XILINX:=/home/kuhtz/misc/xilinx-on-paul/Xilinx/10.1
XST:=$(XILINX)/ISE/bin/lin/xst