OSDN Git Service

TiMidity++-2.10.4
[timidity41/timidity41.git] / interface / bitmaps / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13 # TiMidity++ -- MIDI to WAVE converter and player
14 # Copyright (C) 1999-2001 Masanao Izumo <mo@goice.co.jp>
15 # Copyright (C) 1995 Tuukka Toivonen <tt@cgs.fi>
16 #
17 # This program is free software; you can redistribute it and/or modify
18 # it under the terms of the GNU General Public License as published by
19 # the Free Software Foundation; either version 2 of the License, or
20 # (at your option) any later version.
21 #
22 # This program is distributed in the hope that it will be useful,
23 # but WITHOUT ANY WARRANTY; without even the implied warranty of
24 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25 # GNU General Public License for more details.
26 #
27 # You should have received a copy of the GNU General Public License
28 # along with this program; if not, write to the Free Software
29 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
30
31
32 SHELL = @SHELL@
33
34 srcdir = @srcdir@
35 top_srcdir = @top_srcdir@
36 VPATH = @srcdir@
37 prefix = @prefix@
38 exec_prefix = @exec_prefix@
39
40 bindir = @bindir@
41 sbindir = @sbindir@
42 libexecdir = @libexecdir@
43 datadir = @datadir@
44 sysconfdir = @sysconfdir@
45 sharedstatedir = @sharedstatedir@
46 localstatedir = @localstatedir@
47 libdir = @libdir@
48 infodir = @infodir@
49 mandir = @mandir@
50 includedir = @includedir@
51 oldincludedir = /usr/include
52
53 DESTDIR =
54
55 pkgdatadir = $(datadir)/@PACKAGE@
56 pkglibdir = $(libdir)/@PACKAGE@
57 pkgincludedir = $(includedir)/@PACKAGE@
58
59 top_builddir = ../..
60
61 ACLOCAL = @ACLOCAL@
62 AUTOCONF = @AUTOCONF@
63 AUTOMAKE = @AUTOMAKE@
64 AUTOHEADER = @AUTOHEADER@
65
66 INSTALL = @INSTALL@
67 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
68 INSTALL_DATA = @INSTALL_DATA@
69 INSTALL_SCRIPT = @INSTALL_SCRIPT@
70 transform = @program_transform_name@
71
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_alias = @build_alias@
79 build_triplet = @build@
80 host_alias = @host_alias@
81 host_triplet = @host@
82 target_alias = @target_alias@
83 target_triplet = @target@
84 ALSA_CFLAGS = @ALSA_CFLAGS@
85 ALSA_LIBS = @ALSA_LIBS@
86 CC = @CC@
87 ELFILES = @ELFILES@
88 EMACS = @EMACS@
89 ESD_CFLAGS = @ESD_CFLAGS@
90 ESD_CONFIG = @ESD_CONFIG@
91 ESD_LIBS = @ESD_LIBS@
92 EXTRALIBS = @EXTRALIBS@
93 GTK_CFLAGS = @GTK_CFLAGS@
94 GTK_CONFIG = @GTK_CONFIG@
95 GTK_LIBS = @GTK_LIBS@
96 INTERFACE_SRCS = @INTERFACE_SRCS@
97 LN_S = @LN_S@
98 MAKEINFO = @MAKEINFO@
99 NETSRCS = @NETSRCS@
100 PACKAGE = @PACKAGE@
101 RANLIB = @RANLIB@
102 SHCFLAGS = @SHCFLAGS@
103 SHELL = @SHELL@
104 SHLD = @SHLD@
105 SYSEXTRAS = @SYSEXTRAS@
106 VERSION = @VERSION@
107 WISH = @WISH@
108 dynamic_targets = @dynamic_targets@
109 lispdir = @lispdir@
110 program_transform_name = @program_transform_name@
111 so = @so@
112 tcltk_dep = @tcltk_dep@
113 timidity_LDFLAGS = @timidity_LDFLAGS@
114
115 BITMAPS =       back.xbm        fwrd.xbm        next.xbm        pause.xbm       play.xbm        prev.xbm        quit.xbm        stop.xbm        random.xbm      repeat.xbm      timidity.xbm
116
117
118 EXTRA_DIST = $(BITMAPS)
119 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
120 CONFIG_HEADER = ../../config.h ../../interface.h
121 CONFIG_CLEAN_FILES = 
122 DIST_COMMON =  Makefile.am Makefile.in
123
124
125 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
126
127 TAR = gtar
128 GZIP_ENV = --best
129 all: all-redirect
130 .SUFFIXES:
131 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
132         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps interface/bitmaps/Makefile
133
134 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
135         cd $(top_builddir) \
136           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
137
138 tags: TAGS
139 TAGS:
140
141
142 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
143
144 subdir = interface/bitmaps
145
146 distdir: $(DISTFILES)
147         @for file in $(DISTFILES); do \
148           d=$(srcdir); \
149           if test -d $$d/$$file; then \
150             cp -pr $$d/$$file $(distdir)/$$file; \
151           else \
152             test -f $(distdir)/$$file \
153             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
154             || cp -p $$d/$$file $(distdir)/$$file || :; \
155           fi; \
156         done
157 info-am:
158 info: info-am
159 dvi-am:
160 dvi: dvi-am
161 check-am: all-am
162 check: check-am
163 installcheck-am:
164 installcheck: installcheck-am
165 install-exec-am:
166 install-exec: install-exec-am
167
168 install-data-am:
169 install-data: install-data-am
170
171 install-am: all-am
172         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
173 install: install-am
174 uninstall-am:
175 uninstall: uninstall-am
176 all-am: Makefile
177 all-redirect: all-am
178 install-strip:
179         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
180 installdirs:
181
182
183 mostlyclean-generic:
184
185 clean-generic:
186
187 distclean-generic:
188         -rm -f Makefile $(CONFIG_CLEAN_FILES)
189         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
190
191 maintainer-clean-generic:
192 mostlyclean-am:  mostlyclean-generic
193
194 mostlyclean: mostlyclean-am
195
196 clean-am:  clean-generic mostlyclean-am
197
198 clean: clean-am
199
200 distclean-am:  distclean-generic clean-am
201
202 distclean: distclean-am
203
204 maintainer-clean-am:  maintainer-clean-generic distclean-am
205         @echo "This command is intended for maintainers to use;"
206         @echo "it deletes files that may require special tools to rebuild."
207
208 maintainer-clean: maintainer-clean-am
209
210 .PHONY: tags distdir info-am info dvi-am dvi check check-am \
211 installcheck-am installcheck install-exec-am install-exec \
212 install-data-am install-data install-am install uninstall-am uninstall \
213 all-redirect all-am all installdirs mostlyclean-generic \
214 distclean-generic clean-generic maintainer-clean-generic clean \
215 mostlyclean distclean maintainer-clean
216
217
218 include $(top_builddir)/common.makefile
219
220 install.bitmaps: $(BITMAPS)
221         test -d $(DESTDIR)$(BITMAP_DIR) || mkdir -p $(DESTDIR)$(BITMAP_DIR)
222         for f in $(BITMAPS) ''; do case ".$$f" in .);; *) $(INSTALL) -m 644 $$f $(DESTDIR)$(BITMAP_DIR);; esac; done
223
224 # Tell versions [3.59,3.63) of GNU make to not export all variables.
225 # Otherwise a system limit (for SysV at least) may be exceeded.
226 .NOEXPORT: