/* if you have Xaw3d installed, you might wish to use this: */
#define UseXaw3d  0

/* for debugging: */
/*  CDEBUGFLAGS = -g -O2 */
/*LOCAL_LDFLAGS = -static */


#if UseXaw3d
#  define Xaw3dDefs -DUSE_XAW_3D
         XAWLIB = LoaderLibPrefix _Use(-lXaw3d,$(DEPXAWLIB))
/* XAWDEPLIBS should be here, too... it's a bit boring though */
#else
#  define Xaw3dDefs
#endif
  
#if HasGcc
# define WarnLevel -Wall
#else
# define WarnLevel
#endif

        DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = XawClientLibs
  EXTRA_DEFINES = WarnLevel Xaw3dDefs

           SRCS = Canvas.c xmine.c
           OBJS = Canvas.o xmine.o

ComplexProgramTarget(xmine)
InstallAppDefaults(Xmine)
