head	1.5;
access;
symbols
	BASE_SPELLING:1.1.0.2;
locks; strict;
comment	@# @;


1.5
date	2016.02.02.17.39.15;	author oops;	state Exp;
branches;
next	1.4;

1.4
date	2014.03.24.16.13.19;	author oops;	state Exp;
branches;
next	1.3;

1.3
date	2007.11.09.18.25.58;	author oops;	state Exp;
branches;
next	1.2;

1.2
date	2007.06.05.19.50.35;	author oops;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.03.09.32.41;	author wkpark;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2007.06.06.10.30.55;	author oops;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	2016.02.02.18.05.19;	author oops;	state Exp;
branches;
next	;


desc
@@


1.5
log
@add APXS variable
@
text
@# $Id: GNUmakefile,v 1.4 2014/03/24 16:13:19 oops Exp $
#

EXTRA_CFLAGS =
APXS         = apxs

all:
	$(APXS) -i -c $(EXTRA_CFLAGS) mod_url.c

clean:
	rm -r .libs mod_url.{la,lo,o,slo}
@


1.4
log
@bug [#318740] support regardleess of mod_userdir module
@
text
@d1 1
a1 1
# $Id: GNUmakefile,v 1.3 2007/11/09 18:25:58 oops Exp $
d5 1
d8 1
a8 1
	/usr/sbin/apxs -i -c $(EXTRA_CFLAGS) mod_url.c
@


1.3
log
@bug #304629: fixed content-type ploblems on internal replace path mode
@
text
@d1 1
a1 1
# $Id: GNUmakefile,v 1.2 2007/06/05 19:50:35 oops Exp $
a3 5
#
# modurl has dependency with mod_userdir. If your apache
# don't include mod_userdir, set URL_NOUSERDIR constant.
#
# #EXTRA_CFLAGS = -DURL_NOUSERDIR
@


1.2
log
@support IE7 and redesign check_redurl
@
text
@d1 1
a1 1
# $Id: $
d4 7
d12 1
a12 1
	/usr/sbin/apxs -i -c mod_url.c
@


1.1
log
@add simple makefile
@
text
@d1 3
d5 1
a5 1
	/usr/sbin/apxs -i -a -c mod_url.c
@


1.1.2.1
log
@removed -a option
@
text
@d2 1
a2 1
	/usr/sbin/apxs -i -c mod_url.c
@


1.1.2.2
log
@support apache 2.4
@
text
@a0 2
APXS = apxs

d2 1
a2 1
	$(APXS) -i -c mod_url.c
@


