[Pcsclite-cvs-commit] PCSC/make-dirs README,NONE,1.1 config.h,NONE,1.1 Makefile.solaris,1.1,1.2

corcoran-guest@quantz.debian.org corcoran-guest@quantz.debian.org
Mon, 12 Jan 2004 18:07:45 +0100


Update of /cvsroot/pcsclite/PCSC/make-dirs
In directory quantz:/tmp/cvs-serv28343

Modified Files:
	Makefile.solaris 
Added Files:
	README config.h 
Log Message:
Added README for Makefile directory and sample config.h 



--- NEW FILE: README ---
If you are more comfortable using traditional Makefiles, this is the spot for
you.  Simply find the Makefile you want to use in this directory, modify it to your liking
and change config.h to reflect the behavior you want.  Then go into the src directory and
symlink Makefile from that directory to the one you chose in this one.

--- NEW FILE: config.h ---
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Name of package */
#define PACKAGE "PCSC Framework"

/* Version number of package */
#define VERSION "1.1.2"

/* OSX */
#define PCSC_TARGET_SOLARIS 1
#define MSC_TARGET_SOLARIS 1

/* Define if you have POSIX threads libraries and header files. */
#define HAVE_PTHREAD 1

/* Define if you have syslog */
#define HAVE_SYSLOG_H 1

/* enable full PCSC debug messaging. */
  #define PCSC_DEBUG 1

/* enable full musclecard debug messaging. */
  #define MSC_DEBUG 1

/* display ATR parsing debug messages. */
/* #define ATR_DEBUG */

/* send messages to syslog instead of stdout */
/* #define USE_SYSLOG */

/* pcsc runs as a daemon in the background. */
#define USE_DAEMON 1

/* enable client side thread safety. */
#define USE_THREAD_SAFETY 1

/* enable run pid */
#define USE_RUN_PID "/var/run/pcscd.pid"

Index: Makefile.solaris
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/make-dirs/Makefile.solaris,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.solaris	12 Jan 2004 16:49:18 -0000	1.1
+++ Makefile.solaris	12 Jan 2004 17:07:43 -0000	1.2
@@ -1,6 +1,6 @@
 CC  = /usr/local/bin/gcc
 LD  = /usr/local/bin/ld
-INC = -I../SUNWPCSC -I. -I/usr/include/smartcard
+INC = -I../make-dirs -I. -I/usr/include/smartcard
 LIBS = -ll -ldl -lnsl -lsocket -lposix4 -lsmartcard
 CFLAGS = -DSOLARIS