diff options
Diffstat (limited to 'gnu/usr.bin/gperf')
-rw-r--r-- | gnu/usr.bin/gperf/Makefile | 17 | ||||
-rw-r--r-- | gnu/usr.bin/gperf/Makefile.depend | 20 | ||||
-rw-r--r-- | gnu/usr.bin/gperf/config.h | 22 |
3 files changed, 0 insertions, 59 deletions
diff --git a/gnu/usr.bin/gperf/Makefile b/gnu/usr.bin/gperf/Makefile deleted file mode 100644 index 6f518e5c8625..000000000000 --- a/gnu/usr.bin/gperf/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -.include <bsd.own.mk> -GPERFDIR= ${SRCTOP}/contrib/gperf - -.PATH: ${GPERFDIR}/src ${GPERFDIR}/lib ${GPERFDIR}/doc - -PROG_CXX= gperf -SRCS= bool-array.cc hash-table.cc input.cc keyword-list.cc keyword.cc \ - main.cc options.cc output.cc positions.cc search.cc version.cc \ - getline.cc hash.cc -WARNS= 1 -MAN= gperf.1 gperf.7 - -CXXFLAGS+= -I${GPERFDIR}/lib -I${.CURDIR} - -.include <bsd.prog.mk> diff --git a/gnu/usr.bin/gperf/Makefile.depend b/gnu/usr.bin/gperf/Makefile.depend deleted file mode 100644 index ea8bba31ec06..000000000000 --- a/gnu/usr.bin/gperf/Makefile.depend +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - gnu/lib/csu \ - include \ - include/xlocale \ - lib/${CSU_DIR} \ - lib/libc \ - lib/libc++ \ - lib/libcompiler_rt \ - lib/libcxxrt \ - lib/msun \ - - -.include <dirdeps.mk> - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif diff --git a/gnu/usr.bin/gperf/config.h b/gnu/usr.bin/gperf/config.h deleted file mode 100644 index 91c1236ec1cb..000000000000 --- a/gnu/usr.bin/gperf/config.h +++ /dev/null @@ -1,22 +0,0 @@ -/* config.h. Generated from config.h.in by configure. */ -/* config.h.in. Generated from configure.ac by autoheader. */ -/* $FreeBSD$ */ - -/* Define if the C++ compiler supports stack-allocated variable-size arrays. - */ -#define HAVE_DYNAMIC_ARRAY 1 - -/* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "" - -/* Define to the full name of this package. */ -#define PACKAGE_NAME "" - -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "" - -/* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "" |