Changeset 19202

Show
Ignore:
Timestamp:
08/13/06 12:10:55 (2 years ago)
Author:
allenb
Message:

- Added code to support links to versioned installs of cppdom

I don't normally use sed, or make, so this could be lame in some way that I am missing. The important thing though is
that it works and something like this will be needed in the future anyway when we use flagpoll to get this information.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/external/Makefile.in

    r18824 r19202  
    7575GMTL_ROOT=              @GMTL_ROOT@ 
    7676GMTL_INC_DIR=           @GMTL_INC_DIR@ 
     77CPPDOM_INC_DIR := $(shell $(CPPDOM_ROOT)/bin/cppdom-config --cxxflags | sed -e 's/-I\([^ ]*\)/\1/g') 
     78 
    7779 
    7880AUDIERE_ROOT=           @AUDIERE_ROOT@ 
     
    165167        $(LN_S) $(CPPDOM_ROOT)/bin/cppdom-config $(instlinks)/bin/cppdom-config 
    166168        -$(RM_LN) $(instlinks)/include/cppdom 
    167         $(LN_S) $(CPPDOM_ROOT)/include/cppdom $(instlinks)/include/cppdom 
     169        $(LN_S) $(CPPDOM_INC_DIR)/cppdom $(instlinks)/include/cppdom 
    168170        $(INSTALL) -l $(CPPDOM_ROOT)/lib/libcppdom* $(instlinks)/lib$(LIBBITSUF) 
    169171