Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
c31f016d
Commit
c31f016d
authored
Dec 22, 2014
by
Maxime Perrotin
Browse files
Add debug flag to makefiles
parent
cd182a40
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/regression/shared.mk
View file @
c31f016d
...
...
@@ -16,19 +16,19 @@ clean:
%.o
:
%.pr FORCE
$(OPENGEODE)
$<
system_structure.pr
--llvm
-O
$(O)
$(LLC)
$*
.ll
$(CC)
-O
$(O)
-c
$*
.s
$(CC)
-O
$(O)
-c
-g
$*
.s
%.ali
:
%.pr FORCE
$(OPENGEODE)
$<
system_structure.pr
--toAda
$(ASN1SCC)
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATMAKE)
-O
$(O)
-c
-g
*
.adb
%.o
:
%.asn FORCE
$(ASN1SCC)
-c
$<
-typePrefix
asn1Scc
-equal
$(CC)
-O
$(O)
-c
$*
.c
$(CC)
-O
$(O)
-c
-g
$*
.c
%.o
:
%.c FORCE
$(CC)
-O
$(O)
-c
$<
$(CC)
-O
$(O)
-c
-g
$<
FORCE
:
...
...
tests/regression/test-debug/Makefile
View file @
c31f016d
...
...
@@ -18,10 +18,10 @@ test-llvm: orchestrator.o
test-python
:
$(OPENGEODE)
orchestrator.pr system_structure.pr
--shared
$(ASN1SCC)
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATMAKE)
-O
$(O)
-gnat2012
-c
*
.adb
$(GNATBIND)
-n
-Lliborchestrator
orchestrator
$(GNATMAKE)
-c
b~orchestrator.adb
$(CC)
-shared
-o
liborchestrator.so b~orchestrator.o orchestrator.o taste_basictypes.o adaasn1rtl.o
-lgnat
$(GNATMAKE)
-c
-gnat2012
b~orchestrator.adb
$(CC)
-shared
-fPIC
-o
liborchestrator.so b~orchestrator.o orchestrator.o taste_basictypes.o adaasn1rtl.o
-lgnat
python
-c
"from ctypes import *; test=CDLL('./liborchestrator.so'); test.liborchestratorinit()"
coverage
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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