Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/citrix/systemd/Makefile

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

revision 2723 by niro, Fri Dec 11 13:00:28 2015 UTC revision 2724 by niro, Mon Dec 21 09:31:33 2015 UTC
# Line 7  FILES = mcore-storefront.service mcore-c Line 7  FILES = mcore-storefront.service mcore-c
7    
8  all: $(FILES)  all: $(FILES)
9    
10  install: install-client-services-systemd install-control-services-systemd  install: install-common install-client install-control all
11    
12    install-common: install-common-services-systemd
13    
14    install-client: install-client-services-systemd
15    
16    install-control: install-control-services-systemd
17    
18    install-common-services-systemd: all
19    
20  install-client-services-systemd: all  install-client-services-systemd: all
21    
# Line 21  install-control-services-systemd: all Line 29  install-control-services-systemd: all
29  clean:  clean:
30   rm -f $(FILES)   rm -f $(FILES)
31    
32    .PHONY: install-common
33    .PHONY: install-client
34    .PHONY: install-control
35    .PHONY: install-common-services-systemd
36  .PHONY: install-client-services-systemd  .PHONY: install-client-services-systemd
37  .PHONY: install-control-services-systemd  .PHONY: install-control-services-systemd
38  .PHONY: all install clean  .PHONY: all install clean

Legend:
Removed from v.2723  
changed lines
  Added in v.2724