Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2219 - (show annotations) (download)
Fri Jan 10 23:31:52 2014 UTC (10 years, 3 months ago) by niro
File size: 223 byte(s)
-added Makefile
1 include ../Makefile.inc
2
3 FILES = sysinfo.png reboot.png shutdown.png
4
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