# -----------------------------------------------------------------------------
#	ATT ramdac drivers Makefile
# -----------------------------------------------------------------------------
#
#	Copyright (C) 1995 by The SCRDRV Project
#
# -----------------------------------------------------------------------------

include ../../.config

DEBUGFLAGS = -DDEBUG
INCLUDEDIR = ../../include

include ../../.make_rules

selected: $(DAC_TYPE).o

all:    20c505.o 20c504.o

20c505.o: 20c505.c att.h

20c504.o: 20c505.o
	@cp 20c505.o 20c504.o

include ./../../.non_recursive
