Compare commits
20 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3172389a0c | ||
|
|
26d090bbe0 | ||
|
|
a81b53f7e9 | ||
|
|
fc023d6e05 | ||
|
|
38b9f68271 | ||
|
|
ea59b102bd | ||
|
|
b94912a9e5 | ||
|
|
1f71c1f15d | ||
|
|
40f9bffcb0 | ||
|
|
7f4ae2a9ac | ||
|
|
91cbbd30f5 | ||
|
|
7339e641a7 | ||
|
|
0532539f00 | ||
|
|
9ce9d72d95 | ||
|
|
12dcb9a02f | ||
|
|
e734087ba6 | ||
|
|
cc2f68f1d4 | ||
|
|
6ec1851451 | ||
|
|
d8910d0832 | ||
|
|
ff145f2e5e |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xine-plugin
|
||||
# $Id$
|
||||
NAME := xine-plugin
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Moved to RPM Fusion together with xine-lib 1.2+
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue