head	1.2;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.1.2.6.1
	RELENG_4_11:1.1.1.2.6.1.0.18
	RELENG_4_11_BP:1.1.1.2.6.1
	RELENG_4_10_0_RELEASE:1.1.1.2.6.1
	RELENG_4_10:1.1.1.2.6.1.0.16
	RELENG_4_10_BP:1.1.1.2.6.1
	RELENG_4_9_0_RELEASE:1.1.1.2.6.1
	RELENG_4_9:1.1.1.2.6.1.0.14
	RELENG_4_9_BP:1.1.1.2.6.1
	RELENG_4_8_0_RELEASE:1.1.1.2.6.1
	RELENG_4_8:1.1.1.2.6.1.0.12
	RELENG_4_8_BP:1.1.1.2.6.1
	RELENG_4_7_0_RELEASE:1.1.1.2.6.1
	RELENG_4_7:1.1.1.2.6.1.0.10
	RELENG_4_7_BP:1.1.1.2.6.1
	RELENG_4_6_2_RELEASE:1.1.1.2.6.1
	RELENG_4_6_1_RELEASE:1.1.1.2.6.1
	RELENG_4_6_0_RELEASE:1.1.1.2.6.1
	RELENG_4_6:1.1.1.2.6.1.0.8
	RELENG_4_6_BP:1.1.1.2.6.1
	RELENG_4_5_0_RELEASE:1.1.1.2.6.1
	RELENG_4_5:1.1.1.2.6.1.0.6
	RELENG_4_5_BP:1.1.1.2.6.1
	RELENG_4_4_0_RELEASE:1.1.1.2.6.1
	RELENG_4_4:1.1.1.2.6.1.0.4
	RELENG_4_4_BP:1.1.1.2.6.1
	RELENG_4_3_0_RELEASE:1.1.1.2.6.1
	RELENG_4_3:1.1.1.2.6.1.0.2
	RELENG_4_3_BP:1.1.1.2.6.1
	RELENG_4_2_0_RELEASE:1.1.1.2.6.1
	RELENG_4_1_1_RELEASE:1.1.1.2
	PRE_SMPNG:1.1.1.2
	RELENG_4_1_0_RELEASE:1.1.1.2
	RELENG_3_5_0_RELEASE:1.1.1.2
	RELENG_4_0_0_RELEASE:1.1.1.2
	RELENG_4:1.1.1.2.0.6
	RELENG_4_BP:1.1.1.2
	RELENG_3_4_0_RELEASE:1.1.1.2
	RELENG_3_3_0_RELEASE:1.1.1.2
	RELENG_3_2_PAO:1.1.1.2.0.4
	RELENG_3_2_PAO_BP:1.1.1.2
	RELENG_3_2_0_RELEASE:1.1.1.2
	RELENG_3_1_0_RELEASE:1.1.1.2
	RELENG_3:1.1.1.2.0.2
	RELENG_3_BP:1.1.1.2
	v3_4_2:1.1.1.2
	RELENG_2_2_8_RELEASE:1.1.1.1.2.1
	RELENG_3_0_0_RELEASE:1.1.1.1
	RELENG_2_2_7_RELEASE:1.1.1.1.2.1
	RELENG_2_2_6_RELEASE:1.1.1.1.2.1
	RELENG_2_2:1.1.1.1.0.2
	v2_2_4:1.1.1.1
	v2_2_1: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.12.15.23.08.21;	author cwt;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.12.15.23.08.21;	author cwt;	state Exp;
branches
	1.1.1.1.2.1;
next	1.1.1.2;

1.1.1.2
date	99.01.18.06.59.10;	author simokawa;	state Exp;
branches
	1.1.1.2.6.1;
next	;

1.1.1.2.6.1
date	2000.10.16.08.53.29;	author obrien;	state dead;
branches;
next	;

1.1.1.1.2.1
date	98.02.05.04.41.49;	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
@XCOMM
XCOMM Imakefile for gozilla
XCOMM

LOCAL_LIBRARIES = XawClientLibs -L../lib -lutil
        DEPLIBS = XawClientDepLibs ../lib/libutil.a
        DEFINES = -DSTANDALONE -DGLOBAL -I../lib

           SRCS = gozilla.c remote.c
           OBJS = gozilla.o remote.o

ComplexProgramTarget(gozilla)
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import of virgin Global v2_2_1 sources
@
text
@@


1.1.1.2
log
@Import Global v3_4_2 sources.

Ok'd by: peter
Discussed with: msmith
@
text
@d5 3
a7 4
            INC = ../lib
LOCAL_LIBRARIES = XawClientLibs
        DEPLIBS = XawClientDepLibs
        DEFINES = -DSTANDALONE -DGLOBAL -I$(INC)
d9 2
a10 13
           SRCS = gozilla.c remote.c test.c getdbpath.c strbuf.c conf.c \
                mgets.c locatestring.c makepath.c strmake.c
           OBJS = gozilla.o remote.o test.o getdbpath.o strbuf.o conf.o \
                mgets.o locatestring.o makepath.o strmake.o

LinkSourceFile(test.c,$(INC))
LinkSourceFile(getdbpath.c,$(INC))
LinkSourceFile(strbuf.c,$(INC))
LinkSourceFile(conf.c,$(INC))
LinkSourceFile(mgets.c,$(INC))
LinkSourceFile(locatestring.c,$(INC))
LinkSourceFile(makepath.c,$(INC))
LinkSourceFile(strmake.c,$(INC))
@


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


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