|
Revision 2662, 0.6 KB
(checked in by aj, 3 years ago)
|
|
remove obsolete files CodingStyle? and INSTALL (neither reflects the current
situation in OpenSC), and improve README and NEWS. prepare for release
candidate 2.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | # Process this file with automake to create Makefile.in |
|---|
| 2 | |
|---|
| 3 | SUBDIRS = . aclocal etc man src win32 |
|---|
| 4 | DIST_SUBDIRS = . aclocal doc etc man src win32 |
|---|
| 5 | |
|---|
| 6 | EXTRA_DIST = README \ |
|---|
| 7 | bootstrap Makefile.mak depcomp \ |
|---|
| 8 | solaris/Makefile solaris/README solaris/checkinstall.in \ |
|---|
| 9 | solaris/opensc.conf-dist solaris/pkginfo.in solaris/proto |
|---|
| 10 | |
|---|
| 11 | MAINTAINERCLEANFILES = \ |
|---|
| 12 | Makefile.in config.h.in configure \ |
|---|
| 13 | install-sh ltmain.sh missing mkinstalldirs \ |
|---|
| 14 | compile depcomp config.log config.status \ |
|---|
| 15 | config.guess config.sub acinclude.m4 aclocal.m4 |
|---|
| 16 | |
|---|
| 17 | DEPCLEANFILES = config.log configure |
|---|
| 18 | |
|---|
| 19 | AUTOMAKE_OPTIONS = foreign 1.5 |
|---|
| 20 | ACLOCAL_AMFLAGS = -I aclocal |
|---|