home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-02-04 | 364 b | 19 lines |
- # The names of the installed binary and manual page.
- # Feel free to change.
- BINARY = /usr/local/sunplot
- MANUAL = /usr/man/manl/sunplot.l
-
- CFLAGS = -O
-
- sunplot: sunplot.o
- $(CC) -o sunplot sunplot.o -lsuntool -lsunwindow -lpixrect
-
- install: sunplot
- cp sunplot $(BINARY)
- cp sunplot.1 $(MANUAL)
-
- clean:
- rm -f sunplot *.o core make.out
-
- sunplot.o: sunplot.icon
-