Subversion Repositories Tewi

Rev

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

Rev 305 Rev 314
Line 1... Line 1...
1
# $Id: Makefile 305 2024-10-10 02:15:08Z nishi $
1
# $Id: Makefile 314 2024-10-14 07:37:04Z nishi $
2
 
2
 
3
OBJ=o
3
OBJ=o
4
STATIC=a
4
STATIC=a
5
END=_dll
5
END=_dll
6
SHARED=-shared
6
SHARED=-shared
Line 16... Line 16...
16
 
16
 
17
.c.$(OBJ):
17
.c.$(OBJ):
18
	$(CC) $(CFLAGS) -I ../Server -c -o $@ $<
18
	$(CC) $(CFLAGS) -I ../Server -c -o $@ $<
19
 
19
 
20
clean:
20
clean:
21
	rm -f *.o *.so *.a *.dll *.tds
21
	rm -f *.o *.so *.a *.dll *.tds *.obj