From 39bebe0383d456d4a9d4ac45559d0ae73b4a7849 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 7 Oct 2005 16:22:08 +0000 Subject: [PATCH] dist all .c and .h files --- comedi/drivers/addi-data/Makefile.am | 58 ++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/comedi/drivers/addi-data/Makefile.am b/comedi/drivers/addi-data/Makefile.am index 799e43ea..388201fb 100644 --- a/comedi/drivers/addi-data/Makefile.am +++ b/comedi/drivers/addi-data/Makefile.am @@ -6,3 +6,61 @@ module_PROGRAMS = addi_common.ko addi_common_ko_SOURCES = addi_common.c +EXTRA_DIST = \ + APCI1710_82x54.c \ + APCI1710_82x54.h \ + APCI1710_Chrono.c \ + APCI1710_Chrono.h \ + APCI1710_Dig_io.c \ + APCI1710_Dig_io.h \ + APCI1710_INCCPT.c \ + APCI1710_INCCPT.h \ + APCI1710_Inp_cpt.c \ + APCI1710_Inp_cpt.h \ + APCI1710_Pwm.c \ + APCI1710_Pwm.h \ + APCI1710_Ssi.c \ + APCI1710_Ssi.h \ + APCI1710_Tor.c \ + APCI1710_Tor.h \ + APCI1710_Ttl.c \ + APCI1710_Ttl.h \ + addi_amcc_S5920.c \ + addi_amcc_S5920.h \ + addi_amcc_s5933.h \ + addi_common.h \ + addi_eeprom.c \ + amcc_s5933_58.h \ + hwdrv_APCI1710.c \ + hwdrv_APCI1710.h \ + hwdrv_apci035.c \ + hwdrv_apci035.h \ + hwdrv_apci1032.c \ + hwdrv_apci1032.h \ + hwdrv_apci1500.c \ + hwdrv_apci1500.h \ + hwdrv_apci1516.c \ + hwdrv_apci1516.h \ + hwdrv_apci1564.c \ + hwdrv_apci1564.h \ + hwdrv_apci16xx.c \ + hwdrv_apci16xx.h \ + hwdrv_apci2016.c \ + hwdrv_apci2016.h \ + hwdrv_apci2032.c \ + hwdrv_apci2032.h \ + hwdrv_apci2200.c \ + hwdrv_apci2200.h \ + hwdrv_apci3120.c \ + hwdrv_apci3120.h \ + hwdrv_apci3200.c \ + hwdrv_apci3200.h \ + hwdrv_apci3501.c \ + hwdrv_apci3501.h \ + hwdrv_apci3xxx.c \ + hwdrv_apci3xxx.h + +clean-modulePROGRAMS: + -test -z "$(module_PROGRAMS)" || rm -f $(module_PROGRAMS) + -rm -rf .mods + -- 2.26.2