Add the number of common data blocks to the protocol.
[Samba/nascimento.git] / lib / tevent / rules.mk
blobc197e930a3cbd03f631bfc07b7e4953db63da7ff
1 .SUFFIXES: .i _wrap.c
3 showflags::
4 @echo 'libtevent will be compiled with flags:'
5 @echo ' CFLAGS = $(CFLAGS)'
6 @echo ' CPPFLAGS = $(CPPFLAGS)'
7 @echo ' LDFLAGS = $(LDFLAGS)'
8 @echo ' LIBS = $(LIBS)'
10 .SUFFIXES: .c .o
12 .c.o:
13 @echo Compiling $*.c
14 @mkdir -p `dirname $@`
15 @$(CC) $(PICFLAG) $(CFLAGS) $(ABI_CHECK) -c $< -o $@
17 distclean::
18 rm -f *~ */*~