Magellan Linux

Contents of /mcore-src/trunk/mcore-tools/icons/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2731 - (show annotations) (download)
Thu Jan 28 14:27:59 2016 UTC (8 years, 3 months ago) by niro
File size: 465 byte(s)
-added rdp icon
1 include ../Makefile.inc
2
3 FILES = sysinfo.png reboot.png shutdown.png default.png default_item.png firefox.png terminal.png rdp.png
4
5 all: $(FILES)
6
7 install: install-common install-client install-control all
8
9 install-common: all
10
11 install-client: all
12 $(INSTALL) -d $(DESTDIR)/$(PIXMAPSDIR)
13 $(INSTALL) -m0644 *.png $(DESTDIR)/$(PIXMAPSDIR)
14
15 install-control: all
16
17 clean:
18
19 .PHONY: install-common
20 .PHONY: install-client
21 .PHONY: install-control
22 .PHONY: all install clean