diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-24 16:46:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-24 16:46:55 +0900 |
commit | 10468753d8dbf3c77877d8119ea38e2bae1e6775 (patch) | |
tree | 99b0688a60420990885ddfb37fdff79292c24064 /src/progs/sdcdb | |
parent | 3e5262769458245b39cd086e9ae3b357a06d6d2f (diff) | |
download | piklab-drop/autotools.tar.gz piklab-drop/autotools.zip |
Drop autotools supportdrop/autotools
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/progs/sdcdb')
-rw-r--r-- | src/progs/sdcdb/Makefile.am | 3 | ||||
-rw-r--r-- | src/progs/sdcdb/base/Makefile.am | 6 | ||||
-rw-r--r-- | src/progs/sdcdb/gui/.gitignore | 0 |
3 files changed, 0 insertions, 9 deletions
diff --git a/src/progs/sdcdb/Makefile.am b/src/progs/sdcdb/Makefile.am deleted file mode 100644 index 490a53d..0000000 --- a/src/progs/sdcdb/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -METASOURCES = AUTO -SUBDIRS = base gui diff --git a/src/progs/sdcdb/base/Makefile.am b/src/progs/sdcdb/base/Makefile.am deleted file mode 100644 index 4ceb14f..0000000 --- a/src/progs/sdcdb/base/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -METASOURCES = AUTO - -noinst_LTLIBRARIES = libsdcdb.la -libsdcdb_la_LDFLAGS = $(all_libraries) -libsdcdb_la_SOURCES = sdcdb.cpp sdcdb_debug.cpp diff --git a/src/progs/sdcdb/gui/.gitignore b/src/progs/sdcdb/gui/.gitignore deleted file mode 100644 index e69de29..0000000 --- a/src/progs/sdcdb/gui/.gitignore +++ /dev/null |