~ubuntu-branches/ubuntu/breezy/ace/breezy

« back to all changes in this revision

Viewing changes to TAO/CIAO/CCF/Test/CompilerElements/CPP/Makefile.alt

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad, Benjamin Montgomery, Adam Conrad
  • Date: 2005-09-18 22:51:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge) (0.1.2 woody)
  • Revision ID: james.westby@ubuntu.com-20050918225138-seav22q6fyylb536
Tags: 5.4.7-3ubuntu1
[ Benjamin Montgomery ]
* Added a patch for amd64 and powerpc that disables the compiler
  option -fvisibility-inlines-hidden

[ Adam Conrad ]
* Added DPATCH_OPTION_CPP=1 to debian/patches/00options to make
  Benjamin's above changes work correctly with dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# file      : Test/CompilerElements/CPP/Makefile.alt
2
 
# author    : Boris Kolpackov <boris@dre.vanderbilt.edu>
3
 
# cvs-id    : Makefile.alt,v 1.2 2004/01/09 18:17:25 boris Exp
4
 
 
5
 
root = ../../..
6
 
 
7
 
include $(root)/Bootstrap.rules
8
 
 
9
 
$(call include, $(root)/Config.rules)
10
 
 
11
 
$(call include, $(UTILITY_BUILD_RULES)/Executable.pre.rules)
12
 
 
13
 
cxx_translation_units := driver.cpp 
14
 
 
15
 
module_base           := driver
16
 
module_prefix         :=
17
 
module_suffix         :=
18
 
 
19
 
CXX_PREPROCESS_FLAGS  += -I$(root) $(UTILITY_CPP_FLAGS) $(BOOST_CPP_FLAGS)
20
 
                         
21
 
CXX_LINK_LIBS         += -L$(root)/CCF/CompilerElements  \
22
 
                         -lCompilerElements              \
23
 
 
24
 
$(call include, $(UTILITY_BUILD_RULES)/Executable.post.rules)