Project

General

Profile

Download (997 Bytes) Statistics
| Branch: | Revision:

#DESTDIR := /

all:
@echo error
false

install:
install mrtg.cgi $(DESTDIR)/usr/share/WWW/mrtg/
install Treeview/ua.js $(DESTDIR)/usr/share/WWW/mrtg/
install Treeview/ftiens4.js $(DESTDIR)/usr/share/WWW/mrtg/
install Treeview/ftv2folderopen.gif $(DESTDIR)/usr/share/WWW/mrtg/
install Treeview/ftv2vertline.gif $(DESTDIR)/usr/share/WWW/mrtg/
install Treeview/ftv2mlastnode.gif $(DESTDIR)/usr/share/WWW/mrtg/
install Treeview/ftv2mnode.gif $(DESTDIR)/usr/share/WWW/mrtg/
install Treeview/ftv2plastnode.gif $(DESTDIR)/usr/share/WWW/mrtg/
install Treeview/ftv2pnode.gif $(DESTDIR)/usr/share/WWW/mrtg/
install Treeview/ftv2blank.gif $(DESTDIR)/usr/share/WWW/mrtg/
install Treeview/ftv2lastnode.gif $(DESTDIR)/usr/share/WWW/mrtg/
install Treeview/ftv2node.gif $(DESTDIR)/usr/share/WWW/mrtg/
install Treeview/ftv2folderclosed.gif $(DESTDIR)/usr/share/WWW/mrtg/
install Treeview/ftv2doc.gif $(DESTDIR)/usr/share/WWW/mrtg/

test:
install mrtg.cgi $(DESTDIR)/usr/share/WWW/mrtg/mrtg1.cgi

(1-1/3)