Subversion Repositories MLServ

Rev

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

Rev 4 Rev 5
Line 1... Line 1...
1
# $Id: Makefile 4 2024-09-24 18:35:15Z nishi $
1
# $Id: Makefile 5 2024-09-25 00:19:35Z nishi $
2
 
2
 
3
include $(PWD)/Platform/$(PLATFORM).mk
3
include $(PWD)/Platform/$(PLATFORM).mk
4
 
4
 
5
COMOBJS = string.o version.o db.o ipc.o
5
COMOBJS = string.o version.o db.o ipc.o crypt.o
6
 
6
 
7
.PHONY: all clean install
7
.PHONY: all clean install
8
.SUFFIXES: .c .o
8
.SUFFIXES: .c .o
9
 
9
 
10
all: common.a
10
all: common.a