blob: ecad1ffc2bb15df633ce3aca9f3b5944efd2a30e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
##
## Process this file with automake to produce Makefile.in
##
m4datadir = @ACLOCAL_DIR@
m4data_DATA = xine.m4
EXTRA_DIST = _xine.m4 alsa.m4 esd.m4 $(m4data_DATA)
debug:
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
|