aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdllocal.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-07-30 19:16:35 +0200
committerTristan Gingold <tgingold@free.fr>2020-07-30 19:16:43 +0200
commit7f0f6c771e501f923d10cec3faf51f379fce40e7 (patch)
tree65ef109950af7284bd9470d58235cb377705a914 /src/ghdldrv/ghdllocal.ads
parentd6998051266d78c2380fa15c960b334c1d1b9450 (diff)
downloadghdl-7f0f6c771e501f923d10cec3faf51f379fce40e7.tar.gz
ghdl-7f0f6c771e501f923d10cec3faf51f379fce40e7.tar.bz2
ghdl-7f0f6c771e501f923d10cec3faf51f379fce40e7.zip
ghdldrv: factorize part of --gen-makefile
Fix #1403
Diffstat (limited to 'src/ghdldrv/ghdllocal.ads')
-rw-r--r--src/ghdldrv/ghdllocal.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdllocal.ads b/src/ghdldrv/ghdllocal.ads
index 230ddd7f5..0b195dee5 100644
--- a/src/ghdldrv/ghdllocal.ads
+++ b/src/ghdldrv/ghdllocal.ads
@@ -160,5 +160,9 @@ package Ghdllocal is
-- option).
procedure Expect_Filenames (Args : Argument_List);
+ -- Used by --gen-makefile
+ procedure Gen_Makefile_Disp_Header;
+ procedure Gen_Makefile_Disp_Variables;
+
procedure Register_Commands;
end Ghdllocal;