#include <Motif.tmpl>
     LOCAL_LIBRARIES = $(XMLIB) $(SYSLIBS)
                FILE = xm1
                SRCS = $(FILE).c
                OBJS = $(FILE).o
            PROGRAMS = $(FILE)
        CDEBUGFLAGS  = -g

all::  $(PROGRAMS)

ComplexProgramTarget($(FILE))
