Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LabComm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sven Gestegård Robertz
LabComm
Commits
537bdbc6
Commit
537bdbc6
authored
10 years ago
by
Sven Gestegård Robertz
Browse files
Options
Downloads
Patches
Plain Diff
moved jastadd example to its own Makefile rule in examples/user_types
parent
e7b1f0ec
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/user_types/Makefile
+12
-4
12 additions, 4 deletions
examples/user_types/Makefile
with
12 additions
and
4 deletions
examples/user_types/Makefile
+
12
−
4
View file @
537bdbc6
...
@@ -10,7 +10,7 @@ include ${LCDIR}/lib/c/os_compat.mk
...
@@ -10,7 +10,7 @@ include ${LCDIR}/lib/c/os_compat.mk
GENDIR
=
gen
GENDIR
=
gen
.PHONY
:
all cleanbuild clean distclean build run allall buildcs runwcs
.PHONY
:
all cleanbuild clean distclean build run allall buildcs runwcs
runjastadd
all
:
cleanbuild run
all
:
cleanbuild run
...
@@ -72,9 +72,6 @@ run:
...
@@ -72,9 +72,6 @@ run:
@java -cp .
:
${LCDIR}/lib/java/labcomm2014.jar:${GENDIR} Encoder encoded_data_j
@java -cp .
:
${LCDIR}/lib/java/labcomm2014.jar:${GENDIR} Encoder encoded_data_j
@echo "************ running Java TypeDefdecoder
:
*****************"
java
-cp
.:
${
LCDIR
}
/lib/java/labcomm2014.jar:
${
LCCJAR
}
:
${
GENDIR
}
TDDecoder encoded_data_j
@echo "************ running Java decoder
:
*****************"
@echo "************ running Java decoder
:
*****************"
@
java
-cp
.:
${
LCDIR
}
/lib/java/labcomm2014.jar:
${
GENDIR
}
Decoder encoded_data_j
@
java
-cp
.:
${
LCDIR
}
/lib/java/labcomm2014.jar:
${
GENDIR
}
Decoder encoded_data_j
...
@@ -174,6 +171,17 @@ runwcs: build ExampleEncoder.exe ExampleDecoder.exe
...
@@ -174,6 +171,17 @@ runwcs: build ExampleEncoder.exe ExampleDecoder.exe
@echo "************ running C# decoder
:
*****************"
@echo "************ running C# decoder
:
*****************"
@
mono ./ExampleDecoder.exe encoded_data_cs
@
mono ./ExampleDecoder.exe encoded_data_cs
runjastadd
:
cleanbuild
@
echo
@
echo
"********************************************"
@
echo
"*** ************ running example with JastAdd unparsing ***"
@
echo
"********************************************"
@
echo
@java -cp .
:
${LCDIR}/lib/java/labcomm2014.jar:${GENDIR} Encoder encoded_data_j
@echo "************ running Java TypeDefdecoder
:
*****************"
java
-cp
.:
${
LCDIR
}
/lib/java/labcomm2014.jar:
${
LCCJAR
}
:
${
GENDIR
}
TDDecoder encoded_data_j
clean
:
clean
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment