Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
712c7bd8
Commit
712c7bd8
authored
Sep 15, 2009
by
malosek
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git@github.com:sustrik/zeromq2
parents
36428134
35e82b46
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
12 deletions
+12
-12
configure.in
configure.in
+1
-1
Makefile.am
devices/Makefile.am
+2
-2
Makefile.am
devices/forwarder/Makefile.am
+0
-9
Makefile.am
devices/zmq_forwarder/Makefile.am
+9
-0
zmq_forwarder.cpp
devices/zmq_forwarder/zmq_forwarder.cpp
+0
-0
No files found.
configure.in
View file @
712c7bd8
...
@@ -491,7 +491,7 @@ AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs)
...
@@ -491,7 +491,7 @@ AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs)
AC_OUTPUT(Makefile src/Makefile python/Makefile python/setup.py ruby/Makefile \
AC_OUTPUT(Makefile src/Makefile python/Makefile python/setup.py ruby/Makefile \
java/Makefile perf/Makefile perf/c/Makefile perf/cpp/Makefile \
java/Makefile perf/Makefile perf/c/Makefile perf/cpp/Makefile \
perf/python/Makefile perf/ruby/Makefile perf/java/Makefile src/libzmq.pc \
perf/python/Makefile perf/ruby/Makefile perf/java/Makefile src/libzmq.pc \
devices/Makefile devices/forwarder/Makefile)
devices/Makefile devices/
zmq_
forwarder/Makefile)
AC_MSG_RESULT([])
AC_MSG_RESULT([])
AC_MSG_RESULT([ ******************************************************** ])
AC_MSG_RESULT([ ******************************************************** ])
...
...
devices/Makefile.am
View file @
712c7bd8
if
BUILD_FORWARDER
if
BUILD_FORWARDER
FORWARDER_DIR
=
forwarder
FORWARDER_DIR
=
zmq_
forwarder
endif
endif
SUBDIRS
=
$(FORWARDER_DIR)
SUBDIRS
=
$(FORWARDER_DIR)
DIST_SUBDIRS
=
forwarder
DIST_SUBDIRS
=
zmq_
forwarder
devices/forwarder/Makefile.am
deleted
100644 → 0
View file @
36428134
INCLUDES
=
-I
$(top_builddir)
/c
-I
$(top_builddir)
/cpp
bin_PROGRAMS
=
forwarder
forwarder_LDADD
=
$(top_builddir)
/src/libzmq.la
forwarder_SOURCES
=
forwarder.cpp
forwarder_CXXFLAGS
=
-Wall
-pedantic
-Werror
devices/zmq_forwarder/Makefile.am
0 → 100644
View file @
712c7bd8
INCLUDES
=
-I
$(top_builddir)
/c
-I
$(top_builddir)
/cpp
bin_PROGRAMS
=
zmq_forwarder
zmq_forwarder_LDADD
=
$(top_builddir)
/src/libzmq.la
zmq_forwarder_SOURCES
=
zmq_forwarder.cpp
zmq_forwarder_CXXFLAGS
=
-Wall
-pedantic
-Werror
devices/
forwarder/
forwarder.cpp
→
devices/
zmq_forwarder/zmq_
forwarder.cpp
View file @
712c7bd8
File moved
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