#
# example programs Imakefile
#
#

#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

SRCS1=	winman.c Icons.c box.c
OBJS1=	winman.o Icons.o box.o

PROGRAMS = winman

all::  $(PROGRAMS)

LOCAL_LIBRARIES = $(XLIB)

NormalProgramTarget(winman,$(OBJS1),,$(LOCAL_LIBRARIES),)
