~ubuntu-branches/debian/sid/boinc/sid

« back to all changes in this revision

Viewing changes to Makefile.incl

  • Committer: Bazaar Package Importer
  • Author(s): Steffen Moeller
  • Date: 2011-05-28 10:44:59 UTC
  • Revision ID: james.westby@ubuntu.com-20110528104459-gtlmjxtgj35a6s7y
Tags: 6.12.28+dfsg-3
 * Added explicit dependency on python-support for boinc-server-maker.
 * Overriding csh and soname lintian warnings.
 * Addressing the crypt_prog issue.
 * Eliminating build path from python config
 * Eperienting with elimination of leading and ending blanks from Makefile lines

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
AM_LIBTOOLFLAGS =
19
19
 
20
20
AM_CPPFLAGS =                                   \
21
 
        -I$(top_srcdir)/lib                     \
22
 
        -I$(top_srcdir)/api                     \
23
 
        -I$(top_srcdir)/db                      \
24
 
        -I$(top_srcdir)/client                  \
25
 
        -I$(top_srcdir)/tools                   \
26
 
        -I$(top_srcdir)/sched                   \
27
 
        -I$(top_srcdir)/lib/mac                 \
 
21
        -I$(top_srcdir)/lib                     \
 
22
        -I$(top_srcdir)/api                     \
 
23
        -I$(top_srcdir)/db                      \
 
24
        -I$(top_srcdir)/client                  \
 
25
        -I$(top_srcdir)/tools                   \
 
26
        -I$(top_srcdir)/sched                   \
 
27
        -I$(top_srcdir)/lib/mac                 \
28
28
        $(PTHREAD_CFLAGS)
29
29
 
30
30
AM_CFLAGS =