#
# example programs Imakefile
#
#

#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

SRCS1=	xbitmap1.c BitmapEdit.c
OBJS1=	xbitmap1.o BitmapEdit.o 

SRCS2=	xbitmap2.c BitmapEdit.c
OBJS2=	xbitmap2.o BitmapEdit.o

SRCS3=	xbitmap3.c BitmapEdit.c
OBJS3=	xbitmap3.o BitmapEdit.o

SRCS4=	xbitmap4.c
OBJS4=	xbitmap4.o

SRCS6=	xbitmap6.c BitmapEdit.c
OBJS6=	xbitmap6.o BitmapEdit.o

SRCS7=	xbitmap7.c BitmapEdit.c
OBJS7=	xbitmap7.o BitmapEdit.o

SRCS8=	xbitmap8.c BitmapEdit.c
OBJS8=	xbitmap8.o BitmapEdit.o

PROGRAMS = xbitmap1 xbitmap2 xbitmap3 xbitmap4 xbitmap6 xbitmap7 xbitmap8
all::  $(PROGRAMS)

LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)

NormalProgramTarget(xbitmap1,$(OBJS1),,$(LOCAL_LIBRARIES),)

NormalProgramTarget(xbitmap2,$(OBJS2),,$(LOCAL_LIBRARIES),)

NormalProgramTarget(xbitmap3,$(OBJS3),,$(LOCAL_LIBRARIES),)

NormalProgramTarget(xbitmap4,$(OBJS4),,$(LOCAL_LIBRARIES),)

NormalProgramTarget(xbitmap6,$(OBJS6),,$(LOCAL_LIBRARIES),)

NormalProgramTarget(xbitmap7,$(OBJS7),,$(LOCAL_LIBRARIES),)

NormalProgramTarget(xbitmap8,$(OBJS8),,$(LOCAL_LIBRARIES),)
