|
|
@@ -80,6 +80,13 @@
|
|
|
#define python_lpath $[wildcard $[PYTHON_LPATH]]
|
|
|
#endif
|
|
|
|
|
|
+#if $[HAVE_RAD_MSS]
|
|
|
+ #define rad_mss_ipath $[wildcard $[RAD_MSS_IPATH]]
|
|
|
+ #define rad_mss_lpath $[wildcard $[RAD_MSS_LPATH]]
|
|
|
+ #define rad_mss_cflags $[RAD_MSS_CFLAGS]
|
|
|
+ #define rad_mss_libs $[RAD_MSS_LIBS]
|
|
|
+#endif
|
|
|
+
|
|
|
#if $[HAVE_NSPR]
|
|
|
#define nspr_ipath $[wildcard $[NSPR_IPATH]]
|
|
|
#define nspr_lpath $[wildcard $[NSPR_LPATH]]
|
|
|
@@ -408,6 +415,9 @@
|
|
|
#if $[ne $[USE_VRPN] $[components $[USE_VRPN],$[active_component_libs]],]
|
|
|
#set alt_cflags $[alt_cflags] $[vrpn_cflags]
|
|
|
#endif
|
|
|
+ #if $[ne $[USE_RAD_MSS] $[components $[USE_RAD_MSS],$[active_component_libs]],]
|
|
|
+ #set alt_cflags $[alt_cflags] $[rad_mss_cflags]
|
|
|
+ #endif
|
|
|
#if $[ne $[USE_AUDIO] $[components $[USE_AUDIO],$[active_component_libs]],]
|
|
|
#set alt_cflags $[alt_cflags] $[audio_cflags]
|
|
|
#endif
|
|
|
@@ -473,6 +483,9 @@
|
|
|
#if $[ne $[USE_VRPN] $[components $[USE_VRPN],$[active_component_libs]],]
|
|
|
#set alt_ipath $[alt_ipath] $[vrpn_ipath]
|
|
|
#endif
|
|
|
+ #if $[ne $[USE_RAD_MSS] $[components $[USE_RAD_MSS],$[active_component_libs]],]
|
|
|
+ #set alt_ipath $[alt_ipath] $[rad_mss_ipath]
|
|
|
+ #endif
|
|
|
#if $[ne $[USE_AUDIO] $[components $[USE_AUDIO],$[active_component_libs]],]
|
|
|
#set alt_ipath $[alt_ipath] $[audio_ipath]
|
|
|
#endif
|
|
|
@@ -538,6 +551,9 @@
|
|
|
#if $[ne $[USE_VRPN] $[components $[USE_VRPN],$[active_component_libs] $[transitive_link]],]
|
|
|
#set alt_lpath $[alt_lpath] $[vrpn_lpath]
|
|
|
#endif
|
|
|
+ #if $[ne $[USE_RAD_MSS] $[components $[USE_RAD_MSS],$[active_component_libs] $[transitive_link]],]
|
|
|
+ #set alt_lpath $[alt_lpath] $[rad_mss_lpath]
|
|
|
+ #endif
|
|
|
#if $[ne $[USE_AUDIO] $[components $[USE_AUDIO],$[active_component_libs] $[transitive_link]],]
|
|
|
#set alt_lpath $[alt_lpath] $[audio_lpath]
|
|
|
#endif
|
|
|
@@ -604,6 +620,9 @@
|
|
|
#if $[ne $[USE_VRPN] $[components $[USE_VRPN],$[active_component_libs] $[transitive_link]],]
|
|
|
#set alt_libs $[alt_libs] $[vrpn_libs]
|
|
|
#endif
|
|
|
+ #if $[ne $[USE_RAD_MSS] $[components $[USE_RAD_MSS],$[active_component_libs] $[transitive_link]],]
|
|
|
+ #set alt_libs $[alt_libs] $[rad_mss_libs]
|
|
|
+ #endif
|
|
|
#if $[ne $[USE_AUDIO] $[components $[USE_AUDIO],$[active_component_libs] $[transitive_link]],]
|
|
|
#set alt_libs $[alt_libs] $[audio_libs]
|
|
|
#endif
|