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
Tommy Olofsson
LabComm
Commits
598b1368
Commit
598b1368
authored
10 years ago
by
Sven Gestegård Robertz
Browse files
Options
Downloads
Patches
Plain Diff
hacked twoway makefile for OS X
parent
df8c6467
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/twoway/Makefile
+7
-2
7 additions, 2 deletions
examples/twoway/Makefile
with
7 additions
and
2 deletions
examples/twoway/Makefile
+
7
−
2
View file @
598b1368
UNAME_S
=
$(
shell
uname
-s
)
TARGETS
=
client server
TARGETS
=
client server
LABCOMM_JAR
=
../../compiler/labcomm_compiler.jar
LABCOMM_JAR
=
../../compiler/labcomm_compiler.jar
LABCOMM
=
java
-jar
$(
LABCOMM_JAR
)
LABCOMM
=
java
-jar
$(
LABCOMM_JAR
)
include
../../lib/c/os_compat.mk
CFLAGS
=
-O3
-g
-Wall
-Werror
-I
../../lib/c/2014
-I
.
-Wno-unused-function
CFLAGS
+=
-I
../../lib/c/2014
-I
.
ifeq
($(UNAME_S),Darwin)
CFLAGS
+=
-DLABCOMM_COMPAT
=
\"
labcomm_compat_osx.h
\"
-DLABCOMM_OS_DARWIN
=
1
-Wno-tautological-compare
endif
all
:
$(TARGETS:%=gen/%)
all
:
$(TARGETS:%=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