home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-21 | 200 b | 12 lines |
- SCRIPTS = croot xclnt ademo xroot
- MANPGS = croot.1 xclnt.1 ademo.1 xroot.1
-
-
- all::
-
- install:: $(SCRIPTS) $(MANPGS)
- cp $(SCRIPTS) $(DESTDIR)/bin/X11
- cp $(MANPGS) $(DESTDIR)/man/man.1
-
- DependTarget()
-