cvsextras fc5a0c3
# Makefile for source rpm: gconfmm26
d9169ae
# $Id: Makefile,v 1.2 2004/11/24 03:10:10 gafton Exp $
cvsextras fc5a0c3
NAME := gconfmm26
cvsextras fc5a0c3
SPECFILE = $(firstword $(wildcard *.spec))
cvsextras fc5a0c3
cvsextras fc5a0c3
define find-makefile-common
d9169ae
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
cvsextras fc5a0c3
endef
cvsextras fc5a0c3
cvsextras fc5a0c3
MAKEFILE_COMMON	:= $(shell $(find-makefile-common))
cvsextras fc5a0c3
cvsextras fc5a0c3
ifeq ($(MAKEFILE_COMMON),)
cvsextras fc5a0c3
# attept a checkout
cvsextras fc5a0c3
define checkout-makefile-common
gafton c7de2bf
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
cvsextras fc5a0c3
endef
cvsextras fc5a0c3
cvsextras fc5a0c3
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
cvsextras fc5a0c3
endif
cvsextras fc5a0c3
cvsextras fc5a0c3
include $(MAKEFILE_COMMON)