Magellan Linux

Contents of /mcore-src/trunk/mcore-tools/src/modules/xscreensaver/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2757 - (show annotations) (download)
Tue Feb 2 14:13:21 2016 UTC (8 years, 2 months ago) by niro
File size: 451 byte(s)
-honor fistboot screensaver settings, but the module is not complete yet
1 include ../../../Makefile.inc
2
3 SCRIPTS = screensaver.control.class
4
5 all: $(SCRIPTS)
6
7 install: install-common install-client install-control all
8
9 install-common: all
10
11 install-client: all
12
13 install-control: all
14 $(INSTALL) -d $(DESTDIR)/$(MCORE_LIBDIR)/include
15 $(INSTALL) -m0644 *.control.class $(DESTDIR)/$(MCORE_LIBDIR)/include
16
17 clean:
18 rm -f $(SCRIPTS)
19
20 .PHONY: install-common
21 .PHONY: install-client
22 .PHONY: install-control
23 .PHONY: all install clean