Subversion Repositories Tewi

Rev

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

Rev 17 Rev 25
Line 1... Line 1...
1
# $Id: Makefile 17 2024-09-13 17:41:07Z nishi $
1
# $Id: Makefile 25 2024-09-14 15:10:29Z nishi $
2
 
2
 
3
PWD = `pwd`
3
PWD = `pwd`
4
PLATFORM = generic
4
PLATFORM = generic
5
PREFIX = /usr/local
5
PREFIX = /usr/local
6
 
6
 
-
 
7
include Platform/$(PLATFORM).mk
-
 
8
 
7
FLAGS = PWD=$(PWD) PLATFORM=$(PLATFORM) PREFIX=$(PREFIX)
9
FLAGS = PWD=$(PWD) PLATFORM=$(PLATFORM) PREFIX=$(PREFIX)
8
 
10
 
9
.PHONY: all format clean ./Server ./Common ./Module
11
.PHONY: all format clean ./Server ./Common ./Module
10
 
12
 
11
all: ./Server ./Module
13
all: ./Server ./Module