/[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.4 by dpavlin, Wed Aug 9 21:10:59 2000 UTC revision 1.5 by dpavlin, Fri Aug 11 09:57:42 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    #APACHECTL=/usr/local/apache/bin/apachectl
6    APACHECTL=/etc/rc.d/init.d/httpd
7    
8    
9  URL=http://localhost/czs/~dpavlin/  URL=http://localhost/czs/~dpavlin/
10  URL2=http://localhost/~dpavlin/?foo  URL2=http://localhost/~dpavlin/?foo
11    
12  all:  all:
13            $(APACHECTL) stop
14          $(APXS) -c $(APXS_FLAGS) mod_czs.c          $(APXS) -c $(APXS_FLAGS) mod_czs.c
15          $(APXS) -c $(APXS_FLAGS) mod_noczs.c  #       $(APXS) -c $(APXS_FLAGS) mod_noczs.c
16            $(APACHECTL) start
17    
18  install: mod_czs.so mod_czs.c  install: mod_czs.so mod_czs.c
19          $(APXS) -a -i mod_czs.so          $(APXS) -a -i mod_czs.so

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

  ViewVC Help
Powered by ViewVC 1.1.26