/**/ # define NoDXM if you do not have the DEC help widget
#define NoDXm
#ifdef MipsArchitecture
/*           MDIR = /usr/lib/DXM/lib*/
#endif MipsArchitecture
#ifdef VaxArchitecture
           MDIR = /usr/lib/DXV/lib
#endif VaxArchitecture
         DXMLIB = $(MDIR)/DXm/libDXm.a
         MRMLIB = -lXrm
          XMLIB = -lXm
       XTOOLLIB = -lXt
       INCLUDES = -I$(MDIR)/Xt
    CDEBUGFLAGS = -g
           XLIB = -lX11

        DEPLIBS = 
#ifdef NoDXm
         NO_DXM = -DNO_DXM
LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB)
#else NoDXm
LOCAL_LIBRARIES = $(DXMLIB) $(MRMLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
#endif NoDXm
        DEFINES = $(NO_DXM)
  SYS_LIBRARIES = 
           SRCS = xglobe.c xmisc.c menu.c Flip.c
           OBJS = xglobe.o xmisc.o menu.o Flip.o

ComplexProgramTarget(xglobe)
InstallAppDefaults(XGlobe)

