|
Last change
on this file since 198 was 133, checked in by Paul Smedley, 18 years ago |
|
Update trunk to 3.2.0pre3
|
|
File size:
884 bytes
|
| Line | |
|---|
| 1 | #!gmake
|
|---|
| 2 | #
|
|---|
| 3 | prefix = @prefix@
|
|---|
| 4 | datarootdir = @datarootdir@
|
|---|
| 5 | exec_prefix = @exec_prefix@
|
|---|
| 6 | includedir = @includedir@
|
|---|
| 7 | libdir = @libdir@
|
|---|
| 8 | mandir = @mandir@
|
|---|
| 9 | VPATH = @srcdir@:@libreplacedir@
|
|---|
| 10 | srcdir = @srcdir@
|
|---|
| 11 | builddir = @builddir@
|
|---|
| 12 | XSLTPROC = @XSLTPROC@
|
|---|
| 13 | INSTALLCMD = @INSTALL@
|
|---|
| 14 | CC = @CC@
|
|---|
| 15 | CFLAGS = @CFLAGS@ -DHAVE_CONFIG_H= -I. -I@srcdir@
|
|---|
| 16 | EXTRA_TARGETS = @DOC_TARGET@
|
|---|
| 17 | PICFLAG = @PICFLAG@
|
|---|
| 18 | PACKAGE_VERSION = @PACKAGE_VERSION@
|
|---|
| 19 | SHLIBEXT = @SHLIBEXT@
|
|---|
| 20 | SHLD_FLAGS = @SHLD_FLAGS@
|
|---|
| 21 | tallocdir = @tallocdir@
|
|---|
| 22 |
|
|---|
| 23 | LIBOBJ = $(TALLOC_OBJ) @LIBREPLACEOBJ@
|
|---|
| 24 |
|
|---|
| 25 | all:: showflags $(EXTRA_TARGETS)
|
|---|
| 26 |
|
|---|
| 27 | include $(tallocdir)/rules.mk
|
|---|
| 28 | include $(tallocdir)/talloc.mk
|
|---|
| 29 |
|
|---|
| 30 | $(SOLIB): $(LIBOBJ)
|
|---|
| 31 | $(CC) $(SHLD_FLAGS) -o $@ $(LIBOBJ) @SONAMEFLAG@$(SONAME)
|
|---|
| 32 |
|
|---|
| 33 | check: test
|
|---|
| 34 |
|
|---|
| 35 | installcheck:: test install
|
|---|
| 36 |
|
|---|
| 37 | distclean:: clean
|
|---|
| 38 | rm -f Makefile
|
|---|
| 39 | rm -f config.log config.status config.h config.cache
|
|---|
| 40 |
|
|---|
| 41 | realdistclean:: distclean
|
|---|
| 42 | rm -f configure config.h.in
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.