head	1.2;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.1.4.6.1
	RELENG_4_11:1.1.1.4.6.1.0.18
	RELENG_4_11_BP:1.1.1.4.6.1
	RELENG_4_10_0_RELEASE:1.1.1.4.6.1
	RELENG_4_10:1.1.1.4.6.1.0.16
	RELENG_4_10_BP:1.1.1.4.6.1
	RELENG_4_9_0_RELEASE:1.1.1.4.6.1
	RELENG_4_9:1.1.1.4.6.1.0.14
	RELENG_4_9_BP:1.1.1.4.6.1
	RELENG_4_8_0_RELEASE:1.1.1.4.6.1
	RELENG_4_8:1.1.1.4.6.1.0.12
	RELENG_4_8_BP:1.1.1.4.6.1
	RELENG_4_7_0_RELEASE:1.1.1.4.6.1
	RELENG_4_7:1.1.1.4.6.1.0.10
	RELENG_4_7_BP:1.1.1.4.6.1
	RELENG_4_6_2_RELEASE:1.1.1.4.6.1
	RELENG_4_6_1_RELEASE:1.1.1.4.6.1
	RELENG_4_6_0_RELEASE:1.1.1.4.6.1
	RELENG_4_6:1.1.1.4.6.1.0.8
	RELENG_4_6_BP:1.1.1.4.6.1
	RELENG_4_5_0_RELEASE:1.1.1.4.6.1
	RELENG_4_5:1.1.1.4.6.1.0.6
	RELENG_4_5_BP:1.1.1.4.6.1
	RELENG_4_4_0_RELEASE:1.1.1.4.6.1
	RELENG_4_4:1.1.1.4.6.1.0.4
	RELENG_4_4_BP:1.1.1.4.6.1
	RELENG_4_3_0_RELEASE:1.1.1.4.6.1
	RELENG_4_3:1.1.1.4.6.1.0.2
	RELENG_4_3_BP:1.1.1.4.6.1
	RELENG_4_2_0_RELEASE:1.1.1.4.6.1
	RELENG_4_1_1_RELEASE:1.1.1.4
	PRE_SMPNG:1.1.1.4
	RELENG_4_1_0_RELEASE:1.1.1.4
	RELENG_3_5_0_RELEASE:1.1.1.4
	RELENG_4_0_0_RELEASE:1.1.1.4
	RELENG_4:1.1.1.4.0.6
	RELENG_4_BP:1.1.1.4
	RELENG_3_4_0_RELEASE:1.1.1.4
	RELENG_3_3_0_RELEASE:1.1.1.4
	RELENG_3_2_PAO:1.1.1.4.0.4
	RELENG_3_2_PAO_BP:1.1.1.4
	RELENG_3_2_0_RELEASE:1.1.1.4
	RELENG_3_1_0_RELEASE:1.1.1.4
	RELENG_3:1.1.1.4.0.2
	RELENG_3_BP:1.1.1.4
	v3_4_2:1.1.1.4
	RELENG_2_2_8_RELEASE:1.1.1.3.2.1
	RELENG_3_0_0_RELEASE:1.1.1.3
	RELENG_2_2_7_RELEASE:1.1.1.3.2.1
	RELENG_2_2_6_RELEASE:1.1.1.3.2.1
	RELENG_2_2:1.1.1.3.0.2
	v2_2_4:1.1.1.3
	v2_2_1:1.1.1.2
	v2_0:1.1.1.1
	GLOBAL:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2000.10.15.07.01.44;	author obrien;	state dead;
branches;
next	1.1;

1.1
date	97.08.16.04.13.55;	author cwt;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.08.16.04.13.55;	author cwt;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	97.12.15.23.08.34;	author cwt;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	98.02.02.05.38.06;	author cwt;	state Exp;
branches
	1.1.1.3.2.1;
next	1.1.1.4;

1.1.1.4
date	99.01.18.06.59.18;	author simokawa;	state Exp;
branches
	1.1.1.4.6.1;
next	;

1.1.1.4.6.1
date	2000.10.16.08.53.28;	author obrien;	state dead;
branches;
next	;

1.1.1.3.2.1
date	98.02.05.04.41.37;	author cwt;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove GLOBAL -- it has moved to Ports.

Approved by:	unanimous response on arch@@freebsd.org (June time frame)
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	gctags
CFLAGS+=-I${.CURDIR} -DGTAGS -DBUGFIX -DMODIFY -DYACC
SRCS=	C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c assembler.c

.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import global v2.0 as contributed software.  We will maintain it this
way, retiring the sources from usr.bin/global shortly.

Reviewed by: jdp
Discussed-with: obrien
@
text
@@


1.1.1.2
log
@Import of virgin Global v2_2_1 sources
@
text
@d1 2
d4 1
a4 3
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../lib -DGLOBAL -DYACC
LDADD=  $(LIBUTIL)
DPADD=  $(LIBUTIL)
@


1.1.1.3
log
@Global v2.24
@
text
@d2 1
a2 1
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../lib
@


1.1.1.4
log
@Import Global v3_4_2 sources.

Ok'd by: peter
Discussed with: msmith
@
text
@d2 4
a5 1
SRCS=	C.c assembler.c gctags.c java.c
@


1.1.1.4.6.1
log
@MFC: Remove GLOBAL -- it has moved to Ports.
@
text
@@


1.1.1.3.2.1
log
@global v2.24 from -current
@
text
@@
