[pkg-opensc-commit] [pkcs11-helper] 02/60: .svnignore updates

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to tag pkcs11-helper-1.02
in repository pkcs11-helper.

commit 85dcd0983496dd5c4854dbcf68ea8cf74ef4eec3
Author: alonbl <alonbl at 485eb718-1723-0410-b8a9-88cf21a28c35>
Date:   Sun Nov 26 11:50:16 2006 +0000

    .svnignore updates
---
 .svnignore                    | 16 ++++++++++++++--
 doc/api/Doxyfile              |  2 +-
 doc/api/Makefile.am           |  8 ++++----
 tests/basic/Makefile.am       |  6 +++---
 tests/certificate/Makefile.am |  6 +++---
 tests/slotevent/Makefile.am   |  6 +++---
 6 files changed, 28 insertions(+), 16 deletions(-)

diff --git a/.svnignore b/.svnignore
index 9ddf1b2..fe5865e 100644
--- a/.svnignore
+++ b/.svnignore
@@ -1,11 +1,17 @@
+.deps
+.libs
+
 *.bz2
 *.gz
 *.o
 *.obj
 *.html
 *.exe
-.deps
-.libs
+*.dll
+*.out
+
+test-*
+
 configure
 Makefile.in
 config.log
@@ -21,4 +27,10 @@ autom4te.cache
 missing
 aclocal.m4
 install-sh
+ltmain.sh
+libtool
+
+config-w32-vc.h
+pkcs11-helper.exports
+libpkcs11-helper-1.pc
 
diff --git a/doc/api/Doxyfile b/doc/api/Doxyfile
index b61d285..6940298 100644
--- a/doc/api/Doxyfile
+++ b/doc/api/Doxyfile
@@ -30,7 +30,7 @@ PROJECT_NUMBER         =
 # If a relative path is entered, it will be relative to the location 
 # where doxygen was started. If left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = api
+OUTPUT_DIRECTORY       = api.out
 
 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 
 # 4096 sub-directories (in 2 levels) under the output directory of each output 
diff --git a/doc/api/Makefile.am b/doc/api/Makefile.am
index e392737..3d99e1d 100644
--- a/doc/api/Makefile.am
+++ b/doc/api/Makefile.am
@@ -55,14 +55,14 @@ EXTRA_DIST=Doxyfile Doxyfile_footer.html
 if ENABLE_DOC
 
 apidir=$(htmldir)/api
-api_DATA=api/html/*
+api_DATA=api.out/html/*
 
-api/html/*:	$(EXTRA_DIST) ../../include/pkcs11-helper-1.0/*.h
-	-rm -fr api
+api.out/html/*:	$(EXTRA_DIST) ../../include/pkcs11-helper-1.0/*.h
+	-rm -fr api.out
 	$(DOXYGEN)
 
 clean-generic:
-	-rm -fr api
+	-rm -fr api.out
 
 endif
 
diff --git a/tests/basic/Makefile.am b/tests/basic/Makefile.am
index c707ffa..478af9b 100644
--- a/tests/basic/Makefile.am
+++ b/tests/basic/Makefile.am
@@ -57,6 +57,6 @@ DEPS= \
 LDADD= \
 	$(top_builddir)/lib/libpkcs11-helper.la
 
-TESTS=basic
-noinst_PROGRAMS=basic
-basic_SOURCES=basic.c
+TESTS=test-basic
+noinst_PROGRAMS=test-basic
+test_basic_SOURCES=basic.c
diff --git a/tests/certificate/Makefile.am b/tests/certificate/Makefile.am
index 9e1c99b..d3757c5 100644
--- a/tests/certificate/Makefile.am
+++ b/tests/certificate/Makefile.am
@@ -57,6 +57,6 @@ DEPS= \
 LDADD= \
 	$(top_builddir)/lib/libpkcs11-helper.la
 
-TESTS=certificate
-noinst_PROGRAMS=certificate
-certificate_SOURCES=certificate.c
+TESTS=test-certificate
+noinst_PROGRAMS=test-certificate
+test_certificate_SOURCES=certificate.c
diff --git a/tests/slotevent/Makefile.am b/tests/slotevent/Makefile.am
index 2e0e677..5d598d0 100644
--- a/tests/slotevent/Makefile.am
+++ b/tests/slotevent/Makefile.am
@@ -57,6 +57,6 @@ DEPS= \
 LDADD= \
 	$(top_builddir)/lib/libpkcs11-helper.la
 
-TESTS=slotevent
-noinst_PROGRAMS=slotevent
-slotevent_SOURCES=slotevent.c
+TESTS=test-slotevent
+noinst_PROGRAMS=test-slotevent
+test_slotevent_SOURCES=slotevent.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git



More information about the pkg-opensc-commit mailing list