# Makefile for source rpm: autoconf260 NAME := autoconf260 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)) # Build generic version on F-7, oldest release having suitable m4 # A suitable test vehicle is bluefish-1.0.7, which has Caolan's enchant patch FROM_DIST = fc7 TO_DIST = fc7 include $(MAKEFILE_COMMON)