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

Contents of /Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Wed Aug 9 19:43:30 2000 UTC (23 years, 7 months ago) by dpavlin
Branch: MAIN
Changes since 1.2: +2 -2 lines
promjena specijalnog url-a u /czs

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 URL=http://localhost/czs/~dpavlin/
6 URL2=http://localhost/~dpavlin/?foo
7
8 all:
9 $(APXS) -c $(APXS_FLAGS) mod_czs.c
10
11 install: mod_czs.so mod_czs.c
12 $(APXS) -a -i mod_czs.so
13
14 clean:
15 rm -f *.o *.so *~
16
17 test:
18 wget --save-headers --proxy=off -O out $(URL)
19
20 test2:
21 wget --save-headers --proxy=off -O out2 $(URL2)

  ViewVC Help
Powered by ViewVC 1.1.26