XLIB= -L/usr/local/X11R5/lib -lX11 installed= $(HOME)/bin/$(ARCH)/autotitle default: autotitle$(ARCH) install: $(installed) $(installed): autotitle$(ARCH) strip autotitle$(ARCH) rm -f $(HOME)/bin/$(ARCH)/autotitle ln `pwd`/autotitle$(ARCH) $(HOME)/bin/$(ARCH)/autotitle autotitlesun4: autotitle.c Makefile gcc -traditional -O -o autotitlesun4 autotitle.c $(XLIB) -DNOXTERM autotitlesun3: autotitle.c Makefile gcc -traditional -O -o autotitlesun3 autotitle.c $(XLIB) -DNOXTERM autotitlemips: autotitle.c Makefile cc -O -o autotitlemips autotitle.c $(XLIB) -DNOXTERM