OSDN Git Service

* build tweaks
[pf3gnuchains/pf3gnuchains3x.git] / sid / Makefile.am
1 ## Process this with automake to create Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4 ACLOCAL_AMFLAGS = -I $(srcdir)/config
5 SUBDIRS = @subdirs@
6
7 EXTRA_DIST = COPYING.SID
8
9 install-data-local:
10         $(INSTALL_DATA) $(srcdir)/COPYING.SID $(prefix)
11
12 install-info:
13         true
14