More consistent indentation for multi-line variables

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1312 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2003-07-29 10:04:40 +00:00
parent 0b1a65cd81
commit 886de97b27
7 changed files with 57 additions and 57 deletions

View File

@ -5,10 +5,10 @@ SUBDIRS = . aclocal docs etc src win32
EXTRA_DIST = CodingStyle bootstrap Makefile.mak depcomp
MAINTAINERCLEANFILES = \
Makefile.in config.h.in configure \
install-sh ltmain.sh missing mkinstalldirs \
compile depcomp config.log config.status \
config.guess config.sub acinclude.m4 aclocal.m4
Makefile.in config.h.in configure \
install-sh ltmain.sh missing mkinstalldirs \
compile depcomp config.log config.status \
config.guess config.sub acinclude.m4 aclocal.m4
DEPCLEANFILES = config.log configure

View File

@ -7,29 +7,29 @@ XMLFILES = usbtoken.xml opensc.xml opensc.xsl
MAINTAINERCLEANFILES = Makefile.in pkcs15-profile.5
MANSRC = \
pkcs15-crypt.1 \
pkcs15-init.1 \
cryptoflex-tool.1 \
opensc-config.1 \
opensc-explorer.1 \
opensc-tool.1 \
pkcs15-tool.1 \
opensc.7 \
pkcs15.7 \
sc_connect_card.3 \
sc_detect_card_presence.3 \
sc_disconnect_card.3 \
sc_establish_context.3 \
sc_file.3 \
sc_file_free.3 \
sc_file_new.3 \
sc_list_files.3 \
sc_lock.3 \
sc_read_binary.3 \
sc_read_record.3 \
sc_release_context.3 \
sc_select_file.3 \
sc_pkcs15_compute_signature.3
pkcs15-crypt.1 \
pkcs15-init.1 \
cryptoflex-tool.1 \
opensc-config.1 \
opensc-explorer.1 \
opensc-tool.1 \
pkcs15-tool.1 \
opensc.7 \
pkcs15.7 \
sc_connect_card.3 \
sc_detect_card_presence.3 \
sc_disconnect_card.3 \
sc_establish_context.3 \
sc_file.3 \
sc_file_free.3 \
sc_file_new.3 \
sc_list_files.3 \
sc_lock.3 \
sc_read_binary.3 \
sc_read_record.3 \
sc_release_context.3 \
sc_select_file.3 \
sc_pkcs15_compute_signature.3
man_MANS = $(MANSRC) pkcs15-profile.5
noinst_DATA = $(HTMLFILES)

View File

@ -6,19 +6,19 @@ SUBDIRS = . rsaref
MAINTAINERCLEANFILES = Makefile.in
DISTCLEANFILES = \
asn1.h \
cardctl.h \
emv.h \
log.h \
opensc.h \
errors.h \
types.h \
pkcs11.h \
pkcs15.h \
pkcs15-init.h \
scconf.h \
scldap.h \
scrandom.h
asn1.h \
cardctl.h \
emv.h \
log.h \
opensc.h \
errors.h \
types.h \
pkcs11.h \
pkcs15.h \
pkcs15-init.h \
scconf.h \
scldap.h \
scrandom.h
all-local:
@$(RM) *.h

View File

@ -4,11 +4,11 @@ RM = rm -f
MAINTAINERCLEANFILES = Makefile.in
DISTCLEANFILES = \
pkcs11.h \
pkcs11f.h \
pkcs11t.h \
unix.h \
win32.h
pkcs11.h \
pkcs11f.h \
pkcs11t.h \
unix.h \
win32.h
all-local:
@$(RM) *.h

View File

@ -8,13 +8,13 @@ INCLUDES = @CFLAGS_OPENSC@ -DSC_PKCS15_PROFILE_DIRECTORY=\"$(pkgdatadir)\"
LDFLAGS = @LDFLAGS@ @LIBOPENSC@
PROFILES = \
flex.profile \
flex_so.profile \
flex_onepin.profile \
gpk.profile \
miocos.profile \
etoken.profile \
pkcs15.profile
flex.profile \
flex_so.profile \
flex_onepin.profile \
gpk.profile \
miocos.profile \
etoken.profile \
pkcs15.profile
EXTRA_DIST = $(PROFILES) Makefile.mak

View File

@ -22,7 +22,7 @@ opensc_signer_la_LIBADD = @LIBOPENSC@ @LIBCRYPTO@ @LIBASSUAN@
opensc_signer_la_CFLAGS = $(AM_CFLAGS) -Inpinclude -DXP_UNIX
opensc_signer_la_SOURCES = \
opensc-crypto.c opensc-support.c signer.c stubs.c dialog.c
noinst_HEADERS = \
noinst_HEADERS = \
opensc-crypto.h opensc-support.h signer.h
install-exec-local: install-openscLTLIBRARIES

View File

@ -3,7 +3,7 @@
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = \
crypt0001 crypt0002 crypt0003 crypt0004 \
init0001 init0002 init0003 init0004 init0005 init0006 \
init0007 init0008 init0009 init0010 init0011 \
erase functions README run-all test.p12
crypt0001 crypt0002 crypt0003 crypt0004 \
init0001 init0002 init0003 init0004 init0005 init0006 \
init0007 init0008 init0009 init0010 init0011 \
erase functions README run-all test.p12