summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/Makefile.am3
-rw-r--r--src/tools/base/Makefile.am6
-rw-r--r--src/tools/boost/Makefile.am9
-rw-r--r--src/tools/boost/gui/Makefile.am6
-rw-r--r--src/tools/c18/Makefile.am8
-rw-r--r--src/tools/c18/gui/Makefile.am6
-rw-r--r--src/tools/cc5x/Makefile.am8
-rw-r--r--src/tools/cc5x/gui/Makefile.am6
-rw-r--r--src/tools/ccsc/Makefile.am8
-rw-r--r--src/tools/ccsc/gui/Makefile.am6
-rw-r--r--src/tools/custom/Makefile.am6
-rw-r--r--src/tools/gputils/Makefile.am9
-rw-r--r--src/tools/gputils/gui/Makefile.am6
-rw-r--r--src/tools/gui/Makefile.am7
-rw-r--r--src/tools/jal/Makefile.am8
-rw-r--r--src/tools/jal/gui/Makefile.am6
-rw-r--r--src/tools/jalv2/Makefile.am8
-rw-r--r--src/tools/jalv2/gui/Makefile.am6
-rw-r--r--src/tools/list/Makefile.am7
-rw-r--r--src/tools/mpc/Makefile.am8
-rw-r--r--src/tools/mpc/gui/Makefile.am6
-rw-r--r--src/tools/pic30/Makefile.am9
-rw-r--r--src/tools/pic30/gui/Makefile.am6
-rw-r--r--src/tools/picc/Makefile.am8
-rw-r--r--src/tools/picc/gui/Makefile.am6
-rw-r--r--src/tools/sdcc/Makefile.am9
-rw-r--r--src/tools/sdcc/gui/Makefile.am6
27 files changed, 0 insertions, 187 deletions
diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am
deleted file mode 100644
index 0b287af..0000000
--- a/src/tools/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-SUBDIRS = base gui gputils sdcc picc pic30 c18 jal ccsc jalv2 boost mpc cc5x custom list
diff --git a/src/tools/base/Makefile.am b/src/tools/base/Makefile.am
deleted file mode 100644
index 2154bf4..0000000
--- a/src/tools/base/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libtoolbase.la
-libtoolbase_la_LDFLAGS = $(all_libraries)
-libtoolbase_la_SOURCES = generic_tool.cpp tool_group.cpp
diff --git a/src/tools/boost/Makefile.am b/src/tools/boost/Makefile.am
deleted file mode 100644
index 725e078..0000000
--- a/src/tools/boost/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libboost.la
-libboost_la_SOURCES = boostc.cpp boostc_compile.cpp boost_config.cpp \
- boost.cpp boostcpp.cpp boostbasic.cpp boost_generator.cpp
-libboost_la_LDFLAGS = $(all_libraries)
-
-SUBDIRS = gui \ No newline at end of file
diff --git a/src/tools/boost/gui/Makefile.am b/src/tools/boost/gui/Makefile.am
deleted file mode 100644
index 94fda00..0000000
--- a/src/tools/boost/gui/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libboostui.la
-libboostui_la_SOURCES = boost_ui.cpp
-libboostui_la_LDFLAGS = $(all_libraries)
diff --git a/src/tools/c18/Makefile.am b/src/tools/c18/Makefile.am
deleted file mode 100644
index 032e53a..0000000
--- a/src/tools/c18/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-libc18_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libc18.la
-libc18_la_SOURCES = c18_compile.cpp c18_config.cpp c18.cpp
-
-SUBDIRS = gui \ No newline at end of file
diff --git a/src/tools/c18/gui/Makefile.am b/src/tools/c18/gui/Makefile.am
deleted file mode 100644
index 3e97599..0000000
--- a/src/tools/c18/gui/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libc18ui.la
-libc18ui_la_LDFLAGS = $(all_libraries)
-libc18ui_la_SOURCES = c18_ui.cpp
diff --git a/src/tools/cc5x/Makefile.am b/src/tools/cc5x/Makefile.am
deleted file mode 100644
index b72d8bb..0000000
--- a/src/tools/cc5x/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libcc5x.la
-libcc5x_la_SOURCES = cc5x.cpp cc5x_compile.cpp cc5x_config.cpp
-libcc5x_la_LDFLAGS = $(all_libraries)
-
-SUBDIRS = gui \ No newline at end of file
diff --git a/src/tools/cc5x/gui/Makefile.am b/src/tools/cc5x/gui/Makefile.am
deleted file mode 100644
index 760aee9..0000000
--- a/src/tools/cc5x/gui/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libcc5xui.la
-libcc5xui_la_SOURCES = cc5x_ui.cpp
-libcc5xui_la_LDFLAGS = $(all_libraries) \ No newline at end of file
diff --git a/src/tools/ccsc/Makefile.am b/src/tools/ccsc/Makefile.am
deleted file mode 100644
index e0d3844..0000000
--- a/src/tools/ccsc/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libccsc.la
-libccsc_la_LDFLAGS = $(all_libraries)
-libccsc_la_SOURCES = ccsc.cpp ccsc_compile.cpp ccsc_config.cpp
-
-SUBDIRS = gui \ No newline at end of file
diff --git a/src/tools/ccsc/gui/Makefile.am b/src/tools/ccsc/gui/Makefile.am
deleted file mode 100644
index e3703bb..0000000
--- a/src/tools/ccsc/gui/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libccscui.la
-libccscui_la_LDFLAGS = $(all_libraries)
-libccscui_la_SOURCES = ccsc_ui.cpp
diff --git a/src/tools/custom/Makefile.am b/src/tools/custom/Makefile.am
deleted file mode 100644
index 2e45534..0000000
--- a/src/tools/custom/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libcustom.la
-libcustom_la_LDFLAGS = $(all_libraries)
-libcustom_la_SOURCES = custom.cpp
diff --git a/src/tools/gputils/Makefile.am b/src/tools/gputils/Makefile.am
deleted file mode 100644
index 157784c..0000000
--- a/src/tools/gputils/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libgputils.la
-libgputils_la_LDFLAGS = $(all_libraries)
-libgputils_la_SOURCES = gputils_compile.cpp gputils_config.cpp gputils.cpp \
- gputils_generator.cpp
-
-SUBDIRS = gui \ No newline at end of file
diff --git a/src/tools/gputils/gui/Makefile.am b/src/tools/gputils/gui/Makefile.am
deleted file mode 100644
index 0ac81c9..0000000
--- a/src/tools/gputils/gui/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libgputilsui.la
-libgputilsui_la_LDFLAGS = $(all_libraries)
-libgputilsui_la_SOURCES = gputils_ui.cpp
diff --git a/src/tools/gui/Makefile.am b/src/tools/gui/Makefile.am
deleted file mode 100644
index 0d582eb..0000000
--- a/src/tools/gui/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libtoolui.la
-libtoolui_la_LDFLAGS = $(all_libraries)
-libtoolui_la_SOURCES = tool_group_ui.cpp toolchain_config_widget.cpp \
- tool_config_widget.cpp toolchain_config_center.cpp
diff --git a/src/tools/jal/Makefile.am b/src/tools/jal/Makefile.am
deleted file mode 100644
index b0d8b43..0000000
--- a/src/tools/jal/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libjal.la
-libjal_la_LDFLAGS = $(all_libraries)
-libjal_la_SOURCES = jal_compile.cpp jal_config.cpp jal.cpp jal_generator.cpp
-
-SUBDIRS = gui \ No newline at end of file
diff --git a/src/tools/jal/gui/Makefile.am b/src/tools/jal/gui/Makefile.am
deleted file mode 100644
index 60341d3..0000000
--- a/src/tools/jal/gui/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libjalui.la
-libjalui_la_LDFLAGS = $(all_libraries)
-libjalui_la_SOURCES = jal_ui.cpp
diff --git a/src/tools/jalv2/Makefile.am b/src/tools/jalv2/Makefile.am
deleted file mode 100644
index 3b59ea9..0000000
--- a/src/tools/jalv2/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libjalv2.la
-libjalv2_la_SOURCES = jalv2_compile.cpp jalv2_config.cpp jalv2.cpp
-libjalv2_la_LDFLAGS = $(all_libraries)
-
-SUBDIRS = gui \ No newline at end of file
diff --git a/src/tools/jalv2/gui/Makefile.am b/src/tools/jalv2/gui/Makefile.am
deleted file mode 100644
index 92e338c..0000000
--- a/src/tools/jalv2/gui/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libjalv2ui.la
-libjalv2ui_la_SOURCES = jalv2_ui.cpp
-libjalv2ui_la_LDFLAGS = $(all_libraries)
diff --git a/src/tools/list/Makefile.am b/src/tools/list/Makefile.am
deleted file mode 100644
index 9d62533..0000000
--- a/src/tools/list/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libtoollist.la
-libtoollist_la_LDFLAGS = $(all_libraries)
-libtoollist_la_SOURCES = tool_list.cpp tools_config_widget.cpp \
- compile_config.cpp device_info.cpp compile_manager.cpp compile_process.cpp
diff --git a/src/tools/mpc/Makefile.am b/src/tools/mpc/Makefile.am
deleted file mode 100644
index debc478..0000000
--- a/src/tools/mpc/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libmpc.la
-libmpc_la_SOURCES = mpc.cpp mpc_compile.cpp mpc_config.cpp
-libmpc_la_LDFLAGS = $(all_libraries)
-
-SUBDIRS = gui \ No newline at end of file
diff --git a/src/tools/mpc/gui/Makefile.am b/src/tools/mpc/gui/Makefile.am
deleted file mode 100644
index 5d590c6..0000000
--- a/src/tools/mpc/gui/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libmpcui.la
-libmpcui_la_SOURCES = mpc_ui.cpp
-libmpcui_la_LDFLAGS = $(all_libraries) \ No newline at end of file
diff --git a/src/tools/pic30/Makefile.am b/src/tools/pic30/Makefile.am
deleted file mode 100644
index edf11c8..0000000
--- a/src/tools/pic30/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libpic30.la
-libpic30_la_LDFLAGS = $(all_libraries)
-libpic30_la_SOURCES = pic30_compile.cpp pic30_config.cpp pic30.cpp \
- pic30_generator.cpp
-
-SUBDIRS = gui \ No newline at end of file
diff --git a/src/tools/pic30/gui/Makefile.am b/src/tools/pic30/gui/Makefile.am
deleted file mode 100644
index 4ee894e..0000000
--- a/src/tools/pic30/gui/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libpic30ui.la
-libpic30ui_la_LDFLAGS = $(all_libraries)
-libpic30ui_la_SOURCES = pic30_ui.cpp
diff --git a/src/tools/picc/Makefile.am b/src/tools/picc/Makefile.am
deleted file mode 100644
index 9a6d0c2..0000000
--- a/src/tools/picc/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libpicc.la
-libpicc_la_LDFLAGS = $(all_libraries)
-libpicc_la_SOURCES = picc_compile.cpp picc_config.cpp picc.cpp
-
-SUBDIRS = gui \ No newline at end of file
diff --git a/src/tools/picc/gui/Makefile.am b/src/tools/picc/gui/Makefile.am
deleted file mode 100644
index ddc928d..0000000
--- a/src/tools/picc/gui/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libpiccui.la
-libpiccui_la_LDFLAGS = $(all_libraries)
-libpiccui_la_SOURCES = picc_ui.cpp
diff --git a/src/tools/sdcc/Makefile.am b/src/tools/sdcc/Makefile.am
deleted file mode 100644
index d5fa9da..0000000
--- a/src/tools/sdcc/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libsdcc.la
-libsdcc_la_LDFLAGS = $(all_libraries)
-libsdcc_la_SOURCES = sdcc_compile.cpp sdcc_config.cpp sdcc.cpp \
- sdcc_generator.cpp
-
-SUBDIRS = gui
diff --git a/src/tools/sdcc/gui/Makefile.am b/src/tools/sdcc/gui/Makefile.am
deleted file mode 100644
index 35ee59a..0000000
--- a/src/tools/sdcc/gui/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libsdccui.la
-libsdccui_la_LDFLAGS = $(all_libraries)
-libsdccui_la_SOURCES = sdcc_ui.cpp \ No newline at end of file