summaryrefslogtreecommitdiffstats
path: root/src/tools/boost
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-24 16:46:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-11 10:04:03 +0900
commit7541f392d046e343f9739cf87995e44300ec334b (patch)
tree815f9e0b639ee244a9f2d42d35df4a3fc4d875fa /src/tools/boost
parentcf89569f1ab2162e81fc233b4734f0f6a1fdd5ce (diff)
downloadpiklab-7541f392.tar.gz
piklab-7541f392.zip
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 14cb8e0d9f1ed48d8956d15c845748b75a0cf2fd)
Diffstat (limited to 'src/tools/boost')
-rw-r--r--src/tools/boost/Makefile.am9
-rw-r--r--src/tools/boost/gui/Makefile.am6
2 files changed, 0 insertions, 15 deletions
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)