~ubuntu-branches/ubuntu/utopic/cdrdao/utopic

« back to all changes in this revision

Viewing changes to scsilib/RULES/9000-782-hp-ux-cc.rul

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Suffield
  • Date: 2004-06-24 22:33:16 UTC
  • Revision ID: james.westby@ubuntu.com-20040624223316-534onzugaeeyq61j
Tags: upstream-1.1.9
ImportĀ upstreamĀ versionĀ 1.1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ident "@(#)9000-725-hp-ux-cc.rul       1.9 03/01/30 "
 
2
###########################################################################
 
3
# Written 1996 by J. Schilling
 
4
###########################################################################
 
5
#
 
6
# Platform dependent MACROS for HP/UX
 
7
#
 
8
###########################################################################
 
9
# This program is free software; you can redistribute it and/or modify
 
10
# it under the terms of the GNU General Public License as published by
 
11
# the Free Software Foundation; either version 2, or (at your option)
 
12
# any later version.
 
13
#
 
14
# This program is distributed in the hope that it will be useful,
 
15
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
# GNU General Public License for more details.
 
18
#
 
19
# You should have received a copy of the GNU General Public License along with
 
20
# this program; see the file COPYING.  If not, write to the Free Software
 
21
# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
22
###########################################################################
 
23
include $(SRCROOT)/$(RULESDIR)/rules.prg
 
24
###########################################################################
 
25
 
 
26
CPPFLAGS=       $(CPPOPTS) $(CPPOPTX)
 
27
CFLAGS=         $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
 
28
 
 
29
CPPOPTS=        -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
 
30
#
 
31
# -Ae         -> ANSI C (non-bundled C only - bundled C ignores -Ae)
 
32
# +DAportable -> Create Parisc-1.1 code
 
33
#
 
34
COPTS=          -Ae +DAportable
 
35
CWOPTS=         
 
36
COPTOPT=        -O
 
37
KDEFINES=       -DKERNEL -D_KERNEL
 
38
COPTDYN=        -fpic
 
39
COPTGPROF=      -pg
 
40
 
 
41
LIB_PREFIX=     lib
 
42
LIB_SUFFIX=     .a
 
43
SHL_SUFFIX=     .sl
 
44
 
 
45
LIB_SOCKET=     
 
46
LIB_MATH=       -lm
 
47
LIB_KVM=        
 
48
 
 
49
LIBS_PATH=      -L$(OLIBSDIR)
 
50
 
 
51
LDFLAGS=        $(LDOPTS) $(LDOPTX)
 
52
LDLIBS=         $(LIBS) $(LIBX)
 
53
 
 
54
#LDOPTS=                $(LIBS_PATH) $(LDPATH) $(RUNPATH)
 
55
LDOPTS=         $(LIBS_PATH) $(LDPATH)
 
56
LDOPTDYN=       -shared -Wl,-soname,$(TARGET)
 
57
LNDYNLIB=       @
 
58
 
 
59
FLOAT_OPTIONS=  
 
60
 
 
61
CC=             @echo " ==> COMPILING \"$@\""; cc
 
62
LDCC=           @echo " ==> LINKING \"$@\""; cc
 
63
DYNLD=          @echo " ==> LINKING dynamic library \"$@\""; cc
 
64
RANLIB=         @echo " ==> RANDOMIZING ARCHIVE \"$@\""; true
 
65
ARFLAGS=        cr
 
66
LORDER=         echo
 
67
TSORT=          cat
 
68
 
 
69
RMDEP=          :
 
70
MKDEP=          @echo " ==> MAKING DEPENDENCIES \"$@\""; $(RMDEP); $(SRCROOT)/conf/mkdep-hpux.sh
 
71
MKDEP_OUT=