diff options
Diffstat (limited to 'src/devices/pic/xml_data/Makefile.am')
-rw-r--r-- | src/devices/pic/xml_data/Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/devices/pic/xml_data/Makefile.am b/src/devices/pic/xml_data/Makefile.am deleted file mode 100644 index 97496a4..0000000 --- a/src/devices/pic/xml_data/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -METASOURCES = AUTO - -noinst_LTLIBRARIES = libpicxml.la -libpicxml_la_SOURCES = pic_data.cpp -libpicxml_la_DEPENDENCIES = pic_data.cpp - -include deps.mak -noinst_DATA += registers/registers.xml registers/registers_missing.xml -pic_data.cpp: ../xml/pic_xml_to_data $(noinst_DATA) - cd $(abs_builddir) && ./../xml/pic_xml_to_data $(srcdir) -CLEANFILES = pic_data.cpp |