/[mod_ua_charset]/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Wed Aug 9 19:45:55 2000 UTC (23 years, 7 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +3 -2 lines
even more debugging

1 APXS=/usr/sbin/apxs
2 APXS_FLAGS=-DDEBUG
3
4 all:
5 $(APXS) -a -i -c $(APXS_FLAGS) mod_ua_charset.c
6
7 clean:
8 rm -f *.o *.so *~
9
10 test:
11 wget --header='User-Agent: pero' --save-headers --proxy=off -O out http://localhost/

  ViewVC Help
Powered by ViewVC 1.1.26