Subversion Repositories MLServ

Rev

Rev 5 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 9
Line 1... Line 1...
1
# $Id: Makefile 5 2024-09-25 00:19:35Z nishi $
1
# $Id: Makefile 9 2024-09-25 01:17:09Z nishi $
2
 
2
 
3
include $(PWD)/Platform/$(PLATFORM).mk
3
include $(PWD)/Platform/$(PLATFORM).mk
4
 
4
 
5
MLOBJS = main.o
5
MLOBJS = main.o
6
MLOBJS += server.o newlist.o
6
MLOBJS += server.o newlist.o
7
MLOBJS += ../Common/common.a
7
MLOBJS += ../Common/common.a ../Common/backend.a
8
 
8
 
9
.PHONY: all clean install
9
.PHONY: all clean install
10
.SUFFIXES: .c .o
10
.SUFFIXES: .c .o
11
 
11
 
12
all: mlserv$(EXEC)
12
all: mlserv$(EXEC)