Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bake
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
bake
Commits
db55a201
Commit
db55a201
authored
Sep 04, 2016
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finish converting bake bulk to libtool
parent
ebd63c57
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
10 deletions
+7
-10
Makefile.am
Makefile.am
+3
-5
configure.ac
configure.ac
+3
-4
src/Makefile.subdir
src/Makefile.subdir
+1
-1
No files found.
Makefile.am
View file @
db55a201
...
...
@@ -3,9 +3,7 @@ ACLOCAL_AMFLAGS = -I m4
bin_PROGRAMS
=
bin_SCRIPTS
=
noinst_LIBRARIES
=
noinst_PROGRAMS
=
lib_LIBRARIES
=
noinst_HEADERS
=
TESTS
=
XFAIL_TESTS
=
...
...
@@ -28,10 +26,10 @@ AM_LIBS =
AM_CXXFLAGS
=
$(AM_CFLAGS)
lib_L
IBRARIES
+=
src/libbake-bulk.
a
src_libbake_bulk_a_SOURCES
=
lib_L
TLIBRARIES
=
src/libbake-bulk.l
a
src_libbake_bulk_
l
a_SOURCES
=
LDADD
=
src/libbake-bulk.a
LDADD
=
src/libbake-bulk.
l
a
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
maint/bake-bulk.pc
...
...
configure.ac
View file @
db55a201
...
...
@@ -34,9 +34,8 @@ dnl
dnl Verify pkg-config
dnl
PKG_PROG_PKG_CONFIG
PKG_CONFIG="pkg-config --static"
PKG_CHECK_MODULES
_STATIC
([MARGO],[margo],[],
PKG_CHECK_MODULES([MARGO],[margo],[],
[AC_MSG_ERROR([Could not find working margo installation!])])
LIBS="$MARGO_LIBS $LIBS"
CPPFLAGS="$MARGO_CFLAGS $CPPFLAGS"
...
...
@@ -44,13 +43,13 @@ CFLAGS="$MARGO_CFLAGS $CFLAGS"
# NOTE: See README.md if the following does not work for you; some versions of
# nvml/pmem install broken .pc files
PKG_CHECK_MODULES
_STATIC
([LIBPMEMOBJ],[libpmemobj],[],
PKG_CHECK_MODULES([LIBPMEMOBJ],[libpmemobj],[],
[AC_MSG_ERROR([Could not find working libpmemobj installation!])])
LIBS="$LIBPMEMOBJ_LIBS $LIBS"
CPPFLAGS="$LIBPMEMOBJ_CFLAGS $CPPFLAGS"
CFLAGS="$LIBPMEMOBJ_CFLAGS $CFLAGS"
PKG_CHECK_MODULES
_STATIC
([UUID],[uuid],[],
PKG_CHECK_MODULES([UUID],[uuid],[],
[AC_MSG_ERROR([Could not find working uuid installation!])])
LIBS="$UUID_LIBS $LIBS"
CPPFLAGS="$UUID_CFLAGS $CPPFLAGS"
...
...
src/Makefile.subdir
View file @
db55a201
src_libbake_bulk_a_SOURCES
+=
\
src_libbake_bulk_
l
a_SOURCES
+=
\
src/bake-bulk.c
bin_PROGRAMS
+=
\
...
...
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