Subversion Repositories Tewi

Rev

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

Rev 219 Rev 255
Line 1... Line 1...
1
# $Id: Makefile 219 2024-10-02 20:40:37Z nishi $
1
# $Id: Makefile 255 2024-10-04 04:08:58Z nishi $
2
 
2
 
3
OBJ=o
3
OBJ=o
4
STATIC=a
4
STATIC=a
5
END=_dll
5
END=_dll
6
include $(PWD)/Platform/$(PLATFORM).mk
6
include $(PWD)/Platform/$(PLATFORM).mk
Line 15... Line 15...
15
 
15
 
16
.c.$(OBJ):
16
.c.$(OBJ):
17
	$(CC) $(CFLAGS) -I ../Server -c -o $@ $<
17
	$(CC) $(CFLAGS) -I ../Server -c -o $@ $<
18
 
18
 
19
clean:
19
clean:
20
	rm -f *.o *.so *.a *.dll
20
	rm -f *.o *.so *.a *.dll *.tds