Skip to content

Commit

Permalink
Remove dev tools which are not installed and unmaintained anyways
Browse files Browse the repository at this point in the history
Some might return as proper tools or be used as examples within the website
documentation sooner or later.
  • Loading branch information
FunkyM committed Jan 28, 2015
1 parent bf3223b commit 64b1b1a
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 1,176 deletions.
6 changes: 2 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = common src include $(CYTHON_SUB) $(DEV_SUB) tools docs

DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools
SUBDIRS = common src include $(CYTHON_SUB) tools docs

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libimobiledevice-1.0.pc
Expand All @@ -16,5 +14,5 @@ docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/src/*.c $(top_srcdir)/src/*
docs: doxygen.cfg docs/html

indent:
indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c
indent -kr -ut -ts4 -l120 src/*.c src/*.h

22 changes: 0 additions & 22 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -156,26 +156,6 @@ else
AC_SUBST(ssl_requires)
fi

AC_ARG_ENABLE([dev-tools],
[AS_HELP_STRING([--enable-dev-tools],
[build development helper tools (default is no)])],
[build_dev_tools=true],
[build_dev_tools=false])
if test "$build_dev_tools" = true; then
DEV_SUB=dev
AC_CHECK_HEADERS([readline/readline.h],
[],
[AC_MSG_ERROR([Please install readline development headers])]
)
building_dev_tools=yes
else
DEV_SUB=
building_dev_tools=no
fi

AM_CONDITIONAL([ENABLE_DEVTOOLS],[test "x$DEV_SUB" = "xdev"])
AC_SUBST([DEV_SUB])

AC_ARG_ENABLE([debug-code],
[AS_HELP_STRING([--enable-debug-code],
[enable debug message reporting in library (default is no)])],
Expand Down Expand Up @@ -230,7 +210,6 @@ Makefile
common/Makefile
src/Makefile
include/Makefile
dev/Makefile
tools/Makefile
cython/Makefile
docs/Makefile
Expand All @@ -244,7 +223,6 @@ Configuration for $PACKAGE $VERSION:

Install prefix: .........: $prefix
Debug code ..............: $building_debug_code
Dev tools ...............: $building_dev_tools
Python bindings .........: $cython_python_bindings
SSL support backend .....: $ssl_provider

Expand Down
41 changes: 0 additions & 41 deletions dev/Makefile.am

This file was deleted.

147 changes: 0 additions & 147 deletions dev/afccheck.c

This file was deleted.

Loading

0 comments on commit 64b1b1a

Please sign in to comment.