File: Makefile

package info (click to toggle)
mldonkey 2.8.1-2etch1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 16,940 kB
  • ctags: 26,220
  • sloc: ml: 138,666; sh: 15,368; cpp: 12,076; ansic: 8,243; asm: 3,858; xml: 3,367; perl: 1,831; makefile: 259; python: 258
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