/[pkgs]/devel/xsp/Makefile
ViewVC logotype

Contents of /devel/xsp/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue May 9 21:39:21 2006 UTC (3 years, 6 months ago) by pfj
Branch: MAIN
CVS Tags: xsp-2_4-7_fc11, F-12-split, xsp-1_1_13-3_fc6, xsp-2_2-7_RC2_20090901svn122761_fc11, xsp-1_1_16-1_fc6, xsp-1_1_16_1-1_fc6, xsp-1_9-2_fc9, xsp-2_4-5_RC2_fc11, F-7-split, xsp-1_2_6-1_fc9, xsp-1_9_1-1_fc10, F-8-split, xsp-1_1_15-5_fc6, xsp-1_1_15-4_fc6, xsp-2_2-5_RC1_20081224svn122055_fc11, xsp-1_9-1_fc9, FC-5-split, xsp-1_9-2_fc10, xsp-1_1_15-3_fc6, xsp-1_2_6-2_1_fc9, xsp-2_4-3_pre2_20090502svn125103_fc11, xsp-2_2-3_RC1_20081224svn122055_fc11, F-10-split, xsp-1_9_1-2_fc10, xsp-2_0-1_fc10, xsp-2_2-6_RC1_20081224svn122055_fc11, F-11-split, xsp-1_2_3-2_fc7, xsp-1_1_17-1_fc6, xsp-1_1_13-3, xsp-1_1_15-2_fc6, xsp-2_4-4_pre2_20090502svn125103_fc11, F-9-split, xsp-2_0-2_fc10, FC-6-split, xsp-2_4-7_1_fc11, xsp-2_0-4_fc10, xsp-2_4-4_RC1_fc11, xsp-1_2_6-1_1_fc9, xsp-1_1_16-2_fc6, xsp-2_2-1_pre1_fc11, xsp-1_2_3-2, xsp-1_1_15-6_fc6, xsp-1_2_3-1, xsp-1_2_3-1_fc7, xsp-1_1_18-1_fc6, xsp-1_1_15-4, xsp-2_4-6_RC3_fc11, xsp-1_1_15-1_fc6, xsp-1_1_16_1-1, xsp-2_6-1_fc13, xsp-2_4_2-3_fc13, xsp-1_2_1-1, xsp-2_4_2-2_fc12, xsp-2_4-8_fc11, xsp-1_2_1-1_fc7, xsp-1_1_15-5, xsp-2_4_2-1_fc12, xsp-1_1_15-3, xsp-1_1_15-2, xsp-1_1_15-1, HEAD
Setup of module xsp
1 # Makefile for source rpm: xsp
2 # $Id: Makefile,v 1.1 2006/05/09 21:39:21 pfj Exp $
3 NAME := xsp
4 SPECFILE = $(firstword $(wildcard *.spec))
5
6 define find-makefile-common
7 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
9
10 MAKEFILE_COMMON := $(shell $(find-makefile-common))
11
12 ifeq ($(MAKEFILE_COMMON),)
13 # attept a checkout
14 define checkout-makefile-common
15 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
17
18 MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
19 endif
20
21 include $(MAKEFILE_COMMON)

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2