Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 14 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14 Rev 15
1
FILES := alloc.html how.html index.html logo.html on_fd.html		\
1
FILES := alloc.html how.html index.html logo on_fd.html on_signal.html	\
2
	 on_signal.html on_time.html oop_adns.html oop_adns_quer.htmly	\
2
	 on_time.html oop_adns.html oop_adns_query.html oop_glib.html	\
3
	 oop_glib.html oop_rl.html oop_sys.html oop_sys_run.html	\
3
	 oop_rl.html oop_sys.html oop_sys_run.html oop_sys_source.html	\
4
	 oop_sys_source.html oop_tcl.html oop_www.html ref.html		\
4
	 oop_tcl.html oop_www.html ref.html style.css why.html
5
	 style.css why.html
-
 
6
5
7
INSTALL := $(shell which install)
6
INSTALL := $(shell which install)
8
7
9
.PHONY: install clean distclean
8
.PHONY: install clean distclean
10
install: logo
9
install: logo
11
	$(INSTALL) -d $(DESTDIR)
10
	$(INSTALL) -d $(DESTDIR)
12
	$(INSTALL) $(FILES) $(DESTDIR)
11
	$(INSTALL) $(FILES) $(DESTDIR)
13
12
14
clean:
13
clean:
15
	-rm -f logo
14
	-rm -f logo
16
15
17
distclean: clean
16
distclean: clean
18
17
19
logo: logo.shar
18
logo: logo.shar
20
	/bin/sh logo.shar
19
	/bin/sh logo.shar