summaryrefslogtreecommitdiffstats
path: root/proxy_wizard/Makefile
blob: 22bd300df0964b4c18428f7d610bac9fbd5bd9e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
install2:
	su -c 'make install'

install:
	mkdir -p --mode=u=rwx,g=rx,o=rx  ${prefix}/share/wizards
	mkdir -p --mode=u=rwx,g=rx,o=rx  ${prefix}/share/wizards/proxy_wizard
	mkdir -p --mode=u=rwx,g=rx,o=rx  ${prefix}/share/wizards/proxy_wizard/scripts
	mkdir -p --mode=u=rwx,g=rx,o=rx  ${prefix}/share/wizards/proxy_wizard/images
	install --mode=u=rw,g=r,o=r -p proxy.wiz ${prefix}/share/wizards/proxy_wizard





	install --mode=a=r -p ./images/proxy.png    ${prefix}/share/wizards/proxy_wizard/images
	install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/proxy_wizard/scripts
	install --mode=u=rw,g=r,o=r -p scripts/Squidconf.pm ${prefix}/share/wizards/proxy_wizard/scripts
	find  scripts -name "*.default" -exec install --mode=u=rw,g=r,o=r -p  {} ${prefix}/share/wizards/proxy_wizard/scripts \;
	find  scripts -name "*.patch" -exec install --mode=u=rw,g=r,o=r -p {} ${prefix}/share/wizards/proxy_wizard/scripts \;

run:	
	(su -c "make install; unset WIZPATH; export DEBUG_WIZ='/dev/pts/0'; wiz /usr/share/wizards/proxy_wizard/proxy.wiz")

desktop:
	cp -f desktop_data/proxy_wizard\ wiz ${HOME}/Desktop
	cp -f desktop_data/util1.gif ${HOME}/.kde/share/icons/