Changeset 19565

Show
Ignore:
Timestamp:
11/20/06 13:59:50 (2 years ago)
Author:
patrick
Message:

Generate a Flagpoll file for NSPR so that the VPR Flagpoll file will behave
correctly when NSPR is being used as the backend subsystem.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vapor/Makefile.inc.in

    r19464 r19565  
    5252 
    5353BOOST_VERSION=  @BOOST_VERSION_DOT@ 
     54NSPR_VERSION=   @NSPR_VER@ 
     55 
     56ifeq (@SUBSYSTEM@, NSPR) 
     57   USE_NSPR=    Y 
     58else 
     59   USE_NSPR=    N 
     60endif 
    5461 
    5562# Extra compiler and linker options needed only by this file. 
     
    221228          $(EXTRA_INSTALL_ARGS) $(topdir)/boost*.fpc                    \ 
    222229          $(instlinks)/share/flagpoll 
     230ifeq ($(USE_NSPR), Y) 
     231        $(INSTALL) -m $(FILE_PERMS) $(GROUP_OPT_UNIX)                   \ 
     232          $(topdir)/nspr.fpc $(instlinks)/share/flagpoll 
     233endif 
    223234ifdef BUILD_TYPE 
    224235        $(MAKE) links-$(BUILD_TYPE) 
     
    363374          $(topdir)/boost_filesystem.fpc                                \ 
    364375          $(libdir)$(LIBBITSUF)/flagpoll/boost_filesystem-$(BOOST_VERSION).$(ISA).fpc 
     376ifeq ($(USE_NSPR), Y) 
     377        $(INSTALL) -m $(FILE_PERMS) $(GROUP_OPT_UNIX)                   \ 
     378          $(topdir)/nspr.fpc                                            \ 
     379          $(libdir)$(LIBBITSUF)/flagpoll/nspr-$(NSPR_VERSION).$(ISA).fpc 
     380endif 
    365381 
    366382# ============================================================================= 
  • juggler/trunk/modules/vapor/configure.ac

    r19492 r19565  
    4949AC_REVISION($Revision$) 
    5050AC_CONFIG_AUX_DIR([../../share/config]) 
    51 DPP_PREREQ([2.1.5]) 
     51DPP_PREREQ([2.1.9]) 
    5252DPP_INIT 
    5353 
     
    10941094   boost.fpc 
    10951095   boost_filesystem.fpc 
     1096   nspr.fpc 
    10961097   vpr.fpc 
    10971098   Makefile