File: Makefile

package info (click to toggle)
camlrpc 0.4.1-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,080 kB
  • ctags: 1,474
  • sloc: ml: 11,901; makefile: 592; sh: 345; ansic: 331
file content (18 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
all:
	false

clean:

distclean:
	$(MAKE) -C rwall distclean
	$(MAKE) -C simple distclean
	$(MAKE) -C simple_with_rpcgen distclean
	$(MAKE) -C http_tunnel distclean
	$(MAKE) -C queues distclean

CLEAN:
	$(MAKE) -C rwall CLEAN
	$(MAKE) -C simple CLEAN
	$(MAKE) -C simple_with_rpcgen CLEAN
	$(MAKE) -C http_tunnel CLEAN
	$(MAKE) -C queues CLEAN