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

Annotation of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations)
Wed Aug 9 21:10:59 2000 UTC (23 years, 7 months ago) by dpavlin
Branch: MAIN
Changes since 1.3: +2 -0 lines
compile mod_noczs

1 dpavlin 1.1 APXS_FLAGS=-DTEST_QUERYSTRING -DDEBUG -i -a
2     #APXS=/usr/local/apache/bin/apxs
3     #URL=http://dpavlinusic.pliva.hr/~dpavlin/case12.html.czs
4     APXS=/usr/sbin/apxs
5 dpavlin 1.3 URL=http://localhost/czs/~dpavlin/
6     URL2=http://localhost/~dpavlin/?foo
7 dpavlin 1.1
8     all:
9     $(APXS) -c $(APXS_FLAGS) mod_czs.c
10 dpavlin 1.4 $(APXS) -c $(APXS_FLAGS) mod_noczs.c
11 dpavlin 1.1
12     install: mod_czs.so mod_czs.c
13     $(APXS) -a -i mod_czs.so
14    
15     clean:
16     rm -f *.o *.so *~
17    
18     test:
19     wget --save-headers --proxy=off -O out $(URL)
20    
21     test2:
22     wget --save-headers --proxy=off -O out2 $(URL2)
23 dpavlin 1.4

  ViewVC Help
Powered by ViewVC 1.1.26