/[mod_czs]/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, Wed Aug 9 07:12:56 2000 UTC revision 1.4 by dpavlin, Wed Aug 9 21:10:59 2000 UTC
# Line 2  APXS_FLAGS=-DTEST_QUERYSTRING -DDEBUG -i Line 2  APXS_FLAGS=-DTEST_QUERYSTRING -DDEBUG -i
2  #APXS=/usr/local/apache/bin/apxs  #APXS=/usr/local/apache/bin/apxs
3  #URL=http://dpavlinusic.pliva.hr/~dpavlin/case12.html.czs  #URL=http://dpavlinusic.pliva.hr/~dpavlin/case12.html.czs
4  APXS=/usr/sbin/apxs  APXS=/usr/sbin/apxs
5  URL=http://localhost:8080/_/~dpavlin/  URL=http://localhost/czs/~dpavlin/
6  URL2=http://localhost:8080/~dpavlin/?foo  URL2=http://localhost/~dpavlin/?foo
7    
8  all:  all:
9          $(APXS) -c $(APXS_FLAGS) mod_czs.c          $(APXS) -c $(APXS_FLAGS) mod_czs.c
10            $(APXS) -c $(APXS_FLAGS) mod_noczs.c
11    
12  install: mod_czs.so mod_czs.c  install: mod_czs.so mod_czs.c
13          $(APXS) -a -i mod_czs.so          $(APXS) -a -i mod_czs.so
# Line 19  test: Line 20  test:
20    
21  test2:  test2:
22          wget --save-headers --proxy=off -O out2 $(URL2)          wget --save-headers --proxy=off -O out2 $(URL2)
23    

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

  ViewVC Help
Powered by ViewVC 1.1.26