/[smecontribs]/rpms/smeserver-oats/contribs7/Makefile
ViewVC logotype

Diff of /rpms/smeserver-oats/contribs7/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Tue Dec 25 00:06:44 2007 UTC Revision 1.2 by slords, Wed Feb 6 21:03:36 2008 UTC
# Line 1  Line 1 
1  # Makefile for source rpm: smeserver-oats  # Makefile for source rpm: smeserver-oats
2  # $Id$  # $Id: Makefile,v 1.1 2007/12/25 00:06:44 slords Exp $
3  NAME := smeserver-oats  NAME := smeserver-oats
4  SPECFILE = $(firstword $(wildcard *.spec))  SPECFILE = $(firstword $(wildcard *.spec))
5    
6  define find-makefile-common  define find-makefile-common
7  for d in ../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  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
8  endef  endef
9    
10  MAKEFILE_COMMON := $(shell $(find-makefile-common))  MAKEFILE_COMMON := $(shell $(find-makefile-common))
# Line 12  MAKEFILE_COMMON := $(shell $(find-makefi Line 12  MAKEFILE_COMMON := $(shell $(find-makefi
12  ifeq ($(MAKEFILE_COMMON),)  ifeq ($(MAKEFILE_COMMON),)
13  # attept a checkout  # attept a checkout
14  define checkout-makefile-common  define checkout-makefile-common
15  test -f CVS/Root && { cd .. ; 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  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
16  endef  endef
17    
18  MAKEFILE_COMMON := $(shell $(checkout-makefile-common))  MAKEFILE_COMMON := $(shell $(checkout-makefile-common))


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed