Subversion Repositories Tewi

Rev

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

Rev 62 Rev 126
Line 1... Line 1...
1
# $Id: Makefile 62 2024-09-18 20:02:26Z nishi $
1
# $Id: Makefile 126 2024-09-22 16:40:40Z 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 $(LIB)
6
.SUFFIXES: .c .o $(LIB)
7
 
7
 
8
all: mod_cgi$(LIB)
8
all: mod_cgi$(LIB) mod_proxy$(LIB)
9
 
9
 
10
.o$(LIB):
10
.o$(LIB):
11
	$(CC) $(LDFLAGS) -shared -o $@ $< ../Common/common.a $(LIBS)
11
	$(CC) $(LDFLAGS) -shared -o $@ $< ../Common/common.a $(LIBS)
12
 
12
 
13
.c.o:
13
.c.o: