#
#  Makefile for rtems include files.  Just makes sure they are installed before compilation
#
INCLUDELIST = Acq_Params.h caen.h datel.h fcam.h lan.h lrs1190.h myriad.h sis3820.h \
              trigger.h vmic3113a.h vmic3128.h acromag.h ces.h devices.h ksc.h lrs.h \
              lrs1821.h networkconfig.h stepper.h vme_sys.h vmic3124.h vmic6015.h

all:
	install $(INCLUDELIST) $(includedir)
