Subversion Repositories

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

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

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