root/releases/opensc-0.10.0/Makefile.am

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
3SUBDIRS = . aclocal etc man src win32
4DIST_SUBDIRS = . aclocal doc etc man src win32
5
6EXTRA_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
11MAINTAINERCLEANFILES = \
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
17DEPCLEANFILES = config.log configure
18
19AUTOMAKE_OPTIONS = foreign 1.5
20ACLOCAL_AMFLAGS = -I aclocal
Note: See TracBrowser for help on using the browser.