# Makefile for source rpm: automake110 NAME := automake110 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)) # automake110 only included in repo from F-11 onwards FROM_DIST = fc11 # No dist tag, can use one build everywhere # but FTBFS happens from F-14 (EL-6 is OK) # TO_DIST = fc13 TO_DIST = fc11 include $(MAKEFILE_COMMON)