Magellan Linux

Contents of /alx-src/tags/alx-web-0_7_0_20170406_3/pics/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9476 - (show annotations) (download)
Thu Apr 6 13:59:11 2017 UTC (7 years, 5 months ago) by niro
File size: 289 byte(s)
tagged 'alx-web-0_7_0_20170406_3'
1 include ../Makefile.inc
2
3 FILES = deact.gif logo2.jpg logo.jpg minus.gif offline.gif online.gif plus.gif
4
5 all: $(FILES)
6
7 install: all
8 $(INSTALL) -d $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/pics
9 $(INSTALL) -m0644 $(FILES) $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/pics
10
11 clean:
12
13 .PHONY: all install clean