/* 
 * Set xmub-specific variables.
 * This must come first
 */
#include "../xmub.tmpl"

  PROGRAMS = new_demo txj_demo
  SRCS1 = new_demo.c
  OBJS1 = new_demo.o
  SRCS2 = txj_demo.c
  OBJS2 = txj_demo.o

  LOCAL_LIBRARIES = -lxmub
/*  EXTRA_INCLUDES = -I$(XMUBINCDIR) */
  TOP = ..


BINDIR=$(XMUBBINDIR)
ComplexProgramTarget_1(new_demo,$(XMUBLIB) $(XMLIB) $(XTLIB) $(XLIB),NullParameter)
ComplexProgramTarget_2(txj_demo,$(XMUBLIB) $(XMLIB) $(XTLIB) $(XLIB),NullParameter)

/* Rule to install the demo script. */
InstallProgram(doDemo,$(XMUBBINDIR))

/* Rule to install the palette definition file. */
InstallNonExecFile(xresource.map,$(XMUBRESDIR))
