~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to lib/tevent/rules.mk

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.SUFFIXES: .i _wrap.c
 
2
 
 
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)'
 
9
 
 
10
.SUFFIXES: .c .o
 
11
 
 
12
.c.o:
 
13
        @echo Compiling $*.c
 
14
        @mkdir -p `dirname $@`
 
15
        @$(CC) $(PICFLAG) $(CFLAGS) $(ABI_CHECK) -c $< -o $@
 
16
 
 
17
distclean::
 
18
        rm -f *~ */*~