# -----------------------------------------------------------------------------
#	multisync monitor drivers Makefile
# -----------------------------------------------------------------------------
#
#	Copyright (C) 1995 by Steffen Seeger, [seeger@physik.tu-chemnitz.de]
#
# -----------------------------------------------------------------------------

include ../../.config

#DEBUGFLAGS = -DDEBUG
INCLUDEDIRS = -I ../../include -I ../include

include ../../.make_rules

selected: $(MON_TYPE).o

all:	multisync.o Sony_CPD.o 

multisync.o: multisync_.o ../generic/monitor_generic.o
	@$(LD) -o $@ -r $^

include ../../.non_recursive
