From 886de97b2715f134fdb55bd7e76805f471c9bfce Mon Sep 17 00:00:00 2001 From: aet Date: Tue, 29 Jul 2003 10:04:40 +0000 Subject: [PATCH] More consistent indentation for multi-line variables git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1312 c6295689-39f2-0310-b995-f0e70906c6a9 --- Makefile.am | 8 ++--- docs/Makefile.am | 46 +++++++++++++-------------- src/include/opensc/Makefile.am | 26 +++++++-------- src/include/opensc/rsaref/Makefile.am | 10 +++--- src/pkcs15init/Makefile.am | 14 ++++---- src/signer/Makefile.am | 2 +- src/tests/regression/Makefile.am | 8 ++--- 7 files changed, 57 insertions(+), 57 deletions(-) diff --git a/Makefile.am b/Makefile.am index 92c16735..ee463544 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/docs/Makefile.am b/docs/Makefile.am index 7c54d05f..91be2ecd 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -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) diff --git a/src/include/opensc/Makefile.am b/src/include/opensc/Makefile.am index 2268c7e4..9648cb4f 100644 --- a/src/include/opensc/Makefile.am +++ b/src/include/opensc/Makefile.am @@ -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 diff --git a/src/include/opensc/rsaref/Makefile.am b/src/include/opensc/rsaref/Makefile.am index fbee0750..1f18e42a 100644 --- a/src/include/opensc/rsaref/Makefile.am +++ b/src/include/opensc/rsaref/Makefile.am @@ -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 diff --git a/src/pkcs15init/Makefile.am b/src/pkcs15init/Makefile.am index 30755ff8..ba8b15eb 100644 --- a/src/pkcs15init/Makefile.am +++ b/src/pkcs15init/Makefile.am @@ -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 diff --git a/src/signer/Makefile.am b/src/signer/Makefile.am index 677237a5..d59d5ba2 100644 --- a/src/signer/Makefile.am +++ b/src/signer/Makefile.am @@ -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 diff --git a/src/tests/regression/Makefile.am b/src/tests/regression/Makefile.am index 83a449a3..29bb8f90 100644 --- a/src/tests/regression/Makefile.am +++ b/src/tests/regression/Makefile.am @@ -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