Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2626 - (hide annotations) (download)
Mon Sep 28 10:27:59 2015 UTC (8 years, 7 months ago) by niro
File size: 277 byte(s)
-added terminal icon
1 niro 2219 include ../Makefile.inc
2    
3 niro 2626 FILES = sysinfo.png reboot.png shutdown.png default.png default_item.png firefox.png terminal.png
4 niro 2219
5     all: $(FILES)
6    
7     install: all
8     $(INSTALL) -d $(DESTDIR)/$(PIXMAPSDIR)
9     $(INSTALL) -m0644 *.png $(DESTDIR)/$(PIXMAPSDIR)
10    
11     clean:
12    
13     .PHONY: all install clean