blob: 71a3353cc8e30be8a7306de33dc697d059a6b505 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
##
## Process this file with automake to produce Makefile.in
##
if INSTALL_M4
m4datadir = @ACLOCAL_DIR@
m4data_DATA = xine.m4
endif
EXTRA_DIST = _xine.m4 alsa.m4 arts.m4 esd.m4 xine.m4 aa.m4 irixal.m4 as.m4 ogg.m4 vorbis.m4
debug:
install-debug: install
mostlyclean-generic:
-rm -f *~ \#* .*~ .\#*
maintainer-clean-generic:
-@echo "This command is intended for maintainers to use;"
-@echo "it deletes files that may require special tools to rebuild."
-rm -f Makefile.in
|