b69369e
# Makefile for source rpm: oflb-smonohand-fonts
b69369e
# $Id$
b69369e
NAME := oflb-smonohand-fonts
b69369e
SPECFILE = $(firstword $(wildcard *.spec))
b69369e
b69369e
define find-makefile-common
e0938c8
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
b69369e
endef
b69369e
b69369e
MAKEFILE_COMMON := $(shell $(find-makefile-common))
b69369e
b69369e
ifeq ($(MAKEFILE_COMMON),)
b69369e
# attept a checkout
b69369e
define checkout-makefile-common
b69369e
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
b69369e
endef
b69369e
b69369e
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
b69369e
endif
b69369e
b69369e
include $(MAKEFILE_COMMON)