OSDN Git Service

[portaudio] Import pa_stable_v190700_20210406
[timidity41/timidity41.git] / Makefile.am
index 31cd8b0..da5f31d 100644 (file)
@@ -1,5 +1,5 @@
 # TiMidity++ -- MIDI to WAVE converter and player
-# Copyright (C) 1999,2000 Masanao Izumo <mo@goice.co.jp>
+# Copyright (C) 1999-2002 Masanao Izumo <mo@goice.co.jp>
 # Copyright (C) 1995 Tuukka Toivonen <tt@cgs.fi>
 #
 # This program is free software; you can redistribute it and/or modify
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
 # This Makefile is known to work with GNU make.
 
+ACLOCAL_AMFLAGS = -I autoconf
+M4DIR = autoconf
 SUBDIRS = \
+       autoconf \
        utils \
        libarc \
-       interface \
        libunimod \
+       interface \
        timidity \
-       doc
+       windrv \
+       doc \
+       script \
+       configs
 
 EXTRA_DIST = \
-       AUTHORS \
-       COPYING \
-       ChangeLog \
        ChangeLog.1 \
-       INSTALL \
-       INSTALL.jp \
-       NEWS \
-       README \
-       README.jp \
-       timidity.ide \
-       timidity.mak \
-       TiMidity-uj.ad \
-       TiMidity.ad
+       ChangeLog.2 \
+       ChangeLog.3 \
+       INSTALL.ja \
+       README.ja \
+       TiMidity-uj.ad.in \
+       TiMidity.ad.in \
+       autogen.sh
 
 TOOLSDIR = timidity-tools
 UMPDIR = ump
@@ -59,12 +60,6 @@ install.el:
 install.bin:
        cd timidity; $(MAKE) install
 
-dist-hook:
-       CONFIG_HEADERS='' CONFIG_FILES=configs/msc-config.h $(SHELL) ./config.status
-       cp -r configs $(distdir)
-       chmod -R a+r $(distdir)
-       $(TAR) chof - $(distdir) | bzip2 -9 - > $(distdir).tar.bz2
-
 ##
 ## Targets for timidity-tools
 ##
@@ -93,7 +88,7 @@ ump: ump-targets
 ump-targets: $(UMPDIR)/Makefile
 
 $(UMPDIR)/Makefile: $(UMPDIR)/Makefile.in config.status
-       CONFIG_HEADERS='' CONFIG_FILES=ump/Makefile $(SHELL) ./config.status 
+       CONFIG_HEADERS='' CONFIG_FILES=ump/Makefile $(SHELL) ./config.status
 
 ## for developers
 #$(UMPDIR)/Makefile.in: $(UMPDIR)/Makefile.am