1 |
adcroft |
1.1 |
BGCOLOR = black |
2 |
|
|
COLOR = white |
3 |
|
|
MOCOLOR = blue |
4 |
|
|
FONT = "-*-helvetica-medium-r-*-*-20-*-*-*-*-*-iso8859-*" |
5 |
|
|
HEIGHT = 34 |
6 |
|
|
|
7 |
|
|
all: nhome.gif nhome_mo.gif ncontactus.gif ncontactus_mo.gif nsitemap.gif nsitemap_mo.gif |
8 |
|
|
|
9 |
|
|
nhome.gif: Makefile |
10 |
|
|
ppmmake $(BGCOLOR) 116 $(HEIGHT) | ppmtogif | convert -fill $(COLOR) -font $(FONT) -draw "text 6,22 'MITgcm.org'" - $@ |
11 |
|
|
|
12 |
|
|
nhome_mo.gif: Makefile |
13 |
|
|
ppmmake $(BGCOLOR) 116 $(HEIGHT) | ppmtogif | convert -fill $(MOCOLOR) -font $(FONT) -draw "text 6,22 'MITgcm.org'" - $@ |
14 |
|
|
|
15 |
|
|
ncontactus.gif: Makefile |
16 |
|
|
ppmmake $(BGCOLOR) 108 $(HEIGHT) | ppmtogif | convert -fill $(COLOR) -font $(FONT) -draw "text 6,22 'Contact Us'" - $@ |
17 |
|
|
|
18 |
|
|
ncontactus_mo.gif: Makefile |
19 |
|
|
ppmmake $(BGCOLOR) 108 $(HEIGHT) | ppmtogif | convert -fill $(MOCOLOR) -font $(FONT) -draw "text 6,22 'Contact Us'" - $@ |
20 |
|
|
|
21 |
|
|
nsitemap.gif: Makefile |
22 |
|
|
ppmmake $(BGCOLOR) 97 $(HEIGHT) | ppmtogif | convert -fill $(COLOR) -font $(FONT) -draw "text 6,22 'Site Index'" - $@ |
23 |
|
|
|
24 |
|
|
nsitemap_mo.gif: Makefile |
25 |
|
|
ppmmake $(BGCOLOR) 97 $(HEIGHT) | ppmtogif | convert -fill $(MOCOLOR) -font $(FONT) -draw "text 6,22 'Site Index'" - $@ |