git.samba.org
/
ira
/
wip.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tsocket: Fixed documentation for tsocket_address_bsd_sockaddr().
[ira/wip.git]
/
lib
/
tdb
/
rules.mk
1
showflags::
2
@echo 'tdb will be compiled with flags:'
3
@echo ' CFLAGS = $(CFLAGS)'
4
@echo ' CPPFLAGS = $(CPPFLAGS)'
5
@echo ' LDFLAGS = $(LDFLAGS)'
6
@echo ' LIBS = $(LIBS)'
7
8
.SUFFIXES: .c .o
9
10
.c.o:
11
@echo Compiling $*.c
12
@mkdir -p `dirname $@`
13
@$(CC) $(PICFLAG) $(CFLAGS) $(ABI_CHECK) -c $< -o $@
14
15
distclean::
16
rm -f *~ */*~