summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-06 07:11:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:40 -0500
commited356c798974a302036b7e68c7e6b703c50bf09d (patch)
tree748f7656ae6c919876b988df9325d346c5463982 /source4/lib/talloc/Makefile.in
parenteb1def379e12264438504402a543490a06036e00 (diff)
downloadsamba-ed356c798974a302036b7e68c7e6b703c50bf09d.tar.gz
samba-ed356c798974a302036b7e68c7e6b703c50bf09d.tar.bz2
samba-ed356c798974a302036b7e68c7e6b703c50bf09d.zip
r18143: the 'showflags' convention from Samba is useful for the other packages
(This used to be commit a4d1f1d2229e1a0b1523bf14fab59278207abbc0)
Diffstat (limited to 'source4/lib/talloc/Makefile.in')
-rw-r--r--source4/lib/talloc/Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/source4/lib/talloc/Makefile.in b/source4/lib/talloc/Makefile.in
index 73336c2933..4effa96415 100644
--- a/source4/lib/talloc/Makefile.in
+++ b/source4/lib/talloc/Makefile.in
@@ -19,7 +19,12 @@ EXTRA_TARGETS = @DOC_TARGET@
LIBOBJ = @TALLOCOBJ@ @LIBREPLACEOBJ@
-all: libtalloc.a testsuite $(EXTRA_TARGETS)
+all: showflags libtalloc.a testsuite $(EXTRA_TARGETS)
+
+showflags:
+ @echo 'talloc will be compiled with flags:'
+ @echo ' CFLAGS = $(CFLAGS)'
+ @echo ' LIBS = $(LIBS)'
testsuite: $(LIBOBJ) testsuite.o
$(CC) $(CFLAGS) -o testsuite testsuite.o $(LIBOBJ) $(LIBS)