[Pcsclite-cvs-commit] PCSC/etc Makefile.am,1.2,1.3

aet-guest@quantz.debian.org aet-guest@quantz.debian.org
Sun, 07 Sep 2003 19:34:44 +0200


Update of /cvsroot/pcsclite/PCSC/etc
In directory quantz:/tmp/cvs-serv30235/etc

Modified Files:
	Makefile.am 
Log Message:
- Remove MSC/PCSC_TARGET_XYZ defines and the massive
  use of unflexible automake conditionals. The main 
  reason why pcsc-lite requires "too much" work when 
  porting to another OS. Introduced define PCSC_ARCH,  
  which uses 'uname' as an input. Except Darwin->MacOS.
- Removed --enable-usb
- Preliminary rewrite of src/Makefile.am, doesn't work
  yet.
- Use gcc specific compiler options only if
  gcc detected.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/etc/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	7 Dec 2002 21:11:35 -0000	1.2
+++ Makefile.am	7 Sep 2003 17:34:41 -0000	1.3
@@ -2,8 +2,4 @@
 
 sysconf_DATA = reader.conf
 
-##if PCSC_ARCH_OSX
 EXTRA_DIST = reader.conf StartupParameters.plist SmartcardServices pcscd.startup
-##else
-## EXTRA_DIST = reader.conf
-##endif