source: branches/samba-3.5.x/lib/tevent/rules.mk@ 1075

Last change on this file since 1075 was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 358 bytes
Line 
1.SUFFIXES: .i _wrap.c
2
3showflags::
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
17distclean::
18 rm -f *~ */*~
Note: See TracBrowser for help on using the repository browser.