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/lib/Makefile.in

    r2126 r2173  
    3636MICO_DIR = @MICO_DIR@
    3737ifeq ($(MICO_DIR), default)
    38 MICO_INC = -I../packages/mico/include
     38MICO_INC = -I../packages/mico/mico/include
     39MICO_PATH = ../bin/linux/
    3940else
    4041ifeq ($(MICO_DIR), yes)
     
    4344MICO_INC = -I$(MICO_DIR)
    4445endif
     46MICO_PATH =
    4547endif
    46 MINCLUDES = -I/usr/include/g++-2/ -I/usr/lib/gcc-lib/i386-slackware-linux/egcs-2.91.66/include/ -I/usr/include -I.  -I../packages/mico/mico/include -I../packages/mg/lib $(MICO_INC) -I..
     48MINCLUDES = -I/usr/include/g++-2/ -I/usr/lib/gcc-lib/i386-slackware-linux/egcs-2.91.66/include/ -I/usr/include -I.  -I../packages/mg/lib $(MICO_INC) -I..
    4749RANLIB = @RANLIB@
    4850USE_CORBA = @USE_CORBA@
     
    5254
    5355ifneq ($(USE_CORBA), 0)
    54 MCOMPILE = mico-c++ -x c++ $(MCFLAGS) $(DEFS) $(MINCLUDES) -c
     56MCOMPILE = $(MICO_PATH)mico-c++ -x c++ $(MCFLAGS) $(DEFS) $(MINCLUDES) -c
    5557else
    5658MCOMPILE = $(COMPILE)
     
    7577  corbaconv_text_t.h corbatext_t.h
    7678CORBASOURCES = \
    77   corbaiface.mpp    corbatext_t.mpp  corbaconv_text_t.mpp
     79  corbaiface.mpp    corbatext_t.mpp  corbaconv_text_t.mpp corbaiface_skel.mpp
    7880CORBAOBJECTS = \
    7981  corbaiface.o      corbatext_t.o    corbaconv_text_t.o  corbaiface_skel.o
     
    114116
    115117clean:
    116     rm -f $(OBJECTS) gsdllib.a
     118    rm -f $(OBJECTS) gsdllib.a corbaiface_skel.mpp corbaiface.h corbaiface.mpp
    117119
    118120distclean: clean
Note: See TracChangeset for help on using the changeset viewer.