head	1.2;
access;
symbols
	netbsd-5-2-3-RELEASE:1.2
	netbsd-5-1-5-RELEASE:1.2
	riastradh-xf86-video-intel-2-7-1-pre-2-21-15:1.2
	riastradh-drm2-base:1.2
	netbsd-5-2-2-RELEASE:1.2
	netbsd-5-1-4-RELEASE:1.2
	netbsd-5-2-1-RELEASE:1.2
	netbsd-5-1-3-RELEASE:1.2
	netbsd-5-2:1.2.0.8
	netbsd-5-2-RELEASE:1.2
	netbsd-5-2-RC1:1.2
	netbsd-5-1-2-RELEASE:1.2
	netbsd-5-1-1-RELEASE:1.2
	netbsd-5-1:1.2.0.6
	netbsd-5-1-RELEASE:1.2
	netbsd-5-1-RC4:1.2
	netbsd-5-1-RC3:1.2
	netbsd-5-1-RC2:1.2
	netbsd-5-1-RC1:1.2
	netbsd-5-0-2-RELEASE:1.2
	netbsd-5-0-1-RELEASE:1.2
	netbsd-5-0:1.2.0.4
	netbsd-5-0-RELEASE:1.2
	netbsd-5-0-RC4:1.2
	netbsd-5-0-RC3:1.2
	netbsd-5-0-RC2:1.2
	netbsd-5-0-RC1:1.2
	netbsd-5:1.2.0.2
	netbsd-5-base:1.2
	netbsd-2-0-3-RELEASE:1.1.1.1
	netbsd-2-1:1.1.1.1.0.8
	netbsd-2-1-RELEASE:1.1.1.1
	netbsd-2-1-RC6:1.1.1.1
	netbsd-2-1-RC5:1.1.1.1
	netbsd-2-1-RC4:1.1.1.1
	netbsd-2-1-RC3:1.1.1.1
	netbsd-2-1-RC2:1.1.1.1
	netbsd-2-1-RC1:1.1.1.1
	netbsd-2-0-2-RELEASE:1.1.1.1
	netbsd-2-0-1-RELEASE:1.1.1.1
	netbsd-2:1.1.1.1.0.6
	netbsd-2-base:1.1.1.1
	netbsd-2-0-RELEASE:1.1.1.1
	netbsd-2-0-RC5:1.1.1.1
	netbsd-2-0-RC4:1.1.1.1
	netbsd-2-0-RC3:1.1.1.1
	netbsd-2-0-RC2:1.1.1.1
	netbsd-2-0-RC1:1.1.1.1
	netbsd-2-0:1.1.1.1.0.4
	netbsd-2-0-base:1.1.1.1
	netbsd-1-6-PATCH002-RELEASE:1.1.1.1
	netbsd-1-6-PATCH002:1.1.1.1
	netbsd-1-6-PATCH002-RC4:1.1.1.1
	netbsd-1-6-PATCH002-RC3:1.1.1.1
	netbsd-1-6-PATCH002-RC2:1.1.1.1
	netbsd-1-6-PATCH002-RC1:1.1.1.1
	netbsd-1-6:1.1.1.1.0.2
	netbsd-1-6-base:1.1.1.1
	netbsd-1-6-PATCH001:1.1.1.1
	netbsd-1-6-RELEASE:1.1.1.1
	netbsd-1-5-PATCH003:1.1.1.1
	netbsd-1-5-PATCH002:1.1.1.1
	netbsd-1-5-PATCH001:1.1.1.1
	xf-3_3-branch-2001-03-05:1.1.1.1
	netbsd-1-5-RELEASE:1.1.1.1
	netbsd-1-4-PATCH003:1.1.1.1
	netbsd-1-4-PATCH002:1.1.1.1
	v3-3-6:1.1.1.1
	comdex-fall-1999:1.1.1.1
	v3-3-5:1.1.1.1
	v3-3-4:1.1.1.1
	netbsd-1-4-PATCH001:1.1.1.1
	netbsd-1-4-RELEASE:1.1.1.1
	v3-3-3-1:1.1.1.1
	netbsd-1-3-PATCH003:1.1.1.1
	v3-3-3:1.1.1.1
	pre-xf86-3-3-3-import:1.1.1.1
	netbsd-1-3-PATCH002:1.1.1.1
	v3-3-2:1.1.1.1
	netbsd-1-3-RELEASE:1.1.1.1
	v3-3-1:1.1.1.1
	v3-3:1.1.1.1
	XF86:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2005.01.07.18.54.50;	author tron;	state dead;
branches;
next	1.1;

1.1
date	97.06.30.14.02.31;	author mrg;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.06.30.14.02.31;	author mrg;	state Exp;
branches;
next	;


desc
@@


1.2
log
@EOL of XFree86 3.3.6, approved by core@@NetBSD.org
@
text
@XCOMM $XConsortium: Imakefile /main/6 1996/12/12 15:55:57 lehors $
XCOMM Define UseWWW in order to use the www program to perform the GET request
XCOMM #define UseWWW YES

          RXSRC = ../rx
    RX_INCLUDES = -I$(RXSRC)

#if UseWWW
  DEFINES = StrcasecmpDefines -DXUSE_WWW
 INCLUDES = $(RX_INCLUDES)

GETURL_SRCS = GetUrl.c
GETURL_OBJS = GetUrl.o

#else /* UseWWW */

   CONN_DEFINES = -DTCPCONN
  TRANS_DEFINES = -DTRANS_CLIENT
# if HasBSD44Sockets
   SOCK_DEFINES = -DBSD44SOCKETS
# endif
 DEPEND_DEFINES = $(TRANS_DEFINES) $(CONN_DEFINES)

  DEFINES = StrcasecmpDefines \
	$(CONN_DEFINES) $(SOCK_DEFINES) $(TRANS_DEFINES) $(POLL_DEFINES)
 INCLUDES = $(TRANS_INCLUDES) $(RX_INCLUDES)

GETURL_SRCS = GetUrl.c httptran.c transport.c
GETURL_OBJS = GetUrl.o httptran.o
#endif /* UseWWW */

PARAMS_SRCS = PRead.c PParse.c BuildReq.c
PARAMS_OBJS = PRead.o PParse.o BuildReq.o

MISC_SRCS = XUrls.c XAuth.c XDpyName.c Prefs.c
MISC_OBJS = XUrls.o XAuth.o XDpyName.o Prefs.o

SRCS = helper.c $(PARAMS_SRCS) $(GETURL_SRCS) $(MISC_SRCS)
OBJS = helper.o $(PARAMS_OBJS) $(GETURL_OBJS) $(MISC_OBJS)

LOCAL_LIBRARIES = $(XTOOLLIB) $(XAUTHLIB) $(XMULIB) $(XEXTLIB) $(XLIB)
DEPLIBS = $(DEPXTOOLLIB) $(DEPXAUTHLIB) $(DEPXMULIB) $(DEPXEXTLIB) $(DEPXLIB)

ComplexProgramTarget(xrx);

#if !UseWWW
LinkFile(transport.c,$(TRANSCOMMSRC)/transport.c)
#endif
LinkFile(PRead.c,$(RXSRC)/PRead.c)
LinkFile(PParse.c,$(RXSRC)/PParse.c)
LinkFile(BuildReq.c,$(RXSRC)/BuildReq.c)
LinkFile(XUrls.c,$(RXSRC)/XUrls.c)
LinkFile(XAuth.c,$(RXSRC)/XAuth.c)
LinkFile(XDpyName.c,$(RXSRC)/XDpyName.c)
LinkFile(Prefs.c,$(RXSRC)/Prefs.c)
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@XFree86 3.3 sources.
@
text
@@
