Magellan Linux

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

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

revision 2354 by niro, Mon Aug 24 12:27:10 2015 UTC revision 2511 by niro, Mon Sep 14 09:55:43 2015 UTC
# Line 1  Line 1 
1  include ../../../Makefile.inc  include ../../../Makefile.inc
2    
3  SCRIPTS = citrix.client.class citrix.conf query-citrix-browser citrix-session citrix-serverlist storefront-resolver storefront-session storefront.client.class  SCRIPTS = citrix.client.class citrix.conf query-citrix-browser citrix-session citrix-serverlist storefront-resolver storefront-session storefront.client.class storefront-cron
4    
5  SYSTEM_ICAROOT = /opt/ica-client  SYSTEM_ICAROOT = /opt/ica-client
6  PNABROWSE_EXECUTABLE = $(SYSTEM_ICAROOT)/util/pnabrowse  PNABROWSE_EXECUTABLE = $(SYSTEM_ICAROOT)/util/pnabrowse
# Line 8  PNABROWSE_CITRIX_BROWSER = ica Line 8  PNABROWSE_CITRIX_BROWSER = ica
8  PNABROWSE_SERVER_EXCLUDE =  PNABROWSE_SERVER_EXCLUDE =
9  PNABROWSE_SESSION_EXCLUDE =  PNABROWSE_SESSION_EXCLUDE =
10  STOREBROWSE_EXECUTABLE = $(SYSTEM_ICAROOT)/util/storebrowse  STOREBROWSE_EXECUTABLE = $(SYSTEM_ICAROOT)/util/storebrowse
11  STOREFRONT_STORE = https://storefront  DEFAULT_STOREFRONT_STORE = https://storefront
12    STOREFRONT_ADDSTORE_REQUIRED = 1
13    STOREFRONT_SUBSCRIBE_APP = 1
14    
15  SCRIPT_SED_LINES += \  SCRIPT_SED_LINES += \
16   -e "s:@@SYSTEM_ICAROOT@@:$(SYSTEM_ICAROOT):g" \   -e "s:@@SYSTEM_ICAROOT@@:$(SYSTEM_ICAROOT):g" \
# Line 17  SCRIPT_SED_LINES += \ Line 19  SCRIPT_SED_LINES += \
19   -e "s:@@PNABROWSE_SERVER_EXCLUDE@@:$(PNABROWSE_SERVER_EXCLUDE):g" \   -e "s:@@PNABROWSE_SERVER_EXCLUDE@@:$(PNABROWSE_SERVER_EXCLUDE):g" \
20   -e "s:@@PNABROWSE_SESSION_EXCLUDE@@:$(PNABROWSE_SESSION_EXCLUDE):g" \   -e "s:@@PNABROWSE_SESSION_EXCLUDE@@:$(PNABROWSE_SESSION_EXCLUDE):g" \
21   -e "s:@@STOREBROWSE_EXECUTABLE@@:$(STOREBROWSE_EXECUTABLE):g" \   -e "s:@@STOREBROWSE_EXECUTABLE@@:$(STOREBROWSE_EXECUTABLE):g" \
22   -e "s,@@STOREFRONT_STORE@@,$(STOREFRONT_STORE),g"   -e "s,@@DEFAULT_STOREFRONT_STORE@@,$(DEFAULT_STOREFRONT_STORE),g" \
23     -e "s,@@STOREFRONT_ADDSTORE_REQUIRED@@,$(STOREFRONT_ADDSTORE_REQUIRED),g" \
24     -e "s,@@STOREFRONT_SUBSCRIBE_APP@@,$(STOREFRONT_SUBSCRIBE_APP),g"
25    
26  all: $(SCRIPTS)  all: $(SCRIPTS)
27    

Legend:
Removed from v.2354  
changed lines
  Added in v.2511