Subversion Repositories Tewi

Rev

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

Rev 189 Rev 191
Line 1... Line 1...
1
# $Id: Makefile 189 2024-09-29 00:37:00Z nishi $
1
# $Id: Makefile 191 2024-09-29 05:11:20Z nishi $
2
 
2
 
3
include $(PWD)/Platform/$(PLATFORM).mk
3
include $(PWD)/Platform/$(PLATFORM).mk
4
 
4
 
5
.PHONY: all clean
5
.PHONY: all clean
6
.SUFFIXES: .c .o
6
.SUFFIXES: .c .o
7
 
7
 
8
OBJS = main.o version.o config.o server.o http.o module.o strptime.o $(EXTOBJS) $(PREOBJS)
8
OBJS = main.o version.o config.o server.o http.o module.o strptime.o font.o $(EXTOBJS) $(PREOBJS)
9
 
9
 
10
all: tewi$(EXEC) $(TARGET)
10
all: tewi$(EXEC) $(TARGET)
11
 
11
 
12
tewi_strip$(EXEC): tewi$(EXEC)
12
tewi_strip$(EXEC): tewi$(EXEC)
13
 
13