wmappkill: Add version 0.2 to repository.
[dockapps.git] / wmmp3 / Makefile.in
blob65dbf7738d631d4cd9be0f2e47b51d545979f6c2
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = .
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CC = @CC@
61 MAKEINFO = @MAKEINFO@
62 PACKAGE = @PACKAGE@
63 VERSION = @VERSION@
65 bin_PROGRAMS = wmmp3
66 wmmp3_SOURCES = main.c mpg123ctl.c wmgeneral.c buttons.c main.h mpg123ctl.h wmgeneral.h buttons.h charset.xpm wmmp3.xpm song_hash.c song_hash.h
67 EXTRA_DIST = sample.wmmp3
68 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
70 CONFIG_CLEAN_FILES =
71 PROGRAMS = $(bin_PROGRAMS)
74 DEFS = @DEFS@ -I. -I$(srcdir)
75 CPPFLAGS = @CPPFLAGS@
76 LDFLAGS = @LDFLAGS@
77 LIBS = @LIBS@
78 X_CFLAGS = @X_CFLAGS@
79 X_LIBS = @X_LIBS@
80 X_EXTRA_LIBS = @X_EXTRA_LIBS@
81 X_PRE_LIBS = @X_PRE_LIBS@
82 wmmp3_OBJECTS = main.o mpg123ctl.o wmgeneral.o buttons.o song_hash.o
83 wmmp3_LDADD = $(LDADD)
84 wmmp3_DEPENDENCIES =
85 wmmp3_LDFLAGS =
86 CFLAGS = @CFLAGS@
87 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88 CCLD = $(CC)
89 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
90 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
91 Makefile.in NEWS TODO aclocal.m4 configure configure.in install-sh \
92 missing mkinstalldirs
95 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
97 TAR = gtar
98 GZIP_ENV = --best
99 SOURCES = $(wmmp3_SOURCES)
100 OBJECTS = $(wmmp3_OBJECTS)
102 all: all-redirect
103 .SUFFIXES:
104 .SUFFIXES: .S .c .o .s
105 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
106 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
108 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
109 cd $(top_builddir) \
110 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
112 $(ACLOCAL_M4): configure.in
113 cd $(srcdir) && $(ACLOCAL)
115 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
116 $(SHELL) ./config.status --recheck
117 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
118 cd $(srcdir) && $(AUTOCONF)
120 mostlyclean-binPROGRAMS:
122 clean-binPROGRAMS:
123 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
125 distclean-binPROGRAMS:
127 maintainer-clean-binPROGRAMS:
129 install-binPROGRAMS: $(bin_PROGRAMS)
130 @$(NORMAL_INSTALL)
131 $(mkinstalldirs) $(DESTDIR)$(bindir)
132 @list='$(bin_PROGRAMS)'; for p in $$list; do \
133 if test -f $$p; then \
134 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
135 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
136 else :; fi; \
137 done
139 uninstall-binPROGRAMS:
140 @$(NORMAL_UNINSTALL)
141 list='$(bin_PROGRAMS)'; for p in $$list; do \
142 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
143 done
145 .c.o:
146 $(COMPILE) -c $<
148 .s.o:
149 $(COMPILE) -c $<
151 .S.o:
152 $(COMPILE) -c $<
154 mostlyclean-compile:
155 -rm -f *.o core *.core
157 clean-compile:
159 distclean-compile:
160 -rm -f *.tab.c
162 maintainer-clean-compile:
164 wmmp3: $(wmmp3_OBJECTS) $(wmmp3_DEPENDENCIES)
165 @rm -f wmmp3
166 $(LINK) $(wmmp3_LDFLAGS) $(wmmp3_OBJECTS) $(wmmp3_LDADD) $(LIBS)
168 tags: TAGS
170 ID: $(HEADERS) $(SOURCES) $(LISP)
171 list='$(SOURCES) $(HEADERS)'; \
172 unique=`for i in $$list; do echo $$i; done | \
173 awk ' { files[$$0] = 1; } \
174 END { for (i in files) print i; }'`; \
175 here=`pwd` && cd $(srcdir) \
176 && mkid -f$$here/ID $$unique $(LISP)
178 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
179 tags=; \
180 here=`pwd`; \
181 list='$(SOURCES) $(HEADERS)'; \
182 unique=`for i in $$list; do echo $$i; done | \
183 awk ' { files[$$0] = 1; } \
184 END { for (i in files) print i; }'`; \
185 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
186 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
188 mostlyclean-tags:
190 clean-tags:
192 distclean-tags:
193 -rm -f TAGS ID
195 maintainer-clean-tags:
197 distdir = $(PACKAGE)-$(VERSION)
198 top_distdir = $(distdir)
200 # This target untars the dist file and tries a VPATH configuration. Then
201 # it guarantees that the distribution is self-contained by making another
202 # tarfile.
203 distcheck: dist
204 -rm -rf $(distdir)
205 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
206 mkdir $(distdir)/=build
207 mkdir $(distdir)/=inst
208 dc_install_base=`cd $(distdir)/=inst && pwd`; \
209 cd $(distdir)/=build \
210 && ../configure --srcdir=.. --prefix=$$dc_install_base \
211 && $(MAKE) $(AM_MAKEFLAGS) \
212 && $(MAKE) $(AM_MAKEFLAGS) dvi \
213 && $(MAKE) $(AM_MAKEFLAGS) check \
214 && $(MAKE) $(AM_MAKEFLAGS) install \
215 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
216 && $(MAKE) $(AM_MAKEFLAGS) dist
217 -rm -rf $(distdir)
218 @banner="$(distdir).tar.gz is ready for distribution"; \
219 dashes=`echo "$$banner" | sed s/./=/g`; \
220 echo "$$dashes"; \
221 echo "$$banner"; \
222 echo "$$dashes"
223 dist: distdir
224 -chmod -R a+r $(distdir)
225 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
226 -rm -rf $(distdir)
227 dist-all: distdir
228 -chmod -R a+r $(distdir)
229 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
230 -rm -rf $(distdir)
231 distdir: $(DISTFILES)
232 -rm -rf $(distdir)
233 mkdir $(distdir)
234 -chmod 777 $(distdir)
235 @for file in $(DISTFILES); do \
236 d=$(srcdir); \
237 if test -d $$d/$$file; then \
238 cp -pr $$d/$$file $(distdir)/$$file; \
239 else \
240 test -f $(distdir)/$$file \
241 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
242 || cp -p $$d/$$file $(distdir)/$$file || :; \
243 fi; \
244 done
246 info-am:
247 info: info-am
248 dvi-am:
249 dvi: dvi-am
250 check-am: all-am
251 check: check-am
252 installcheck-am:
253 installcheck: installcheck-am
254 install-exec-am: install-binPROGRAMS
255 install-exec: install-exec-am
257 install-data-am:
258 install-data: install-data-am
260 install-am: all-am
261 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
262 install: install-am
263 uninstall-am: uninstall-binPROGRAMS
264 uninstall: uninstall-am
265 all-am: Makefile $(PROGRAMS)
266 all-redirect: all-am
267 install-strip:
268 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
269 installdirs:
270 $(mkinstalldirs) $(DESTDIR)$(bindir)
273 mostlyclean-generic:
275 clean-generic:
277 distclean-generic:
278 -rm -f Makefile $(CONFIG_CLEAN_FILES)
279 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
281 maintainer-clean-generic:
282 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
283 mostlyclean-tags mostlyclean-generic
285 mostlyclean: mostlyclean-am
287 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-generic \
288 mostlyclean-am
290 clean: clean-am
292 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
293 distclean-generic clean-am
295 distclean: distclean-am
296 -rm -f config.status
298 maintainer-clean-am: maintainer-clean-binPROGRAMS \
299 maintainer-clean-compile maintainer-clean-tags \
300 maintainer-clean-generic distclean-am
301 @echo "This command is intended for maintainers to use;"
302 @echo "it deletes files that may require special tools to rebuild."
304 maintainer-clean: maintainer-clean-am
305 -rm -f config.status
307 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
308 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
309 mostlyclean-compile distclean-compile clean-compile \
310 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
311 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
312 check-am installcheck-am installcheck install-exec-am install-exec \
313 install-data-am install-data install-am install uninstall-am uninstall \
314 all-redirect all-am all installdirs mostlyclean-generic \
315 distclean-generic clean-generic maintainer-clean-generic clean \
316 mostlyclean distclean maintainer-clean
319 # Tell versions [3.59,3.63) of GNU make to not export all variables.
320 # Otherwise a system limit (for SysV at least) may be exceeded.
321 .NOEXPORT: