# Makefile for source rpm: bluefish NAME := bluefish 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)) # glib2 ≥ 2.87 needed for g_string_free_and_steal # https://sourceforge.net/p/bluefish/tickets/104/ DIST_REGEX = '^(rhel1[0-9]|fc3[89]|fc[4-9][0-9])' include $(MAKEFILE_COMMON)