Skip to content

Commit

Permalink
Tools: Correctly link with POSIX_CLOCK_LIBS when necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Nov 14, 2009
1 parent 20c4be6 commit 6318498
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion tools/click-align/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ DEFS = @DEFS@
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/tools/lib -I$(srcdir)
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@ $(DL_LIBS)
LIBS = @LIBS@ @POSIX_CLOCK_LIBS@ $(DL_LIBS)

CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEPCFLAGS)
CXXLD = $(CXX)
Expand Down
2 changes: 1 addition & 1 deletion tools/click-check/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ DEFS = @DEFS@
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/tools/lib -I$(srcdir)
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@ $(DL_LIBS)
LIBS = @LIBS@ @POSIX_CLOCK_LIBS@ $(DL_LIBS)

CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEPCFLAGS)
CXXLD = $(CXX)
Expand Down
2 changes: 1 addition & 1 deletion tools/click-combine/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ DEFS = @DEFS@
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/tools/lib -I$(srcdir)
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@ $(DL_LIBS)
LIBS = @LIBS@ @POSIX_CLOCK_LIBS@ $(DL_LIBS)

CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEPCFLAGS)
CXXLD = $(CXX)
Expand Down
2 changes: 1 addition & 1 deletion tools/click-devirtualize/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ DEFS = @DEFS@
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/tools/lib -I$(srcdir)
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@ $(DL_LIBS)
LIBS = @LIBS@ @POSIX_CLOCK_LIBS@ $(DL_LIBS)

CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEPCFLAGS)
CXXLD = $(CXX)
Expand Down
2 changes: 1 addition & 1 deletion tools/click-fastclassifier/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ DEFS = @DEFS@
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/tools/lib -I$(srcdir)
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@ $(DL_LIBS)
LIBS = @LIBS@ @POSIX_CLOCK_LIBS@ $(DL_LIBS)

CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEPCFLAGS)
CXXLD = $(CXX)
Expand Down
2 changes: 1 addition & 1 deletion tools/click-flatten/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ DEFS = @DEFS@
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/tools/lib -I$(srcdir)
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@ $(DL_LIBS)
LIBS = @LIBS@ @POSIX_CLOCK_LIBS@ $(DL_LIBS)

CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEPCFLAGS)
CXXLD = $(CXX)
Expand Down
2 changes: 1 addition & 1 deletion tools/click-install/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ DEFS = @DEFS@
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/tools/lib -I$(srcdir)
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@ $(DL_LIBS)
LIBS = @LIBS@ @POSIX_CLOCK_LIBS@ $(DL_LIBS)

CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEPCFLAGS)
CXXLD = $(CXX)
Expand Down
2 changes: 1 addition & 1 deletion tools/click-mkmindriver/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ DEFS = @DEFS@
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/tools/lib -I$(srcdir)
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@ $(DL_LIBS)
LIBS = @LIBS@ @POSIX_CLOCK_LIBS@ $(DL_LIBS)

CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEPCFLAGS)
CXXLD = $(CXX)
Expand Down
2 changes: 1 addition & 1 deletion tools/click-pretty/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ DEFS = @DEFS@
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/tools/lib -I$(srcdir)
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@ $(DL_LIBS)
LIBS = @LIBS@ @POSIX_CLOCK_LIBS@ $(DL_LIBS)

CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEPCFLAGS)
CXXLD = $(CXX)
Expand Down
2 changes: 1 addition & 1 deletion tools/click-undead/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ DEFS = @DEFS@
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/tools/lib -I$(srcdir)
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@ $(DL_LIBS)
LIBS = @LIBS@ @POSIX_CLOCK_LIBS@ $(DL_LIBS)

CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEPCFLAGS)
CXXLD = $(CXX)
Expand Down
2 changes: 1 addition & 1 deletion tools/click-xform/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ DEFS = @DEFS@
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/tools/lib -I$(srcdir)
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@ $(DL_LIBS)
LIBS = @LIBS@ @POSIX_CLOCK_LIBS@ $(DL_LIBS)

CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEPCFLAGS)
CXXLD = $(CXX)
Expand Down
2 changes: 1 addition & 1 deletion tools/click2xml/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ DEFS = @DEFS@
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/tools/lib -I$(srcdir) @EXPAT_INCLUDES@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@ @EXPAT_LIBS@ $(DL_LIBS)
LIBS = @LIBS@ @POSIX_CLOCK_LIBS@ @EXPAT_LIBS@ $(DL_LIBS)

CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEPCFLAGS)
CXXLD = $(CXX)
Expand Down
1 change: 0 additions & 1 deletion tools/lib/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ DEFS = @DEFS@
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(srcdir)
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@ @POSIX_CLOCK_LIBS@

CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $(DEPCFLAGS)
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(DEPCFLAGS)
Expand Down

0 comments on commit 6318498

Please sign in to comment.