blob: 018766043a2e672dec464fa702e36c26e5faa7c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
EXTRA_DIST = autogen.sh upload.pl SlackBuild.in SlackBuild build_rpms.sh \
xine-lib.spec.in xine-lib.spec guenter.spec.in guenter.spec\
xine_logo.png
bin_SCRIPTS = xine-config
datadir = $(XINE_SKINDIR)
data_DATA = xine_logo.png
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
|