~ubuntu-branches/ubuntu/intrepid/bmagic/intrepid

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Andres Salomon
  • Date: 2008-01-05 23:58:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080105235856-2kmxhxkz14qjy9ia
Tags: 3.5.0-1
* New upstream release.
* Add tcpp.dpatch.  This stops tests/stress/t.cpp from including
  ncbi_pch.hpp.  As far as I can tell, NCBI is not used at all, I have
  no idea where that came from..
* Silence some lintian warnings; binary-arch-rules-but-pkg-is-arch-indep
  and ancient-standards-version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
# ============================================================================
26
26
 
27
27
TARGETS_BLD =  \
28
 
              tests/stress tests/perf \
29
28
              samples/sample1 \
30
29
              samples/sample2 \
31
30
              samples/sample3 \
34
33
              samples/sample6 \
35
34
              samples/sample7 \
36
35
              samples/sample8 \
37
 
              samples/sample9
 
36
              samples/sample9 \
 
37
              tests/stress tests/perf 
38
38
        
39
39
SHELL=/bin/sh
40
40
MAKE := ${MAKE} --no-print-directory