| Revision 1028,
382 bytes
checked in by alonbl, 4 years ago
(diff) |
|
New build system
Sync with other projects.
merge -r 1014:1027 https://www.opensc-project.org/svn/openct/branches/alonbl/build
_M .
_M macos
M macos/Makefile.am
M configure.ac
_M doc
D doc/changelog.sh
M doc/doxygen.conf.in
D doc/export-wiki.xsl
M doc/Makefile.am
A doc/opensc-logo.gif
D doc/generate-api.sh
D doc/export-wiki.sh
AM doc/nonpersistent
A doc/nonpersistent/export-wiki.xsl
A doc/nonpersistent/Makefile.am
A doc/nonpersistent/export-wiki.sh
A doc/nonpersistent/svn2cl.xsl
D doc/svn2cl.xsl
A doc/doxygen-footer.html
_M src
_M src/ctapi
M src/ctapi/Makefile.am
_M src/tools
M src/tools/Makefile.am
_M src/ifd
M src/ifd/ifd-cm4000.c
M src/ifd/atr.c
M src/ifd/ifd-pertosmart1030.c
M src/ifd/ifd-pertosmart1038.c
M src/ifd/ifd-rutoken.c
M src/ifd/sys-linux.c
M src/ifd/Makefile.am
_M src/include
_M src/include/openct
M src/include/openct/Makefile.am
M src/include/Makefile.am
_M src/ct
M src/ct/Makefile.am
_M src/pcsc
M src/pcsc/Makefile.am
M src/Makefile.am
M Makefile.am
A svnignore
_M etc
M etc/Makefile.am
_M solaris
_M aclocal
D aclocal/pkg.m4
M aclocal/ac_create_stdint_h.m4
D aclocal/ac_compile_check_sizeof.m4
M aclocal/Makefile.am
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | MAINTAINERCLEANFILES = $(srcdir)/Makefile.in |
|---|
| 2 | |
|---|
| 3 | openctinclude_HEADERS = ctapi.h |
|---|
| 4 | lib_LTLIBRARIES = libopenctapi.la |
|---|
| 5 | |
|---|
| 6 | libopenctapi_la_SOURCES = ctapi.c ctapi.h |
|---|
| 7 | libopenctapi_la_LIBADD = $(top_builddir)/src/ct/libopenct.la |
|---|
| 8 | libopenctapi_la_CFLAGS = $(AM_CFLAGS) \ |
|---|
| 9 | -I$(top_srcdir)/src/include \ |
|---|
| 10 | -I$(top_builddir)/src/include |
|---|
| 11 | libopenctapi_la_LDFLAGS = -avoid-version -no-undefined --module |
|---|
Note: See
TracBrowser
for help on using the repository browser.