Ignore:
Timestamp:
2001-03-14T04:15:23+13:00 (23 years ago)
Author:
cs025
Message:

Improvements to configure scripts in their support of various MICO
environment considerations, particularly when MICO is on the system
paths.

Fixed CORBA version of ping to correspond with parameters etc. of the
native form.

Finally, improved PING action to be more than a simple call to
the HASCOLLECTION action in the null protocol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/Makefile.in

    r2129 r2173  
    3737
    3838USE_CORBA=@USE_CORBA@
     39MICO_DIR=@MICO_DIR@
    3940ifeq ($(USE_CORBA), 1)
     41ifeq ($(MICO_DIR), "default")
    4042CORBA=mico/mico
     43else
     44CORBA=
     45endif
    4146else
    4247CORBA=
     
    5055          (cd $$odir && $(MAKE) $(MDEFINES) $@) || exit 1; \
    5156        done
    52 ifeq ($(USE_CORBA), 1)
     57ifeq ($(CORBA), "mico/mico")
    5358    cd mico/mico; $(MAKE)  $(MDEFINES) install
    5459    mkdir -p ../bin/linux
Note: See TracChangeset for help on using the changeset viewer.