Files
vhdl/projects/eval_fixed_ja/Makefile
T
jens 84e83a7977 - fixed makefile
git-svn-id: http://moon:8086/svn/vhdl/trunk@1436 cc03376c-175c-47c8-b038-4cd826a8556b
2021-03-21 16:31:56 +00:00

25 lines
703 B
Makefile

# -------------------------------------------------
# Global options
# -------------------------------------------------
LANG_STD := 93c
IEEE_STD := standard
WORK_DIR := work
WORK_LIB := work
# -------------------------------------------------
# Target options
# -------------------------------------------------
SRCS := ../../lib/fixed_ja/fixed_ja.vhd
SRCS += ../../lib/fixed_ja/fixed_ja_body.vhd
SRCS += ../../lib/PCK_FIO-2002.7/PCK_FIO_1993.vhd
SRCS += ../../lib/PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd
SRCS += src/tb_eval_fixed_ja.vhd
# -------------------------------------------------
# Compile
TARGET := tb_eval_fixed_ja
ENTITY := tb_eval_fixed_ja
WITH_GHW := y
include ../../Common/make/ghdl.mk