|
Revision 1964, 465 bytes
(checked in by anonymous, 4 years ago)
|
|
This commit was manufactured by cvs2svn to create branch 'opensc-0.9.4'.
|
-
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 docs etc macos src win32 |
|---|
| 4 | |
|---|
| 5 | EXTRA_DIST = ANNOUNCE CodingStyle PAM_README QUICKSTART README bootstrap Makefile.mak depcomp |
|---|
| 6 | |
|---|
| 7 | MAINTAINERCLEANFILES = \ |
|---|
| 8 | Makefile.in config.h.in configure \ |
|---|
| 9 | install-sh ltmain.sh missing mkinstalldirs \ |
|---|
| 10 | compile depcomp config.log config.status \ |
|---|
| 11 | config.guess config.sub acinclude.m4 aclocal.m4 |
|---|
| 12 | |
|---|
| 13 | DEPCLEANFILES = config.log configure |
|---|
| 14 | |
|---|
| 15 | AUTOMAKE_OPTIONS = foreign |
|---|