Project

General

Profile

Revision 609

Added by Greg Tress about 16 years ago

Updated Makefile for CGI access

View differences:

trunk/code/projects/colonet/client/cgi/Makefile
2 2
default: install
3 3

  
4 4
install: 
5
	# Compile java helper app, used to send commands from web server to colonet server
5
	@echo --- Compiling Java Application ---
6 6
	javac *.java
7 7
	cp *.class /tmp/
8
	# Copy perl script into web-accessible location
9
	sudo cp colonet.cgi /usr/lib/cgi-bin/
10
	# Copy web files into www directory
11
	sudo cp index_iphone.xhtml /var/www/
12
	sudo cp colonet.js /var/www/
13

  
8
	@echo --- Installing CGI Script ---
9
	cp colonet.cgi /usr/lib/cgi-bin/
10
	@echo --- Installing Web Access Files ---
11
	cp index_iphone.xhtml /var/www/
12
	cp colonet.js /var/www/
13
	@echo --- Done ---

Also available in: Unified diff