# Makefile for source rpm: compat-wxGTK26 NAME := compat-wxGTK26 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)) # Anything earlier than Fedora 12 has wxGTK 2.6 natively or the compat package is in Fedora # I'm not maintaining any BitTorrent tools or their dependencies from F-19 TO_DIST = fc18 # Needs more space than our tmpfs filesystem KEEP = 1 include $(MAKEFILE_COMMON)