#
# example programs Imakefile
#
#

#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

SRCS1=	xmotdbltst.c
OBJS1=	xmotdbltst.o

SRCS2=	xtryaccel.c
OBJS2=	xtryaccel.o

PROGRAMS = xmotdbltst xtryaccel

all::  $(PROGRAMS)

LOCAL_LIBRARIES = -lXm $(XTOOLLIB) $(XLIB)
LOCAL_LIBRARIES2 = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)

NormalProgramTarget(xmotdbltst,$(OBJS1),,$(LOCAL_LIBRARIES),)

NormalProgramTarget(xtryaccel,$(OBJS2),,$(LOCAL_LIBRARIES2),)
