diff options
Diffstat (limited to 'src/devices/mem24')
-rw-r--r-- | src/devices/mem24/Makefile.am | 3 | ||||
-rw-r--r-- | src/devices/mem24/base/Makefile.am | 6 | ||||
-rw-r--r-- | src/devices/mem24/gui/Makefile.am | 7 | ||||
-rw-r--r-- | src/devices/mem24/mem24/Makefile.am | 6 | ||||
-rw-r--r-- | src/devices/mem24/prog/Makefile.am | 5 | ||||
-rw-r--r-- | src/devices/mem24/xml/Makefile.am | 12 | ||||
-rw-r--r-- | src/devices/mem24/xml_data/Makefile.am | 12 |
7 files changed, 0 insertions, 51 deletions
diff --git a/src/devices/mem24/Makefile.am b/src/devices/mem24/Makefile.am deleted file mode 100644 index 7c80d86..0000000 --- a/src/devices/mem24/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -METASOURCES = AUTO -SUBDIRS = base xml xml_data mem24 prog gui diff --git a/src/devices/mem24/base/Makefile.am b/src/devices/mem24/base/Makefile.am deleted file mode 100644 index 336afca..0000000 --- a/src/devices/mem24/base/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -METASOURCES = AUTO - -noinst_LTLIBRARIES = libmem24base.la -libmem24base_la_LDFLAGS = $(all_libraries) -libmem24base_la_SOURCES = mem24.cpp diff --git a/src/devices/mem24/gui/Makefile.am b/src/devices/mem24/gui/Makefile.am deleted file mode 100644 index 6838d57..0000000 --- a/src/devices/mem24/gui/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -METASOURCES = AUTO - -noinst_LTLIBRARIES = libmem24ui.la -libmem24ui_la_SOURCES = mem24_hex_view.cpp mem24_memory_editor.cpp \ - mem24_group_ui.cpp -libmem24ui_la_LDFLAGS = $(all_libraries) diff --git a/src/devices/mem24/mem24/Makefile.am b/src/devices/mem24/mem24/Makefile.am deleted file mode 100644 index 3c7e9a8..0000000 --- a/src/devices/mem24/mem24/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -METASOURCES = AUTO - -noinst_LTLIBRARIES = libmem24.la -libmem24_la_LDFLAGS = $(all_libraries) -libmem24_la_SOURCES = mem24_memory.cpp mem24_group.cpp diff --git a/src/devices/mem24/prog/Makefile.am b/src/devices/mem24/prog/Makefile.am deleted file mode 100644 index 1c1a55e..0000000 --- a/src/devices/mem24/prog/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -METASOURCES = AUTO - -noinst_LTLIBRARIES = libmem24prog.la -libmem24prog_la_SOURCES = mem24_prog.cpp diff --git a/src/devices/mem24/xml/Makefile.am b/src/devices/mem24/xml/Makefile.am deleted file mode 100644 index 6883266..0000000 --- a/src/devices/mem24/xml/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -METASOURCES = AUTO - -noinst_PROGRAMS = mem24_xml_to_data - -mem24_xml_to_data_SOURCES = mem24_xml_to_data.cpp -mem24_xml_to_data_DEPENDENCIES = $(top_builddir)/src/devices/mem24/base/libmem24base.la \ - $(top_builddir)/src/xml_to_data/libxmltodata.la $(top_builddir)/src/devices/base/libdevicebase.la \ - $(top_builddir)/src/common/common/libcommon.la -mem24_xml_to_data_LDADD = $(top_builddir)/src/devices/mem24/base/libmem24base.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/mem24/xml_data/Makefile.am b/src/devices/mem24/xml_data/Makefile.am deleted file mode 100644 index 1b42fae..0000000 --- a/src/devices/mem24/xml_data/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -METASOURCES = AUTO - -noinst_LTLIBRARIES = libmem24xml.la -libmem24xml_la_LDFLAGS = $(all_libraries) -libmem24xml_la_SOURCES = mem24_data.cpp -libmem24xml_la_DEPENDENCIES = mem24_data.cpp - -include deps.mak -mem24_data.cpp: ../xml/mem24_xml_to_data $(noinst_DATA) - cd $(abs_builddir) && ./../xml/mem24_xml_to_data $(srcdir) -CLEANFILES = mem24_data.cpp |