Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2731 - (hide 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 niro 2219 include ../Makefile.inc
2    
3 niro 2731 FILES = sysinfo.png reboot.png shutdown.png default.png default_item.png firefox.png terminal.png rdp.png
4 niro 2219
5     all: $(FILES)
6    
7 niro 2724 install: install-common install-client install-control all
8    
9     install-common: all
10    
11     install-client: all
12 niro 2219 $(INSTALL) -d $(DESTDIR)/$(PIXMAPSDIR)
13     $(INSTALL) -m0644 *.png $(DESTDIR)/$(PIXMAPSDIR)
14    
15 niro 2724 install-control: all
16    
17 niro 2219 clean:
18    
19 niro 2724 .PHONY: install-common
20     .PHONY: install-client
21     .PHONY: install-control
22 niro 2219 .PHONY: all install clean