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 2258 by niro, Fri Jan 10 14:16:26 2014 UTC revision 2259 by niro, Mon Jan 13 14:39:52 2014 UTC
# Line 1  Line 1 
1  include ../../../Makefile.inc  include ../../../Makefile.inc
2    
3  SCRIPTS = citrix.client.class  SCRIPTS = citrix.client.class citrix.conf
4    
5    PNABROWSE_EXECUTABLE = /opt/ica-client/util/pnabrowse
6    PNABROWSE_CITRIX_BROWSER = ica
7    PNABROWSE_SERVER_EXCLUDE =
8    PNABROWSE_SESSION_EXCLUDE =
9    
10    SCRIPT_SED_LINES += \
11     -e "s:@@PNABROWSE_EXECUTABLE@@:$(PNABROWSE_EXECUTABLE):g" \
12     -e "s:@@PNABROWSE_CITRIX_BROWSER@@:$(PNABROWSE_CITRIX_BROWSER):g" \
13     -e "s:@@PNABROWSE_SERVER_EXCLUDE@@:$(PNABROWSE_SERVER_EXCLUDE):g" \
14     -e "s:@@PNABROWSE_SESSION_EXCLUDE@@:$(PNABROWSE_SESSION_EXCLUDE):g"
15    
16  all: $(SCRIPTS)  all: $(SCRIPTS)
17    
18  install: all  install: all
19     $(INSTALL) -d $(DESTDIR)/$(SYSCONFDIR)/mcore
20     $(INSTALL) -m0644 citrix.conf $(DESTDIR)/$(SYSCONFDIR)/mcore
21   $(INSTALL) -d $(DESTDIR)/$(MCORE_LIBDIR)/include   $(INSTALL) -d $(DESTDIR)/$(MCORE_LIBDIR)/include
22   $(INSTALL) -m0644 *.class $(DESTDIR)/$(MCORE_LIBDIR)/include   $(INSTALL) -m0644 *.class $(DESTDIR)/$(MCORE_LIBDIR)/include
23    

Legend:
Removed from v.2258  
changed lines
  Added in v.2259