From: Yurii R. <yr...@us...> - 2003-01-25 21:51:32
|
Update of /cvsroot/eas-dev/eas-dev/components In directory sc8-pr-cvs1:/tmp/cvs-serv679/components Modified Files: Makefile.am Log Message: a bit update to libsxmlstream; changes in build process; very small change in core-architecture-ru Index: Makefile.am =================================================================== RCS file: /cvsroot/eas-dev/eas-dev/components/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 25 Jan 2003 02:51:50 -0000 1.3 +++ Makefile.am 25 Jan 2003 21:51:27 -0000 1.4 @@ -84,15 +84,14 @@ BASIC_URDS = $(subst idl,urd,$(BASIC_IDLS)) BASIC_URDS_ = $(patsubst %.urd,$(BIN_PATH)/%.urd,$(BASIC_URDS)) -COMPILED_COMPONENTS=$(patsubst %,%/bin/lib%.so,$(COMPONENTS)) COMPONENTS_REGISTRY=$(patsubst %,%/bin/%.rdb,$(COMPONENTS)) all-local: openeas.rdb -openeas.rdb: $(COMPILED_COMPONENTS) $(COMPONENTS_REGISTRY) +openeas.rdb: $(COMPONENTS_REGISTRY) $(REGMERGE) openeas.rdb /UCR openeas-basic.rdb $(COMPONENTS_REGISTRY) -$(COMPILED_COMPONENTS): openeas-basic.rdb +$(COMPONENTS_REGISTRY): openeas-basic.rdb for dir in $(COMPONENTS); do \ $(MAKE) -C $$dir; \ done |