Changeset 19565
- Timestamp:
- 11/20/06 13:59:50 (2 years ago)
- Files:
-
- juggler/trunk/modules/vapor/Makefile.inc.in (modified) (3 diffs)
- juggler/trunk/modules/vapor/configure.ac (modified) (2 diffs)
- juggler/trunk/modules/vapor/nspr.fpc.in (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vapor/Makefile.inc.in
r19464 r19565 52 52 53 53 BOOST_VERSION= @BOOST_VERSION_DOT@ 54 NSPR_VERSION= @NSPR_VER@ 55 56 ifeq (@SUBSYSTEM@, NSPR) 57 USE_NSPR= Y 58 else 59 USE_NSPR= N 60 endif 54 61 55 62 # Extra compiler and linker options needed only by this file. … … 221 228 $(EXTRA_INSTALL_ARGS) $(topdir)/boost*.fpc \ 222 229 $(instlinks)/share/flagpoll 230 ifeq ($(USE_NSPR), Y) 231 $(INSTALL) -m $(FILE_PERMS) $(GROUP_OPT_UNIX) \ 232 $(topdir)/nspr.fpc $(instlinks)/share/flagpoll 233 endif 223 234 ifdef BUILD_TYPE 224 235 $(MAKE) links-$(BUILD_TYPE) … … 363 374 $(topdir)/boost_filesystem.fpc \ 364 375 $(libdir)$(LIBBITSUF)/flagpoll/boost_filesystem-$(BOOST_VERSION).$(ISA).fpc 376 ifeq ($(USE_NSPR), Y) 377 $(INSTALL) -m $(FILE_PERMS) $(GROUP_OPT_UNIX) \ 378 $(topdir)/nspr.fpc \ 379 $(libdir)$(LIBBITSUF)/flagpoll/nspr-$(NSPR_VERSION).$(ISA).fpc 380 endif 365 381 366 382 # ============================================================================= juggler/trunk/modules/vapor/configure.ac
r19492 r19565 49 49 AC_REVISION($Revision$) 50 50 AC_CONFIG_AUX_DIR([../../share/config]) 51 DPP_PREREQ([2.1. 5])51 DPP_PREREQ([2.1.9]) 52 52 DPP_INIT 53 53 … … 1094 1094 boost.fpc 1095 1095 boost_filesystem.fpc 1096 nspr.fpc 1096 1097 vpr.fpc 1097 1098 Makefile
