# Makefile for source rpm: libpng10 NAME := libpng10 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)) # I've dropped (most of) the Gnome 1 stack from Fedora 33 onwards # But probinson went and retired the F-32 branches too after I orphaned them TO_DIST = fc31 include $(MAKEFILE_COMMON)