summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ace_bzip2.mpb
blob: 88890ad8fa8f02a74ac32fcf8fa657857df1e414 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$

feature(bzip2): bzip2 {
  specific(automake) {
    // Undo everything that comes from bzip2
    includes -= $(BZIP2_ROOT)/include 
    libpaths -= $(BZIP2_ROOT)/lib 
    lit_libs -= bz2
    macros   -= USE_BZIP2 

    compile_flags += $(ACE_BZIP2_CPPFLAGS)
    linkflags     += $(ACE_BZIP2_LDFLAGS)
    pure_libs     += $(ACE_BZIP2_LIBS)
  }
}