summaryrefslogtreecommitdiffstats
path: root/src/devices/pic
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/pic')
-rw-r--r--src/devices/pic/Makefile.am3
-rw-r--r--src/devices/pic/base/Makefile.am6
-rw-r--r--src/devices/pic/gui/Makefile.am9
-rw-r--r--src/devices/pic/pic/Makefile.am5
-rw-r--r--src/devices/pic/prog/Makefile.am5
-rw-r--r--src/devices/pic/xml/Makefile.am12
-rw-r--r--src/devices/pic/xml_data/Makefile.am12
7 files changed, 0 insertions, 52 deletions
diff --git a/src/devices/pic/Makefile.am b/src/devices/pic/Makefile.am
deleted file mode 100644
index 13e5611..0000000
--- a/src/devices/pic/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-SUBDIRS = base xml xml_data pic prog gui
diff --git a/src/devices/pic/base/Makefile.am b/src/devices/pic/base/Makefile.am
deleted file mode 100644
index ebade1c..0000000
--- a/src/devices/pic/base/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libpicbase.la
-libpicbase_la_SOURCES = pic.cpp pic_config.cpp pic_protection.cpp \
- pic_register.cpp
diff --git a/src/devices/pic/gui/Makefile.am b/src/devices/pic/gui/Makefile.am
deleted file mode 100644
index 72f3165..0000000
--- a/src/devices/pic/gui/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-libpicui_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libpicui.la
-
-
-libpicui_la_SOURCES = pic_config_editor.cpp \
- pic_config_word_editor.cpp pic_hex_view.cpp pic_memory_editor.cpp pic_register_view.cpp pic_group_ui.cpp \
- pic_prog_group_ui.cpp
diff --git a/src/devices/pic/pic/Makefile.am b/src/devices/pic/pic/Makefile.am
deleted file mode 100644
index e9deb80..0000000
--- a/src/devices/pic/pic/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libpic.la
-libpic_la_SOURCES = pic_memory.cpp pic_group.cpp
diff --git a/src/devices/pic/prog/Makefile.am b/src/devices/pic/prog/Makefile.am
deleted file mode 100644
index 055d2cd..0000000
--- a/src/devices/pic/prog/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libpicprog.la
-libpicprog_la_SOURCES = pic_prog.cpp pic_prog_specific.cpp pic_debug.cpp
diff --git a/src/devices/pic/xml/Makefile.am b/src/devices/pic/xml/Makefile.am
deleted file mode 100644
index 9ebb9f3..0000000
--- a/src/devices/pic/xml/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_PROGRAMS = pic_xml_to_data
-
-pic_xml_to_data_SOURCES = pic_xml_to_data.cpp
-pic_xml_to_data_DEPENDENCIES = $(top_builddir)/src/devices/pic/base/libpicbase.la \
- $(top_builddir)/src/xml_to_data/libxmltodata.la $(top_builddir)/src/devices/base/libdevicebase.la \
- $(top_builddir)/src/common/common/libcommon.la
-pic_xml_to_data_LDADD = $(top_builddir)/src/devices/pic/base/libpicbase.la \
- $(top_builddir)/src/xml_to_data/libxmltodata.la $(top_builddir)/src/devices/base/libdevicebase.la \
- $(top_builddir)/src/common/common/libcommon.la $(LIB_TDECORE)
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