
OBJECTS = pdp_bitmap.o pdp_image.o $(PDP_OPTTYPES)


include ../../Makefile.config

all: $(OBJECTS)

clean:
	rm -f *~
	rm -f *.o
