Subversion Repositories Tewi

Rev

Rev 315 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 315 Rev 366
Line 1... Line 1...
1
# $Id: Makefile 315 2024-10-14 10:01:02Z nishi $
1
# $Id: Makefile 366 2024-10-17 00:54:56Z 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 *.obj
21
	rm -f *.o *.so *.a *.dll *.tds *.obj *.nlm