# Makefile for source rpm: python-twisted-runner
NAME := python-twisted-runner
SPECFILE = $(firstword $(wildcard *.spec))

define find-makefile-common
for d in common ../common ../../common ../../../common ../../../../common ; do if [ -f $$d/trunk/Makefile.common ] ; then if [ -f $$d/trunk/.svn -a -w $$/Makefile.common ] ; then cd $$d/trunk ; svn update --quiet ; fi ; echo "$$d/trunk/Makefile.common" ; break ; fi ; done
endef

MAKEFILE_COMMON := $(shell $(find-makefile-common))

# Never built for anything prior to FC-2
FROM_DIST = fc2

# Later releases can use python24 branch or trunk
TO_DIST = rhel4

include $(MAKEFILE_COMMON)