1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-05 12:56:08 +00:00

Remove GLOBAL -- it has moved to Ports.

Approved by:	unanimous response on arch@freebsd.org (June time frame)
This commit is contained in:
David E. O'Brien 2000-10-15 07:10:42 +00:00
parent 53f303f5db
commit 41698bde61
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67149
9 changed files with 0 additions and 98 deletions

View File

@ -1,5 +0,0 @@
# $FreeBSD$
SUBDIR= lib global gtags gctags btreeop htags systags
.include <bsd.subdir.mk>

View File

@ -1,18 +0,0 @@
# $FreeBSD$
.if !defined(GLOBAL_MAKEFILE_INC_BEEN_HERE)
GLOBAL_MAKEFILE_INC_BEEN_HERE=yes
.if exists(${.OBJDIR}/../lib)
LIBDESTDIR= ${.OBJDIR}/../lib
.else
LIBDESTDIR= ${.CURDIR}/../lib
.endif
DPADD= ${LIBDESTDIR}/libgloutil.a
LDADD= ${LIBDESTDIR}/libgloutil.a
CFLAGS+= -I${GLOBAL_DIR}/lib -O \
-Wall -Wwrite-strings -Wmissing-prototypes
.include "../Makefile.inc"
.endif

View File

@ -1,8 +0,0 @@
# $FreeBSD$
GLOBAL_DIR= ${.CURDIR}/../../../contrib/global
.PATH: ${GLOBAL_DIR}/btreeop
PROG= btreeop
.include <bsd.prog.mk>

View File

@ -1,13 +0,0 @@
# $FreeBSD$
GLOBAL_DIR= ${.CURDIR}/../../../contrib/global
.PATH: ${GLOBAL_DIR}/gctags
CFLAGS+= -I${GLOBAL_DIR}/gctags
PROG= gctags
SRCS= C.c assembler.c gctags.c java.c
.include <bsd.prog.mk>

View File

@ -1,8 +0,0 @@
# $FreeBSD$
GLOBAL_DIR= ${.CURDIR}/../../../contrib/global
.PATH: ${GLOBAL_DIR}/global
PROG= global
.include <bsd.prog.mk>

View File

@ -1,8 +0,0 @@
# $FreeBSD$
GLOBAL_DIR= ${.CURDIR}/../../../contrib/global
.PATH: ${GLOBAL_DIR}/gtags
PROG= gtags
.include <bsd.prog.mk>

View File

@ -1,12 +0,0 @@
# $FreeBSD$
GLOBAL_DIR= ${.CURDIR}/../../../contrib/global
.PATH: ${GLOBAL_DIR}/htags
MAN1= htags.1
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${GLOBAL_DIR}/htags/htags.pl ${DESTDIR}${BINDIR}/htags
.include <bsd.prog.mk>

View File

@ -1,14 +0,0 @@
# $FreeBSD$
GLOBAL_DIR= ${.CURDIR}/../../../contrib/global
.PATH: ${GLOBAL_DIR}/lib
LIB= gloutil
SRCS= gtagsop.c tab.c strbuf.c mgets.c defined.c getdbpath.c \
find.c dbop.c test.c makepath.c locatestring.c pathop.c \
conf.c strmake.c usable.c token.c
NOPROFILE= noprofile
INTERNALLIB= true
INTERNALSTATICLIB= true
.include <bsd.lib.mk>

View File

@ -1,12 +0,0 @@
# $FreeBSD$
GLOBAL_DIR= ${.CURDIR}/../../../contrib/global
.PATH: ${GLOBAL_DIR}/systags
NOOBJ=
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${GLOBAL_DIR}/systags/systags.sh ${DESTDIR}${BINDIR}/systags
.include <bsd.prog.mk>