]> granicus.if.org Git - libmatroska/commitdiff
remove autoconf/automake files
authorMoritz Bunkus <moritz@bunkus.org>
Thu, 19 Apr 2018 09:32:16 +0000 (11:32 +0200)
committerMoritz Bunkus <moritz@bunkus.org>
Thu, 19 Apr 2018 09:32:16 +0000 (11:32 +0200)
.gitignore
Makefile.am [deleted file]
configure.ac [deleted file]
m4/.gitignore [deleted file]

index 34945c9dbe3f1cb8c3572224bce6d5e720cc56a9..0ce92714141e24e8bb1173a675d3c7bf56f1fef5 100644 (file)
@@ -9,18 +9,8 @@
 *.o
 *.obj
 *.pc
-Makefile
-Makefile.in
 .dirstamp
 
-/aclocal.m4
-/autom4te.cache/
-/build-aux/
-/config.*
-/configure
-/libtool
-/stamp-h1
-
 [Dd]ebug/
 [Dd]ebugPublic/
 [Rr]elease/
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644 (file)
index f79b30b..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-# -*- Makefile -*-
-
-ACLOCAL_AMFLAGS = -I m4
-
-AM_CPPFLAGS = -I${top_srcdir}
-AM_CXXFLAGS = -Wall -Wextra -Wno-unknown-pragmas -Wshadow $(EBML_CFLAGS)
-if ENABLE_DEBUG
-AM_CPPFLAGS += -DDEBUG
-AM_CXXFLAGS += -g
-endif
-
-lib_LTLIBRARIES = libmatroska.la
-libmatroska_la_SOURCES = \
-       src/FileKax.cpp \
-       src/KaxAttached.cpp \
-       src/KaxAttachments.cpp \
-       src/KaxBlock.cpp \
-       src/KaxBlockData.cpp \
-       src/KaxCluster.cpp \
-       src/KaxContexts.cpp \
-       src/KaxCues.cpp \
-       src/KaxCuesData.cpp \
-       src/KaxInfoData.cpp \
-       src/KaxSeekHead.cpp \
-       src/KaxSegment.cpp \
-       src/KaxSemantic.cpp \
-       src/KaxTracks.cpp \
-       src/KaxVersion.cpp
-libmatroska_la_LDFLAGS = -version-info 6:0:0 -no-undefined
-libmatroska_la_LIBADD = $(EBML_LIBS)
-
-nobase_include_HEADERS = \
-       matroska/c/libmatroska.h \
-       matroska/c/libmatroska_t.h \
-       matroska/FileKax.h \
-       matroska/KaxAttached.h \
-       matroska/KaxAttachments.h \
-       matroska/KaxBlockData.h \
-       matroska/KaxBlock.h \
-       matroska/KaxChapters.h \
-       matroska/KaxClusterData.h \
-       matroska/KaxCluster.h \
-       matroska/KaxConfig.h \
-       matroska/KaxContentEncoding.h \
-       matroska/KaxContexts.h \
-       matroska/KaxCuesData.h \
-       matroska/KaxCues.h \
-       matroska/KaxDefines.h \
-       matroska/KaxInfoData.h \
-       matroska/KaxInfo.h \
-       matroska/KaxSeekHead.h \
-       matroska/KaxSegment.h \
-       matroska/KaxSemantic.h \
-       matroska/KaxTag.h \
-       matroska/KaxTags.h \
-       matroska/KaxTrackAudio.h \
-       matroska/KaxTrackEntryData.h \
-       matroska/KaxTracks.h \
-       matroska/KaxTrackVideo.h \
-       matroska/KaxTypes.h \
-       matroska/KaxVersion.h
-
-pkgconfigdir = ${libdir}/pkgconfig
-pkgconfig_DATA = libmatroska.pc
-
-${pkgconfig_DATA}: config.status
-
-EXTRA_DIST = CMakeLists.txt cmake\MatroskaConfig.cmake
diff --git a/configure.ac b/configure.ac
deleted file mode 100644 (file)
index 00d2e39..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-AC_INIT([libmatroska], [1.4.8])
-AC_CONFIG_AUX_DIR([build-aux])
-AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([foreign subdir-objects tar-pax])
-AC_PROG_CXX
-LT_INIT
-AC_ARG_ENABLE([debug],
-       AS_HELP_STRING([--enable-debug], [Add -g -DDEBUG to compile flags]),
-       [enable_debug="$withval"], [enable_debug=no])
-AM_CONDITIONAL([ENABLE_DEBUG], [test "$enable_debug" = yes])
-PKG_CHECK_MODULES([EBML],[libebml >= 1.3.4])
-AC_CONFIG_FILES([Makefile libmatroska.pc])
-AC_OUTPUT
diff --git a/m4/.gitignore b/m4/.gitignore
deleted file mode 100644 (file)
index 64d9bbc..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/libtool.m4
-/lt*.m4