|
@@ -16,17 +16,20 @@
|
|
|
#end static_lib_target
|
|
#end static_lib_target
|
|
|
|
|
|
|
|
|
|
|
|
|
-#begin static_lib_target
|
|
|
|
|
- #define TARGET framework_multimon
|
|
|
|
|
- #define LOCAL_LIBS \
|
|
|
|
|
- putil collide loader sgmanip chan text chancfg cull \
|
|
|
|
|
- pnmimage pnmimagetypes event wdxdisplay
|
|
|
|
|
|
|
+#if $[HAVE_DX]
|
|
|
|
|
+ #begin static_lib_target
|
|
|
|
|
+ #define TARGET framework_multimon
|
|
|
|
|
+ #define LOCAL_LIBS \
|
|
|
|
|
+ putil collide loader sgmanip chan text chancfg cull \
|
|
|
|
|
+ pnmimage pnmimagetypes event wdxdisplay
|
|
|
|
|
|
|
|
- #define SOURCES \
|
|
|
|
|
- config_framework.cxx config_framework.h framework_multimon.cxx framework.h
|
|
|
|
|
|
|
+ #define SOURCES \
|
|
|
|
|
+ config_framework.cxx config_framework.h framework_multimon.cxx framework.h
|
|
|
|
|
|
|
|
- #define INSTALL_HEADERS \
|
|
|
|
|
- framework.h
|
|
|
|
|
|
|
+ #define INSTALL_HEADERS \
|
|
|
|
|
+ framework.h
|
|
|
|
|
+
|
|
|
|
|
+ #end static_lib_target
|
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
-#end static_lib_target
|
|
|
|
|
|
|
|