Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tuio_cpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pirvi-public
tuio_cpp
Commits
dbdbe34b
Commit
dbdbe34b
authored
May 28, 2016
by
Martin Kaltenbrunner
Browse files
Options
Downloads
Patches
Plain Diff
darwin updates
parent
90357522
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
Makefile
+5
-7
5 additions, 7 deletions
Makefile
with
5 additions
and
7 deletions
Makefile
+
5
−
7
View file @
dbdbe34b
...
...
@@ -29,10 +29,8 @@ ifeq ($(PLATFORM), Darwin)
CFLAGS
+=
-mmacosx-version-min
=
10.6
-arch
i386
-arch
x86_64
CXXFLAGS
+=
-mmacosx-version-min
=
10.6
-arch
i386
-arch
x86_64
TUIO_SHARED
=
libTUIO.dylib
LD_FLAGS
=
-framework
OpenGL
-framework
GLUT
-framework
SDL
-framework
Cocoa
LD_FLAGS
=
-framework
OpenGL
-framework
GLUT
-framework
SDL
2
-framework
Cocoa
SHARED_OPTIONS
=
-dynamiclib
-Wl
,-dylib_install_name,
$(
TUIO_SHARED
)
OBJC_SOURCES
=
SDLMain.m
OBJC_OBJECTS
=
SDLMain.o
SDL_LDFLAGS
=
endif
...
...
@@ -43,12 +41,12 @@ endif
@
echo
[
CC]
$@
@
$(
CC
)
$(
CFLAGS
)
-o
$@
-c
$<
DEMO_SOURCES
=
TuioDemo.cpp
$(
OBJC_SOURCES
)
DEMO_OBJECTS
=
TuioDemo.o
$(
OBJC_OBJECTS
)
DEMO_SOURCES
=
TuioDemo.cpp
DEMO_OBJECTS
=
TuioDemo.o
DUMP_SOURCES
=
TuioDump.cpp
DUMP_OBJECTS
=
TuioDump.o
SIMULATOR_SOURCES
=
SimpleSimulator.cpp
$(
OBJC_SOURCES
)
SIMULATOR_OBJECTS
=
SimpleSimulator.o
$(
OBJC_OBJECTS
)
SIMULATOR_SOURCES
=
SimpleSimulator.cpp
SIMULATOR_OBJECTS
=
SimpleSimulator.o
COMMON_TUIO_SOURCES
=
./TUIO/TuioTime.cpp ./TUIO/TuioPoint.cpp ./TUIO/TuioContainer.cpp ./TUIO/TuioObject.cpp ./TUIO/TuioCursor.cpp ./TUIO/TuioBlob.cpp ./TUIO/TuioDispatcher.cpp ./TUIO/TuioManager.cpp ./TUIO/OneEuroFilter.cpp
SERVER_TUIO_SOURCES
=
./TUIO/TuioServer.cpp ./TUIO/UdpSender.cpp ./TUIO/TcpSender.cpp ./TUIO/WebSockSender.cpp ./TUIO/FlashSender.cpp
...
...
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