Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
fda4b7cf
Commit
fda4b7cf
authored
Jun 09, 2011
by
neverlord
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linux compatibility
parent
8681a1c4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
.gitignore
.gitignore
+1
-0
configure
configure
+3
-3
No files found.
.gitignore
View file @
fda4b7cf
...
...
@@ -15,3 +15,4 @@ cpp0x_test.dSYM/
Makefile
Makefile.rules
libcppa.Makefile
libcppa.so*
configure
View file @
fda4b7cf
...
...
@@ -63,7 +63,7 @@ printf "%b\n" "CXXFLAGS = $gcc_flags"
if
test
$(
uname
)
=
"Darwin"
;
then
printf
"%b
\n
"
"LIBS = -L/opt/local/lib -lboost_thread-mt"
else
printf
"%b
\n
"
"LIBS = "
printf
"%b
\n
"
"LIBS =
-lboost_thread
"
fi
# redirect stdout to libcppa.Makefile
exec
>
libcppa.Makefile
...
...
@@ -85,7 +85,7 @@ printf "\n"
printf
"%b
\n
"
"%.o : %.cpp
\$
(HEADERS)"
printf
"%b
\n
"
"
\t\$
(CXX)
\$
(CXXFLAGS)
\$
(INCLUDE_FLAGS) -fPIC -c
\$
< -o
\$
@"
printf
"
\n
"
printf
"%b
\n
"
"
\$
libcppa
:
\$
(OBJECTS)
\$
(HEADERS)"
printf
"%b
\n
"
"
libcppa.so.0.0.0
:
\$
(OBJECTS)
\$
(HEADERS)"
if
test
"
$(
uname
)
"
"="
"Darwin"
;
then
printf
"%b
\n
"
"
\t\$
(CXX)
\$
(LIBS) -dynamiclib -o libcppa.dylib
\$
(OBJECTS)"
else
...
...
@@ -95,7 +95,7 @@ else
printf
"%b
\n
"
"
\t
ln -s libcppa.so.0.0.0 libcppa.so"
fi
printf
"
\n
"
printf
"%b
\n
"
"all : libcppa
\$
(OBJECTS)"
printf
"%b
\n
"
"all : libcppa
.so.0.0.0
\$
(OBJECTS)"
printf
"
\n
"
printf
"%b
\n
"
"clean:"
printf
"%b
\n
"
"
\t
rm -f
\$
(LIB_NAME)
\$
(OBJECTS)"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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