blob: 62ec115113a866e54de1664e43976455e1159f4e (
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
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
|