e38f8ebe1a
Port Maintainer : Andre S. Barbosa <andre@ravel.ufrj.br> --- Mico is a freely available and complete CORBA-compliant implementation. It allows applications to interoperate in a distributed and heterogeneous environment, regardless of the locations of the applications, operating systems and programming language. WWW: http://www.mico.org
15 lines
645 B
Plaintext
15 lines
645 B
Plaintext
--- demo/dispatcher/Makefile.orig Thu Jun 28 02:49:28 2001
|
|
+++ demo/dispatcher/Makefile Thu Jun 28 02:49:51 2001
|
|
@@ -27,8 +27,8 @@ clean:
|
|
rm -f *.o core *~ .depend
|
|
|
|
install:
|
|
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/dispatcher
|
|
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/dispatcher
|
|
- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/dispatcher
|
|
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/dispatcher
|
|
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/dispatcher
|
|
+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/dispatcher
|
|
test -z "$(DIRS)" || \
|
|
eval 'for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done'
|