/[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

Diff of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dpavlin, Tue Apr 18 07:36:39 2000 UTC revision 1.3 by dpavlin, Wed Aug 9 19:45:55 2000 UTC
# Line 1  Line 1 
1    APXS=/usr/sbin/apxs
2  APXS_FLAGS=-DDEBUG  APXS_FLAGS=-DDEBUG
3    
4  all:  all:
5          /usr/local/apache/bin/apxs -c $(APXS_FLAGS) mod_ua_charset.c          $(APXS) -a -i -c $(APXS_FLAGS) mod_ua_charset.c
6    
7  clean:  clean:
8          rm -f *.o *.so *~          rm -f *.o *.so *~
9    
10  test:  test:
11          wget --header='User-Agent: foo' --save-headers --proxy=off http://localhost/ -O out          wget --header='User-Agent: pero' --save-headers --proxy=off -O out http://localhost/

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26