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
1a655045
Commit
1a655045
authored
Sep 16, 2009
by
malosek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ruby directory moved into bindings dir
parent
c63387ca
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
9 deletions
+10
-9
Makefile.am
Makefile.am
+3
-6
Makefile.am
bindings/Makefile.am
+6
-2
Makefile.am
bindings/ruby/Makefile.am
+0
-0
extconf.rb
bindings/ruby/extconf.rb
+0
-0
rbzmq.cpp
bindings/ruby/rbzmq.cpp
+0
-0
configure.in
configure.in
+1
-1
No files found.
Makefile.am
View file @
1a655045
if
BUILD_RUBY
DIR_R
=
ruby
endif
if
BUILD_PERF
if
BUILD_PERF
DIR_PERF
=
perf
DIR_PERF
=
perf
endif
endif
SUBDIRS
=
src
$(DIR_
R)
$(DIR_
PERF)
devices bindings
SUBDIRS
=
src
$(DIR_PERF)
devices bindings
DIST_SUBDIRS
=
src
ruby
perf devices bindings
DIST_SUBDIRS
=
src perf devices bindings
EXTRA_DIST
=
$(top_srcdir)
/foreign/openpgm/@pgm_basename@.tar.bz2
EXTRA_DIST
=
$(top_srcdir)
/foreign/openpgm/@pgm_basename@.tar.bz2
dist-hook
:
dist-hook
:
-
rm
-rf
$(distdir)
/foreign/openpgm/@pgm_basename@
-
rm
-rf
$(distdir)
/foreign/openpgm/@pgm_basename@
bindings/Makefile.am
View file @
1a655045
...
@@ -6,6 +6,10 @@ if BUILD_PYTHON
...
@@ -6,6 +6,10 @@ if BUILD_PYTHON
DIR_P
=
python
DIR_P
=
python
endif
endif
SUBDIRS
=
$(DIR_J)
$(DIR_P)
if
BUILD_RUBY
DIST_SUBDIRS
=
java python
DIR_R
=
ruby
endif
SUBDIRS
=
$(DIR_J)
$(DIR_P)
$(DIR_R)
DIST_SUBDIRS
=
java python ruby
ruby/Makefile.am
→
bindings/
ruby/Makefile.am
View file @
1a655045
File moved
ruby/extconf.rb
→
bindings/
ruby/extconf.rb
View file @
1a655045
File moved
ruby/rbzmq.cpp
→
bindings/
ruby/rbzmq.cpp
View file @
1a655045
File moved
configure.in
View file @
1a655045
...
@@ -489,7 +489,7 @@ AC_TYPE_SIGNAL
...
@@ -489,7 +489,7 @@ AC_TYPE_SIGNAL
AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs)
AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs)
AC_OUTPUT(Makefile src/Makefile bindings/python/Makefile \
AC_OUTPUT(Makefile src/Makefile bindings/python/Makefile \
bindings/python/setup.py ruby/Makefile \
bindings/python/setup.py
bindings/
ruby/Makefile \
bindings/java/Makefile perf/Makefile perf/c/Makefile perf/cpp/Makefile \
bindings/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/zmq_forwarder/Makefile bindings/Makefile)
devices/Makefile devices/zmq_forwarder/Makefile bindings/Makefile)
...
...
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