Subversion Repositories Tewi

Rev

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

Rev 181 Rev 182
Line 1... Line 1...
1
# $Id: Makefile 181 2024-09-26 22:59:42Z nishi $
1
# $Id: Makefile 182 2024-09-27 12:55:12Z nishi $
2
 
2
 
3
PWD = `pwd`
3
PWD = `pwd`
4
PLATFORM = generic
4
PLATFORM = generic
5
PREFIX = /usr/local
5
PREFIX = /usr/local
-
 
6
MODULE = ./Module
6
 
7
 
7
include Platform/$(PLATFORM).mk
8
include Platform/$(PLATFORM).mk
8
 
9
 
9
FLAGS = PWD=$(PWD) PLATFORM=$(PLATFORM) PREFIX=$(PREFIX)
10
FLAGS = PWD=$(PWD) PLATFORM=$(PLATFORM) PREFIX=$(PREFIX)
10
 
11
 
11
.PHONY: all format clean ./Server ./Common ./Module get-version
12
.PHONY: all format clean ./Server ./Common ./Module get-version
12
 
13
 
13
all: ./Server ./Module ./Tool/genconf ./Tool/itworks
14
all: ./Server $(MODULE) ./Tool/genconf ./Tool/itworks
14
 
15
 
15
./Tool/option: ./Tool/option.c config.h
16
./Tool/option: ./Tool/option.c config.h
16
	cc -o $@ ./Tool/option.c
17
	cc -o $@ ./Tool/option.c
17
 
18
 
18
./Tool/genconf: ./Tool/genconf.c config.h
19
./Tool/genconf: ./Tool/genconf.c config.h