comparison grep/Makefile @ 0:3cd6685bba2e default tip

grep
author kyodashigehisa@kyoda-3.local
date Mon, 01 Nov 2010 17:03:36 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3cd6685bba2e
1 default: macosx
2
3 macosx: FORCE
4 @echo "Make for Mac OS X"
5 @$(MAKE) -f Makefile.macosx
6
7 linux: FORCE
8 @echo "Make for Linux"
9 @$(MAKE) -f Makefile.linux
10
11 cell: FORCE
12 @echo "Make for CELL (Cell)"
13 @$(MAKE) -f Makefile.cell
14
15 FORCE:
16
17 clean:
18 @$(MAKE) -f Makefile.macosx clean
19 @$(MAKE) -f Makefile.linux clean
20 @$(MAKE) -f Makefile.cell clean