Rev 14 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3 | magnus | 1 | FILES := alloc how index.html logo on_fd on_signal on_time \ |
2 | oop_adns oop_adns_query oop_glib oop_rl oop_sys oop_sys_run \ |
||
3 | oop_sys_source oop_tcl oop_www ref style.css why |
||
4 | |||
5 | INSTALL := $(shell which install) |
||
6 | |||
7 | .PHONY: install clean distclean |
||
8 | install: logo |
||
9 | $(INSTALL) -d $(DESTDIR) |
||
10 | $(INSTALL) $(FILES) $(DESTDIR) |
||
11 | |||
12 | clean: |
||
13 | -rm -f logo |
||
14 | |||
15 | distclean: clean |
||
16 | |||
17 | logo: logo.shar |
||
18 | /bin/sh logo.shar |