Commit 2afddc23 by Maarten L. Hekkelman

.pc file added

parent 700c1d40
...@@ -47,7 +47,7 @@ DEFINES += DEBUG ...@@ -47,7 +47,7 @@ DEFINES += DEBUG
CXXFLAGS += -g -O0 CXXFLAGS += -g -O0
LDFLAGS += -g LDFLAGS += -g
else else
CXXFLAGS += -O2 CXXFLAGS += -O3
DEFINES += NDEBUG DEFINES += NDEBUG
endif endif
......
...@@ -121,5 +121,6 @@ AX_CHECK_LIBRARY([LIBBZ2], [bzlib.h], [bz2], [], ...@@ -121,5 +121,6 @@ AX_CHECK_LIBRARY([LIBBZ2], [bzlib.h], [bz2], [],
# [], # [],
# [enable_debug=auto]) # [enable_debug=auto])
dnl Process Makefile.in to create Makefile dnl Process files
AC_OUTPUT([GNUmakefile]) AC_OUTPUT([GNUmakefile
libcif++.pc])
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libcif++
Description: C++ library for the manipulation of mmCIF files.
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lcif++
Cflags: -I${includedir}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment