chiark / gitweb /
Found on jura.
[ian-dotfiles.git] / autotitle / Makefile
1 XLIB= -L/usr/local/X11R5/lib -lX11
2
3 installed= $(HOME)/bin/$(ARCH)/autotitle
4
5 default:        autotitle$(ARCH)
6
7 install:        $(installed)
8
9 $(installed):   autotitle$(ARCH)
10                 strip autotitle$(ARCH)
11                 rm -f $(HOME)/bin/$(ARCH)/autotitle
12                 ln `pwd`/autotitle$(ARCH) $(HOME)/bin/$(ARCH)/autotitle
13
14 autotitlesun4:  autotitle.c Makefile
15                 gcc -traditional -O -o autotitlesun4  autotitle.c $(XLIB) -DNOXTERM
16
17 autotitlesun3:  autotitle.c Makefile
18                 gcc -traditional -O -o autotitlesun3  autotitle.c $(XLIB) -DNOXTERM
19
20 autotitlemips:  autotitle.c Makefile
21                 cc -O -o autotitlemips  autotitle.c $(XLIB) -DNOXTERM