File: Makefile

package info (click to toggle)
mldonkey 2.9.5-2%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 17,064 kB
  • ctags: 27,215
  • sloc: ml: 146,054; cpp: 11,806; ansic: 7,663; sh: 4,187; asm: 3,858; xml: 3,472; makefile: 203; perl: 54
file content (26 lines) | stat: -rw-r--r-- 751 bytes parent folder | download | duplicates (2)
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
byte:
	$(MAKE) -f Makefile.command byte
	$(MAKE) -f Makefile.options byte
	$(MAKE) -f Makefile.users byte
	$(MAKE) -f Makefile.files byte
	$(MAKE) -f Makefile.server byte
	$(MAKE) -f Makefile.mlnet_pathological byte
	$(MAKE) -f Makefile.submit byte

opt:
	$(MAKE) -f Makefile.command opt
	$(MAKE) -f Makefile.options opt
	$(MAKE) -f Makefile.users opt
	$(MAKE) -f Makefile.files opt 
	$(MAKE) -f Makefile.server opt
	$(MAKE) -f Makefile.mlnet_pathological opt
	$(MAKE) -f Makefile.submit opt

clean:
	$(MAKE) -f Makefile.command clean
	$(MAKE) -f Makefile.options clean
	$(MAKE) -f Makefile.users clean
	$(MAKE) -f Makefile.files clean 
	$(MAKE) -f Makefile.server clean
	$(MAKE) -f Makefile.mlnet_pathological clean
	$(MAKE) -f Makefile.submit clean