head	1.1;
access;
symbols
	RELENG_9_1_0_RELEASE:1.1
	RELENG_9_1:1.1.0.6
	RELENG_9_1_BP:1.1
	RELENG_9_0_0_RELEASE:1.1
	RELENG_9_0:1.1.0.4
	RELENG_9_0_BP:1.1
	RELENG_9:1.1.0.2
	RELENG_9_BP:1.1;
locks; strict;
comment	@# @;


1.1
date	2011.03.21.09.58.24;	author jeff;	state Exp;
branches;
next	;


desc
@@


1.1
log
@SVN rev 219820 on 2011-03-21 09:58:24Z by jeff

 - Merge in OFED 1.5.3 from projects/ofed/head
@
text
@
SUBDIRS:= libibcommon libibumad libibmad opensm infiniband-diags

all:

config:
	$(foreach dir, $(SUBDIRS), \
		if [ ! -z "$(force)" -o ! -x $(dir)/configure ] ; then \
			( cd $(dir) && ./autogen.sh && ./configure $(CONFIG_OPTS) ) \
				|| exit 1 ; \
		elif [ ! -e $(dir)/Makefile ] ; then \
			( cd $(dir) && ./configure $(CONFIG_OPTS) ) \
				|| exit 1 ; \
		fi ; )

automake: force=1
automake: config

all install: config
all install clean:
	$(foreach dir, $(SUBDIRS), $(MAKE) -C $(dir) $@@ && ) echo $@@ done
@
