Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/basic-kernel/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2653 by niro, Tue Nov 10 14:45:39 2015 UTC revision 2654 by niro, Tue Nov 10 15:11:08 2015 UTC
# Line 1  Line 1 
1  include ../../../Makefile.inc  include ../../../Makefile.inc
2    
3  SCRIPTS = kernel.client.class  SCRIPTS = kernel.client.class mcore-kernel-module
4    
5  all: $(SCRIPTS)  all: $(SCRIPTS)
6    
# Line 9  install: install-client Line 9  install: install-client
9  install-client: all  install-client: all
10   $(INSTALL) -d $(DESTDIR)/$(MCORE_LIBDIR)/include   $(INSTALL) -d $(DESTDIR)/$(MCORE_LIBDIR)/include
11   $(INSTALL) -m0644 *.client.class $(DESTDIR)/$(MCORE_LIBDIR)/include   $(INSTALL) -m0644 *.client.class $(DESTDIR)/$(MCORE_LIBDIR)/include
12     $(INSTALL) -m0755 mcore-kernel-module $(DESTDIR)/$(MCORE_LIBDIR)
13    
14  clean:  clean:
15   rm -f $(SCRIPTS)   rm -f $(SCRIPTS)

Legend:
Removed from v.2653  
changed lines
  Added in v.2654