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
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Erik Jansson
LabComm
Commits
1865bd6a
Commit
1865bd6a
authored
10 years ago
by
Tommy Olofsson
Browse files
Options
Downloads
Patches
Plain Diff
Fixed makefile.
parent
36a6853b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/java/Makefile
+4
-5
4 additions, 5 deletions
lib/java/Makefile
with
4 additions
and
5 deletions
lib/java/Makefile
+
4
−
5
View file @
1865bd6a
...
...
@@ -17,15 +17,15 @@ all: labcomm.jar labcomm2014.jar labcomm2006.jar
labcomm.jar
:
gen/JAVAC
echo
$@
cd
gen
;
jar cfm ../
$@
osgi-manifest.txt se/lth/control/labcomm/
*
.class se/lth/control/labcomm2006/
*
.class
cd
gen
;
jar cfm ../
$@
../
osgi-manifest.txt se/lth/control/labcomm/
*
.class se/lth/control/labcomm2006/
*
.class
labcomm2014.jar
:
gen/JAVAC
echo
$@
cd
gen
;
jar cfm ../
$@
osgi-manifest.txt se/lth/control/labcomm/
*
.class
cd
gen
;
jar cfm ../
$@
../
osgi-manifest.txt se/lth/control/labcomm/
*
.class
labcomm2006.jar
:
gen/JAVAC
echo
$@
cd
gen
;
jar cfm ../
$@
osgi-manifest.txt se/lth/control/labcomm2006/
*
.class
cd
gen
;
jar cfm ../
$@
../
osgi-manifest.txt se/lth/control/labcomm2006/
*
.class
gen
:
mkdir
gen
...
...
@@ -38,5 +38,4 @@ gen/JAVAC: $(MODULES:%=se/lth/control/labcomm/%.java) $(MODULES:%=se/lth/control
.PHONY
:
clean
clean
:
rm
-rf
labcomm.jar labcomm2006.jar labcomm2014.jar gen
rm
-rf
labcomm.jar labcomm2006.jar labcomm2014.jar gen
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