File: Makefile

package info (click to toggle)
wwwcount 2.4-7
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 1,640 kB
  • ctags: 771
  • sloc: ansic: 9,774; sh: 1,686; makefile: 194
file content (39 lines) | stat: -rw-r--r-- 902 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#############################################################
# Master Makefile for the WWW Homepage Access Counter
# Muhammad A Muquit
# Nov-08-1997, created for Count 2.4
#############################################################
all: libCombine.a libbigplus.a Count mkstrip

libCombine.a:
	(cd libs/combine; make)

libbigplus.a:
	(cd libs/bigplus; make)

Count:
	(cd src; make)

mkstrip:
	(cd utils/mkstrip; make)


clean:
	(cd libs/combine; make clean)
	(cd libs/bigplus; make clean)
	(cd src; make clean)
	(cd utils/mkstrip; make clean)

pristine:
	(cd libs/combine; make clean)
	(cd libs/bigplus; make clean)
	(cd src; make clean)
	(cd utils/mkstrip; make clean)
	rm -f libs/combine/Makefile
	rm -f libs/bigplus/Makefile
	rm -f utils/mkstrip/Makefile
	rm -f src/config.h
	rm -f Config.tmpl
	rm -f count.cfg
	rm -f src/Makefile
	rm -f config.cache config.log config.status config.h Config.tmpl