Subversion Repositories MLServ

Rev

Rev 2 | Rev 5 | 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-07 02:00:41Z nishi $
1
# $Id: Makefile 4 2024-09-24 18:35:15Z nishi $
2
 
2
 
3
include $(PWD)/Platform/$(PLATFORM).mk
3
include $(PWD)/Platform/$(PLATFORM).mk
4
 
4
 
-
 
5
MLOBJS = main.o
-
 
6
MLOBJS += server.o newlist.o
5
MLOBJS = main.o ../Common/common.a ../Common/database.a
7
MLOBJS += ../Common/common.a
6
 
8
 
7
.PHONY: all clean install
9
.PHONY: all clean install
8
.SUFFIXES: .c .o
10
.SUFFIXES: .c .o
9
 
11
 
10
all: mlserv$(EXEC)
12
all: mlserv$(EXEC)