Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
c18351e1
Commit
c18351e1
authored
Mar 21, 2018
by
yoogx
Browse files
* Add support for gnatmetric
parent
860dbda2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
c18351e1
...
...
@@ -45,6 +45,9 @@ examples::
gnatcheck
::
@
$(MAKE)
-C
projects gnatcheck
gnatmetric
::
@
$(MAKE)
-C
projects gnatmetric
check-local
:
install
@
$(MAKE)
test-suite
@
$(MAKE)
-C
resources/runtime maybe-check-runtimes
...
...
projects/Makefile.am
View file @
c18351e1
...
...
@@ -107,6 +107,12 @@ gnatcheck: %-build:
-XABS_SRC_DIR
=
"
$(PL_DEP_ABS_SRC_DIR)
"
\
-XABS_BUILD_DIR
=
"
$(PL_DEP_ABS_BUILD_DIR)
"
gnatmetric
:
%-build:
ADA_PROJECT_PATH
=
$(top_srcdir)
/projects:
$(ADA_PROJECT_PATH)
\
gnat metric
-Pocarina-main
.gpr
-U
$(GNATFLAGS)
\
-XABS_SRC_DIR
=
"
$(PL_DEP_ABS_SRC_DIR)
"
\
-XABS_BUILD_DIR
=
"
$(PL_DEP_ABS_BUILD_DIR)
"
clean-local
:
$(BUILD_DIRS) $(CLEAN_STAMPS) clean-mknodes
# XXX creating/deleting ocarina-configuration.adb is to please
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment