summaryrefslogtreecommitdiffstats
path: root/src/progs/icd1/base/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/progs/icd1/base/Makefile.am')
-rw-r--r--src/progs/icd1/base/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/progs/icd1/base/Makefile.am b/src/progs/icd1/base/Makefile.am
deleted file mode 100644
index bd74b6a..0000000
--- a/src/progs/icd1/base/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libicd1.la
-libicd1_la_SOURCES = icd1.cpp icd1_prog.cpp icd1_serial.cpp icd1_data.cpp
-libicd1_la_DEPENDENCIES = icd1_data.cpp
-
-noinst_DATA = icd1.xml
-icd1_data.cpp: ../xml/xml_icd1_parser icd1.xml
- cd $(abs_builddir) && ./../xml/xml_icd1_parser $(srcdir)
-CLEANFILES = icd1_data.cpp