aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-04-23 00:57:09 +0200
committertgingold <tgingold@users.noreply.github.com>2021-04-23 05:34:09 +0200
commitdc2542b1faef1817d7166458fd51dd2c001f45af (patch)
tree35b68d6d980e4a7ed033ae00f9079cac15487261 /src
parentf80af477cdc76a6635eec16ac0f53fad80edde14 (diff)
downloadghdl-dc2542b1faef1817d7166458fd51dd2c001f45af.tar.gz
ghdl-dc2542b1faef1817d7166458fd51dd2c001f45af.tar.bz2
ghdl-dc2542b1faef1817d7166458fd51dd2c001f45af.zip
Makefile: add and use all.ghw, install.ghw and uninstall.ghw targets
Diffstat (limited to 'src')
-rw-r--r--src/grt/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/grt/Makefile b/src/grt/Makefile
index 2791b5723..e1ad83619 100644
--- a/src/grt/Makefile
+++ b/src/grt/Makefile
@@ -42,13 +42,3 @@ show_target:
echo "Target is $(target)"
include Makefile.inc
-
-
-GRT_CFLAGS=$(GRT_FLAGS) -Wall
-ghwdump: ghwdump.o ghwlib.o
- $(CC) $(GRT_CFLAGS) -o $@ ghwdump.o ghwlib.o
-
-ghwlib.o: ghwlib.c ghwlib.h
- $(CC) -c $(GRT_CFLAGS) -o $@ $<
-ghwdump.o: ghwdump.c ghwlib.h
- $(CC) -c $(GRT_CFLAGS) -o $@ $<