/[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.1 by dpavlin, Thu Mar 30 08:11:06 2000 UTC revision 1.2 by dpavlin, Tue Apr 18 07:36:39 2000 UTC
# Line 1  Line 1 
1    APXS_FLAGS=-DDEBUG
2    
3  all:  all:
4          /usr/local/apache/bin/apxs -c mod_ua_charset.c          /usr/local/apache/bin/apxs -c $(APXS_FLAGS) mod_ua_charset.c
5    
6  clean:  clean:
7          rm -f *.o *.so          rm -f *.o *.so *~
8    
9  test:  test:
10          wget --header='User-Agent: foo' --save-headers --proxy=off http://localhost -O out          wget --header='User-Agent: foo' --save-headers --proxy=off http://localhost/ -O out

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

  ViewVC Help
Powered by ViewVC 1.1.26