~ubuntu-branches/debian/lenny/tdb/lenny

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Marek Habersack
  • Date: 2005-05-04 11:11:22 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050504111122-7vpgb6zbq9zzc34t
Tags: 1.0.6-13
* Closes: #307214: ctrlproxy: FTBFS: /usr/include/tdb.h:150: error:
  parse error before '*' token
* Thanks to Wilmer van der Gaast <lintux@debian.org> for providing
  the patch to fix the above issue.
* Closes: #290211: Improper copyright file
* Closes: #262490: tdb_1.0.6-8_mips: FTBFS: opcode not supported on
  this processor: mips1. Spinlocks are not used on mips.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CFLAGS = @CFLAGS@ @WARNS@
 
1
AM_CFLAGS = -DSTANDALONE
 
2
CFLAGS = @CFLAGS@ @WARNS@ 
2
3
LDADD=libtdb.la
3
4
 
4
5
if BUILD_TDBTEST
13
14
TDBTORTURE =
14
15
endif
15
16
 
16
 
#noinst_PROGRAMS=tdbspeed tdbiterate $(TDBTEST) $(TDBTORTURE)
17
 
bin_PROGRAMS=tdbtool tdbdump tdbspeed tdbiterate $(TDBTEST) $(TDBTORTURE)
 
17
noinst_PROGRAMS=tdbspeed tdbiterate $(TDBTEST) $(TDBTORTURE)
 
18
bin_PROGRAMS=tdbtool tdbdump tdbbackup
18
19
 
19
20
lib_LTLIBRARIES=libtdb.la
20
21
 
30
31
tdbtorture_LDFLAGS=-ldl
31
32
tdbiterate_SOURCES=tdbiterate.c
32
33
tdbdump_SOURCES=tdbdump.c
 
34
tdbbackup_SOURCES=tdbback.c tdbbackup.c tdbback.h
33
35
 
34
36
man_MANS=tdb_close.3 tdb_delete.3 tdb_error.3 tdb_exists.3 tdb_fetch.3 \
35
37
        tdb_firstkey.3 tdb_open.3 tdb_store.3 tdb_traverse.3 tdb_chainlock.3 \