Add maintainer-clean patch by Andreas Jellinghaus <aj@dungeon.inka.de>

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@411 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2002-04-02 09:38:06 +00:00
parent b2a10c12e7
commit 5a824f3fab
20 changed files with 43 additions and 0 deletions

View File

@ -4,5 +4,9 @@ SUBDIRS = . aclocal docs etc src
EXTRA_DIST = CodingStyle bootstrap
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 acinclude.m4 \
config.guess config.h.in config.sub configure \
install-sh ltmain.sh missing mkinstalldirs ylwrap
# require automake 1.5
AUTOMAKE_OPTIONS = 1.5

View File

@ -1,3 +1,5 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = libtool.m4 acx_pthread.m4

View File

@ -1,5 +1,7 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
man_MANS = pkcs15-crypt.1 pkcs15-init.1 \
pkcs15-profile.5 \
pkcs15.7

View File

@ -1,4 +1,6 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = opensc.conf.example scldap.conf.example
pkgdata_DATA = opensc.conf.example scldap.conf.example

View File

@ -1,4 +1,6 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
# Order IS important
SUBDIRS = common scconf scldap scrandom libopensc tests tools openssh scam pam sia pkcs11

View File

@ -1,3 +1,5 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = getopt.c getopt.h getopt1.c

View File

@ -1,5 +1,7 @@
## Makefile.am -- Process this file with automake to produce Makefile.in
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = opensc-config.in
if HAVE_SSL
@ -24,6 +26,7 @@ libopensc_la_SOURCES = sc.c ctx.c module.c asn1.c log.c base64.c \
pkcs15-cache.c $(PCSC_SRC) reader-ctapi.c \
card-setcos.c card-miocos.c card-flex.c card-gpk.c \
card-tcos.c card-emv.c card-default.c
libopensc_la_LDFLAGS = -version-info 0:6:0
libopensc_la_LIBADD = @LIBDL@ $(PCSC_LIB) $(SSL_LIB) $(LIBSCCONF)

View File

@ -1,5 +1,7 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @CFLAGS_OPENSC@
LDFLAGS = @LDFLAGS@ @LIBCRYPTO@ @LIBOPENSC@

View File

@ -1,5 +1,7 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
libdir = ${prefix}/lib/security
INCLUDES = -I../scam

View File

@ -1,5 +1,7 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = . rsaref
libdir = ${prefix}/lib/pkcs11

View File

@ -1,3 +1,5 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = pkcs11.h pkcs11f.h pkcs11t.h unix.h

View File

@ -1,5 +1,7 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @CFLAGS_PCSC@ @CFLAGS_OPENSC@ -I../scrandom -I../scldap
if HAVE_PAM

View File

@ -1,5 +1,7 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in lex-parse.c
include_HEADERS = scconf.h
noinst_HEADERS = internal.h

View File

@ -1,5 +1,7 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
include_HEADERS = scldap.h
if HAVE_LDAP

View File

@ -1,5 +1,7 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
include_HEADERS = scrandom.h
if HAVE_SSL

View File

@ -1,5 +1,7 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
libdir = ${prefix}/lib/security
INCLUDES = -I../scam

View File

@ -1,5 +1,7 @@
## Makefile.am -- Process this file with automake to produce Makefile.in
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = . npinclude
EXTRA_DIST = testprog.c

View File

@ -1,3 +1,5 @@
## Makefile.am -- Process this file with automake to produce Makefile.in
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = jri.h jri_md.h jritypes.h npapi.h npunix.c npupp.h

View File

@ -1,5 +1,7 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @CFLAGS_OPENSC@
LDFLAGS = @LDFLAGS@ @LIBOPENSC@

View File

@ -1,5 +1,7 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @CFLAGS_OPENSC@
LDFLAGS = @LDFLAGS@ @LIBOPENSC@