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
bf906290
Commit
bf906290
authored
Nov 21, 2011
by
Philip Kovacs
Committed by
Martin Sustrik
Nov 21, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken VPATH/parallel builds
Signed-off-by:
Philip Kovacs
<
phil@philkovacs.com
>
parent
5c1a91e3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
Makefile.am
doc/Makefile.am
+4
-4
Makefile.am
perf/Makefile.am
+2
-1
Makefile.am
tests/Makefile.am
+3
-1
No files found.
doc/Makefile.am
View file @
bf906290
...
...
@@ -29,11 +29,11 @@ if BUILD_DOC
SUFFIXES
=
.html .txt .xml .3 .7
.txt.html
:
asciidoc
-d
manpage
-b
xhtml11
-f
asciidoc.conf
\
-azmq_version
=
@PACKAGE_VERSION@
$<
asciidoc
-d
manpage
-b
xhtml11
-f
$(srcdir)
/
asciidoc.conf
\
-azmq_version
=
@PACKAGE_VERSION@
-o
$@
$<
.txt.xml
:
asciidoc
-d
manpage
-b
docbook
-f
asciidoc.conf
\
-azmq_version
=
@PACKAGE_VERSION@
$<
asciidoc
-d
manpage
-b
docbook
-f
$(srcdir)
/
asciidoc.conf
\
-azmq_version
=
@PACKAGE_VERSION@
-o
$@
$<
.xml.1
:
xmlto man
$<
.xml.3
:
...
...
perf/Makefile.am
View file @
bf906290
INCLUDES
=
-I
$(top_builddir)
/include
INCLUDES
=
-I
$(top_builddir)
/include
\
-I
$(top_srcdir)
/include
noinst_PROGRAMS
=
local_lat remote_lat local_thr remote_thr inproc_lat inproc_thr
...
...
tests/Makefile.am
View file @
bf906290
INCLUDES
=
-I
$(top_builddir)
/include
INCLUDES
=
-I
$(top_builddir)
/include
\
-I
$(top_srcdir)
/include
LDADD
=
$(top_builddir)
/src/libzmq.la
noinst_PROGRAMS
=
test_pair_inproc
\
...
...
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