Subversion Repositories Tewi

Rev

Rev 2 | Rev 6 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 4
Line 1... Line 1...
1
# $Id: Makefile 2 2024-09-13 08:38:39Z nishi $
1
# $Id: Makefile 4 2024-09-13 09:39:33Z nishi $
2
 
2
 
3
PWD = `pwd`
3
PWD = `pwd`
4
PLATFORM = generic
4
PLATFORM = generic
5
PREFIX = /usr
5
PREFIX = /usr/local
6
 
6
 
7
FLAGS = PWD=$(PWD) PLATFORM=$(PLATFORM) PREFIX=$(PREFIX)
7
FLAGS = PWD=$(PWD) PLATFORM=$(PLATFORM) PREFIX=$(PREFIX)
8
 
8
 
9
.PHONY: all format clean ./Server ./Common
9
.PHONY: all format clean ./Server ./Common
10
 
10