Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
libcifpp
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
libcifpp
Commits
e4ced4ca
Commit
e4ced4ca
authored
Jun 16, 2020
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure work
parent
14e32bed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
GNUmakefile.in
+6
-0
configure.ac
+3
-0
No files found.
GNUmakefile.in
View file @
e4ced4ca
...
...
@@ -14,6 +14,9 @@ exec_prefix = @exec_prefix@
libdir
=
@libdir@
includedir
=
@includedir@
# LIBTOOL_DEPS = @LIBTOOL_DEPS@
# libtool: $(LIBTOOL_DEPS)
# $(SHELL) ./config.status --recheck
LIB_NAME
=
libcif++
...
...
@@ -121,6 +124,9 @@ endif
libs
:
$(BUILD_LIBS)
.PHONY
:
libs
all
:
libs
.PHONY
:
all
static-lib
:
$(STATIC_LIB)
.PHONY
:
static-lib
...
...
configure.ac
View file @
e4ced4ca
...
...
@@ -16,6 +16,9 @@ AC_DEFUN([read_test], [AC_LANG_SOURCE(
AX_BOOST_BASE([1.73])
AC_PROG_INSTALL
dnl AC_DISABLE_SHARED
dnl AC_PROG_LIBTOOL
dnl AC_SUBST(LIBTOOL_DEPS)
AC_ARG_VAR([DEBUG], [Build a debug version of the library])
...
...
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