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 EXTRA_DIST = CodingStyle bootstrap Makefile.mak depcomp
MAINTAINERCLEANFILES = \ MAINTAINERCLEANFILES = \
Makefile.in config.h.in configure \ Makefile.in config.h.in configure \
install-sh ltmain.sh missing mkinstalldirs \ install-sh ltmain.sh missing mkinstalldirs \
compile depcomp config.log config.status \ compile depcomp config.log config.status \
config.guess config.sub acinclude.m4 aclocal.m4 config.guess config.sub acinclude.m4 aclocal.m4
DEPCLEANFILES = config.log configure DEPCLEANFILES = config.log configure

View File

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

View File

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

View File

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

View File

@ -8,13 +8,13 @@ INCLUDES = @CFLAGS_OPENSC@ -DSC_PKCS15_PROFILE_DIRECTORY=\"$(pkgdatadir)\"
LDFLAGS = @LDFLAGS@ @LIBOPENSC@ LDFLAGS = @LDFLAGS@ @LIBOPENSC@
PROFILES = \ PROFILES = \
flex.profile \ flex.profile \
flex_so.profile \ flex_so.profile \
flex_onepin.profile \ flex_onepin.profile \
gpk.profile \ gpk.profile \
miocos.profile \ miocos.profile \
etoken.profile \ etoken.profile \
pkcs15.profile pkcs15.profile
EXTRA_DIST = $(PROFILES) Makefile.mak 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_CFLAGS = $(AM_CFLAGS) -Inpinclude -DXP_UNIX
opensc_signer_la_SOURCES = \ opensc_signer_la_SOURCES = \
opensc-crypto.c opensc-support.c signer.c stubs.c dialog.c opensc-crypto.c opensc-support.c signer.c stubs.c dialog.c
noinst_HEADERS = \ noinst_HEADERS = \
opensc-crypto.h opensc-support.h signer.h opensc-crypto.h opensc-support.h signer.h
install-exec-local: install-openscLTLIBRARIES install-exec-local: install-openscLTLIBRARIES

View File

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