Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clean-test-properties
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-test-properties
Commits
cf5f9fb5
Commit
cf5f9fb5
authored
May 14, 2018
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update submodule
parent
b3801d9f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
13 deletions
+8
-13
.gitignore
.gitignore
+0
-1
Cloogle
Cloogle
+1
-1
Makefile
Makefile
+7
-11
No files found.
.gitignore
View file @
cf5f9fb5
Clean System Files/
clean-compiler/
cleantest
makecleantest
Cloogle
@
00b4e563
Compare
6987d49d
...
00b4e563
Subproject commit
6987d49de50bdef8d5ec4e3df04a90210d88903d
Subproject commit
00b4e563da95396c1f8373b846b60be75caa4c28
Makefile
View file @
cf5f9fb5
...
...
@@ -9,24 +9,20 @@ CLMFLAGS:=-nr -nt -h 100m -nortsopts\
-I
Cloogle/libcloogle
\
-I
Cloogle/CleanTypeUnifier
\
-I
Cloogle/CleanPrettyPrint
\
-I
clean-compiler/frontend
\
-I
clean-compiler/backend
\
-I
clean-compiler/main
\
-I
clean-compiler/main/Unix
-I
Cloogle/
clean-compiler/frontend
\
-I
Cloogle/
clean-compiler/backend
\
-I
Cloogle/
clean-compiler/main
\
-I
Cloogle/
clean-compiler/main/Unix
.PHONY
:
all clean
all
:
$(BIN)
$(BIN)
:
clean-compiler .FORCE
$(BIN)
:
Cloogle/
clean-compiler .FORCE
$(CLM)
$(CLMFLAGS)
$@
-o
$@
clean-compiler
:
svn checkout
-r
2838 https://svn.cs.ru.nl/repos/clean-compiler/branches/itask/ clean-compiler
cd
clean-compiler
;
for
f
in
../Cloogle/compiler-patch/
*
.patch
;
do
patch
-p1
<
"
$$
f"
;
done
$(MAKE)
-j
-C
clean-compiler/main/Unix
$(MAKE)
-j
-C
clean-compiler/backendC/CleanCompilerSources
-f
Makefile.linux64
ln
-s
../../backendC/CleanCompilerSources/backend.a clean-compiler/backend/Clean
\
System
\
Files/backend_library
Cloogle/clean-compiler
:
$(MAKE)
-C
Cloogle clean-compiler
clean
:
$(RM)
-r
**
/Clean
\
System
\
Files
$(BIN)
...
...
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