#
# example programs Imakefile
#
#

#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

SRCS1=	basic.c
OBJS1=	basic.o

PROGRAMS = basic

all::  $(PROGRAMS)

LOCAL_LIBRARIES = $(XLIB)

NormalProgramTarget(basic,$(OBJS1),,$(LOCAL_LIBRARIES),)
