Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > fc62b1a09d3a2a2032c7fe6d982e91e3 > files > 316

xsd-3.3.0-2.fc14.i686.rpm

dirs :=

ifeq ($(WITH_BOOST),1)
dirs += boost
endif


ifeq ($(WITH_ACE),1)
dirs += cdr
endif

ifeq ($(WITH_XDR),1)
dirs += xdr
endif


.PHONY: all $(dirs)

all: $(dirs)

$(dirs):
	@$(MAKE) -C $@ $(MAKECMDGOALS)

makefile: ;
% :: $(dirs) ;