Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Gestegård Robertz
LabComm
Commits
dbcb1907
Commit
dbcb1907
authored
Oct 25, 2014
by
Sven Gestegård Robertz
Browse files
re-renamed compiler jar.
parent
6d847d74
Changes
8
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
dbcb1907
SUBDIRS
=
compiler lib
test
examples
export
LABCOMM_JAR
=
$(
shell
pwd
)
/compiler/lab
C
omm.jar
export
LABCOMM_JAR
=
$(
shell
pwd
)
/compiler/lab
c
omm
_compiler
.jar
export
LABCOMM
=
java
-jar
$(LABCOMM_JAR)
all
:
$(SUBDIRS:%=make-%)
...
...
compiler/build.xml
View file @
dbcb1907
...
...
@@ -90,7 +90,7 @@ classpath="tools/jastadd2.jar"/>
<target
name=
"jar"
depends=
"build"
>
<jar
destfile=
"lab
C
omm.jar"
>
<jar
destfile=
"lab
c
omm
_compiler
.jar"
>
<fileset
dir=
"."
includes=
"LabComm*.class"
/>
<fileset
dir=
"."
includes=
"AST/*.class"
/>
<zipfileset
src=
"tools/beaver-rt.jar"
includes=
"beaver/*.class"
/>
...
...
examples/duck_typing/Makefile
View file @
dbcb1907
LABCOMM_JAR
=
../../compiler/lab
C
omm.jar
LABCOMM_JAR
=
../../compiler/lab
c
omm
_compiler
.jar
LABCOMM
=
java
-jar
$(LABCOMM_JAR)
all
:
gen/animal.py
...
...
examples/jgrafchart/Makefile
View file @
dbcb1907
LCDIR
=
../..
LCC
=
java
-jar
${LCDIR}
/compiler/lab
C
omm.jar
LCC
=
java
-jar
${LCDIR}
/compiler/lab
c
omm
_compiler
.jar
CLASSPATH
=
.:
${LCDIR}
/lib/java/labcomm.jar
JAVA_PKG
=
labcommTCPtest
SAMPLENAME
=
foo
LCC
=
java
-jar
${LCDIR}
/compiler/labComm.jar
LCLIBDIR
=
${LCDIR}
/lib/c
LCFILE
=
jg
...
...
examples/tcp/Makefile
View file @
dbcb1907
LCDIR
=
../..
LCCJAR
=
${LCDIR}
/compiler/lab
C
omm.jar
# the LabComm compiler
LCCJAR
=
${LCDIR}
/compiler/lab
c
omm
_compiler
.jar
# the LabComm compiler
LCLJAR
=
${LCDIR}
/lib/java/labcomm.jar
# the LabComm library
JAVA_PKG
=
labcommTCPtest
...
...
examples/twoway/Makefile
View file @
dbcb1907
TARGETS
=
client server
LABCOMM_JAR
=
../../compiler/lab
C
omm.jar
LABCOMM_JAR
=
../../compiler/lab
c
omm
_compiler
.jar
LABCOMM
=
java
-jar
$(LABCOMM_JAR)
CFLAGS
=
-O3
-g
-Wall
-Werror
-I
../../lib/c
-I
.
-Wno-unused-function
...
...
lib/c/Makefile
View file @
dbcb1907
...
...
@@ -30,7 +30,7 @@ OBJS=labcomm_memory.o \
labcomm_pthread_scheduler.o
#FIXME: labcomm_mem_reader.o labcomm_mem_writer.o
LABCOMM_JAR
=
../../compiler/lab
C
omm.jar
LABCOMM_JAR
=
../../compiler/lab
c
omm
_compiler
.jar
LABCOMM
=
java
-jar
$(LABCOMM_JAR)
TESTS
=
test_labcomm_basic_type_encoding test_labcomm_generated_encoding
\
...
...
test/Makefile
View file @
dbcb1907
TESTS
=
basic simple nested
LABCOMM_JAR
=
../compiler/lab
C
omm.jar
LABCOMM_JAR
=
../compiler/lab
c
omm
_compiler
.jar
LABCOMM
=
java
-jar
$(LABCOMM_JAR)
CFLAGS
=
-O3
-g
-Wall
-Werror
-Wno-unused-function
...
...
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