b5be196
# Makefile for source rpm: ipw2200-firmware
b5be196
# $Id$
b5be196
NAME := ipw2200-firmware
b5be196
SPECFILE = $(firstword $(wildcard *.spec))
b5be196
b5be196
define find-makefile-common
b5be196
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
b5be196
endef
b5be196
b5be196
MAKEFILE_COMMON := $(shell $(find-makefile-common))
b5be196
b5be196
ifeq ($(MAKEFILE_COMMON),)
b5be196
# attept a checkout
b5be196
define checkout-makefile-common
b5be196
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
b5be196
endef
b5be196
b5be196
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
b5be196
endif
b5be196
b5be196
include $(MAKEFILE_COMMON)