Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
clean-and-itasks
clean-test-properties
Commits
cc854838
Verified
Commit
cc854838
authored
Nov 06, 2018
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use git version of compiler
parent
8b561379
Pipeline
#15964
failed with stage
in 4 minutes and 58 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
9 deletions
+12
-9
.gitignore
.gitignore
+0
-1
.gitmodules
.gitmodules
+3
-0
README.md
README.md
+2
-2
src/Makefile.linux64
src/Makefile.linux64
+6
-6
src/compiler
src/compiler
+1
-0
No files found.
.gitignore
View file @
cc854838
...
...
@@ -12,5 +12,4 @@
*.pdf
*.toc
clean-compiler/
testproperties
.gitmodules
0 → 100644
View file @
cc854838
[submodule "src/compiler"]
path = src/compiler
url = https://gitlab.science.ru.nl/clean-compiler-and-rts/compiler
README.md
View file @
cc854838
...
...
@@ -9,8 +9,8 @@ The latest documentation can be [downloaded][doc] in PDF format.
## Installation
On Linux, the tool can be installed simply by running
`make -f Makefile.linux64`
. This
downloads the right version
of the Clean
compiler
. On Windows, you are yourself responsible for this, but a project file
`make -f Makefile.linux64`
. This
builds the dependencies
of the Clean
compiler
as well
. On Windows, you are yourself responsible for this, but a project file
is provided.
[
doc
]:
https://gitlab.science.ru.nl/clean-and-itasks/clean-test-properties/-/jobs/artifacts/master/raw/doc/doc.pdf?job=doc
...
...
src/Makefile.linux64
View file @
cc854838
...
...
@@ -5,17 +5,17 @@ BIN:=testproperties
all
:
$(BIN)
$(BIN)
:
%: %.prj
clean-
compiler .FORCE
$(BIN)
:
%: %.prj compiler .FORCE
cpm
$<
$(addsuffix .prj,$(BIN))
:
%.prj: %.prj.default
cp
$^
$@
clean-
compiler
:
svn checkout
-r
3056 https://svn.cs.ru.nl/repos/clean-compiler/branches/itask/ clean-compiler
$(MAKE)
-C
c
lean-compiler/main/Unix
$(MAKE)
-
C
clean-
compiler/backend
C
/Clean
CompilerSources
-f
Makefile.linux64
ln
-s
../../backendC/CleanCompilerSources/backend.a
clean-
compiler/backend/Clean
\
System
\
Files/backend_library
compiler
:
.FORCE
$(MAKE)
-C
compiler/main/Unix
$(MAKE)
-C
c
ompiler/backendC/CleanCompilerSources
-f
Makefile.linux64
mkdir
-
p
compiler/backend/Clean
\
System
\
Files
ln
-
f
s
../../backendC/CleanCompilerSources/backend.a compiler/backend/Clean
\
System
\
Files/backend_library
clean
:
shopt
-s
globstar
;
$(RM)
-r
**
/Clean
\
System
\
Files
$(BIN)
$(
addsuffix
.prj,
$(BIN)
)
...
...
compiler
@
a07b9204
Subproject commit a07b9204a6c0bc338355df3c9af88dbbf76ea517
Write
Preview
Markdown
is supported
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