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

« back to all changes in this revision

Viewing changes to apps/JAWS3/jaws3/Makefile

  • 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
 
#       GNU ACE Workspace
3
 
#
4
 
# @file Makefile
5
 
#
6
 
# Makefile,v 1.2 2004/01/04 21:17:14 bala Exp
7
 
#
8
 
# This file was automatically generated by MPC.  Any changes made directly to
9
 
# this file will be lost the next time it is generated.
10
 
#
11
 
#----------------------------------------------------------------------------
12
 
 
13
 
 
14
 
MAKE_OPTIONS=$(shell echo $(MAKEFLAGS) | sed 's/--unix *//; s/ .*//')
15
 
ifeq ($(findstring k,$(MAKE_OPTIONS)),k)
16
 
  KEEP_GOING = 1
17
 
else
18
 
  KEEP_GOING = 0
19
 
endif
20
 
 
21
 
 
22
 
all: all.JAWS3 all.JAWS3_server
23
 
 
24
 
debug: debug.JAWS3 debug.JAWS3_server
25
 
 
26
 
profile: profile.JAWS3 profile.JAWS3_server
27
 
 
28
 
optimize: optimize.JAWS3 optimize.JAWS3_server
29
 
 
30
 
install: install.JAWS3 install.JAWS3_server
31
 
 
32
 
deinstall: deinstall.JAWS3 deinstall.JAWS3_server
33
 
 
34
 
clean: clean.JAWS3 clean.JAWS3_server
35
 
 
36
 
realclean: realclean.JAWS3 realclean.JAWS3_server
37
 
 
38
 
clobber: clobber.JAWS3 clobber.JAWS3_server
39
 
 
40
 
depend: depend.JAWS3 depend.JAWS3_server
41
 
 
42
 
rcs_info: rcs_info.JAWS3 rcs_info.JAWS3_server
43
 
 
44
 
idl_stubs: idl_stubs.JAWS3 idl_stubs.JAWS3_server
45
 
 
46
 
JAWS3: all.JAWS3
47
 
 
48
 
%.JAWS3:
49
 
ifeq ($(KEEP_GOING),1)
50
 
        -@$(MAKE) -f Makefile.JAWS3 -C . $(*);
51
 
else
52
 
        @$(MAKE) -f Makefile.JAWS3 -C . $(*);
53
 
endif
54
 
 
55
 
JAWS3_server: all.JAWS3_server
56
 
 
57
 
%.JAWS3_server: %.JAWS3
58
 
ifeq ($(KEEP_GOING),1)
59
 
        -@$(MAKE) -f Makefile.JAWS3_server -C . $(*);
60
 
else
61
 
        @$(MAKE) -f Makefile.JAWS3_server -C . $(*);
62
 
endif
63
 
 
64
 
 
65
 
reverseclean: realclean.JAWS3_server realclean.JAWS3
66
 
 
67
 
project_name_list:
68
 
        @echo JAWS3
69
 
        @echo JAWS3_server