Added rules to install/clobber resource gifs.

git-svn-id: svn://10.0.0.236/trunk@6107 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scullin%netscape.com 1998-07-21 21:22:25 +00:00
parent 5fec00d851
commit 1aa94e896b

View File

@ -52,3 +52,25 @@ include $(DEPTH)/config/rules.mk
$(LIBRARY): \
$(OBJS)
install::
$(INSTALL) res/gopher-audio.gif $(DIST)/bin/res/network
$(INSTALL) res/gopher-binary.gif $(DIST)/bin/res/network
$(INSTALL) res/gopher-find.gif $(DIST)/bin/res/network
$(INSTALL) res/gopher-image.gif $(DIST)/bin/res/network
$(INSTALL) res/gopher-menu.gif $(DIST)/bin/res/network
$(INSTALL) res/gopher-movie.gif $(DIST)/bin/res/network
$(INSTALL) res/gopher-telnet.gif $(DIST)/bin/res/network
$(INSTALL) res/gopher-text.gif $(DIST)/bin/res/network
$(INSTALL) res/gopher-unknown.gif $(DIST)/bin/res/network
clobber::
rm -f $(DIST)/bin/res/network/gopher-audio.gif
rm -f $(DIST)/bin/res/network/gopher-binary.gif
rm -f $(DIST)/bin/res/network/gopher-find.gif
rm -f $(DIST)/bin/res/network/gopher-image.gif
rm -f $(DIST)/bin/res/network/gopher-menu.gif
rm -f $(DIST)/bin/res/network/gopher-movie.gif
rm -f $(DIST)/bin/res/network/gopher-telnet.gif
rm -f $(DIST)/bin/res/network/gopher-text.gif
rm -f $(DIST)/bin/res/network/gopher-unknown.gif