summaryrefslogtreecommitdiffstats
path: root/test_rrobin_problem/simulation/Makefile
diff options
context:
space:
mode:
authorBert Lange <b.lange@hzdr.de>2012-02-10 11:20:31 +0100
committerBert Lange <b.lange@hzdr.de>2012-02-10 11:20:31 +0100
commit64a03eb90ddb6f4b43e519b4e29abbf730931a83 (patch)
tree8839ae124f7d672110fed6a5a95bf4dbdfea0a03 /test_rrobin_problem/simulation/Makefile
parentdfe2633a83c933379c512f432de2444e1075846d (diff)
downloadzpu-64a03eb90ddb6f4b43e519b4e29abbf730931a83.zip
zpu-64a03eb90ddb6f4b43e519b4e29abbf730931a83.tar.gz
update: to grlib-gpl-1.1.0-b4112
Diffstat (limited to 'test_rrobin_problem/simulation/Makefile')
-rw-r--r--test_rrobin_problem/simulation/Makefile18
1 files changed, 13 insertions, 5 deletions
diff --git a/test_rrobin_problem/simulation/Makefile b/test_rrobin_problem/simulation/Makefile
index 30ce796..e4ee327 100644
--- a/test_rrobin_problem/simulation/Makefile
+++ b/test_rrobin_problem/simulation/Makefile
@@ -1,20 +1,28 @@
#
# $HeadURL: https://svn.fzd.de/repo/concast/FWF_Projects/FWKE/beam_position_monitor/hardware/board_sp605/simulation/Makefile $
-# $Date: 2011-09-09 14:11:20 +0200 (Fr, 09. Sep 2011) $
-# $Author: lange $
-# $Revision: 1246 $
+# $Date$
+# $Author$
+# $Revision$
#
library = test_rrobin
top = top_tb
-library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | uniq)
+software_dir = ../software
+
# http://sourceforge.net/projects/vmk/
VMK = vmk
+# generate list of used libs
+library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | uniq)
+
+
+all: compile simulate
+
+
compile: Makefile.msim
- make --directory ../software | ccze -A
+ test -d $(software_dir) && make --directory $(software_dir) | ccze -A
export ANAFLAGS="-quiet -2008"; \
make -f Makefile.msim | ccze -A
OpenPOWER on IntegriCloud