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

« back to all changes in this revision

Viewing changes to TAO/examples/RTScheduling/MIF_Scheduler/Makefile.bor

  • 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
 
#
2
 
# Makefile.bor,v 1.2 2003/12/20 14:05:46 jwillemsen Exp
3
 
#
4
 
#----------------------------------------------------------------------------
5
 
#       Borland Workspace
6
 
#----------------------------------------------------------------------------
7
 
 
8
 
!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>
9
 
 
10
 
all:
11
 
        $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f MIF_Scheduler_Starter.bor all
12
 
        $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f MIF_Scheduler_Test.bor all
13
 
 
14
 
clean:
15
 
        $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f MIF_Scheduler_Starter.bor clean
16
 
        $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f MIF_Scheduler_Test.bor clean
17
 
 
18
 
realclean:
19
 
        $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f MIF_Scheduler_Starter.bor realclean
20
 
        $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f MIF_Scheduler_Test.bor realclean
21
 
 
22
 
install:
23
 
        $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f MIF_Scheduler_Starter.bor install
24
 
        $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f MIF_Scheduler_Test.bor install
25
 
 
26
 
regenerate:
27
 
        perl /project/charanga/irfan/ACE_wrappers/bin/mwc.pl -type borland