(file) Return to platform_VXWORKS_XSCALE_GNU.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

  1 mike  1.1.2.1 #//%2006////////////////////////////////////////////////////////////////////////
  2               #//
  3               #// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
  4               #// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
  5               #// Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;
  6               #// IBM Corp.; EMC Corporation, The Open Group.
  7               #// Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
  8               #// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
  9               #// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 10               #// EMC Corporation; VERITAS Software Corporation; The Open Group.
 11               #// Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 12               #// EMC Corporation; Symantec Corporation; The Open Group.
 13               #//
 14               #// Permission is hereby granted, free of charge, to any person obtaining a copy
 15               #// of this software and associated documentation files (the "Software"), to
 16               #// deal in the Software without restriction, including without limitation the
 17               #// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 18               #// sell copies of the Software, and to permit persons to whom the Software is
 19               #// furnished to do so, subject to the following conditions:
 20               #// 
 21               #// THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN
 22 mike  1.1.2.1 #// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
 23               #// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
 24               #// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
 25               #// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 26               #// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 27               #// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 28               #// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 29               #//
 30               #//=============================================================================
 31               
 32               ifndef WIND_BASE
 33                 $(error "The WIND_BASE environment variable is undefined. Please set up VxWorks environment")
 34               endif
 35               
 36               VXWORKS_ROOT = $(WIND_BASE)
 37               VXWORKS_LIB = $(VXWORKS_ROOT)/target/usr/lib/arm/XSCALE/common
 38               
 39               export PEGASUS_ENABLE_IPV6=false
 40               
 41               DEFINES = 
 42               
 43 karl  1.1.2.2 ## ATTN-KS Temporary bypass use of password file until we find way around use of this file
 44               ## we need to support the function of persistent changable passwords but not the use of the file
 45               ## or pam authentication
 46               ##
 47               DEFINES += -DPEGASUS_NO_PASSWORDFILE
 48               
 49 mike  1.1.2.1 OS_TYPE = vxworks
 50               
 51               RM = rm -f
 52               
 53               RMDIRHIER = rm -rf
 54               
 55               MKDIRHIER = mkdir -p 
 56               
 57               EXE_OUT = -o
 58               
 59               OBJ = .o
 60               
 61               OBJ_OUT = -o
 62               
 63               EXE =
 64               
 65               LIB_PREFIX = lib
 66               
 67               DIFF = diff
 68               
 69               SORT = sort
 70 mike  1.1.2.1 
 71               COPY = cp
 72               
 73               TOUCH = touch
 74               
 75               ECHO = echo
 76               
 77               DEFINES += -DPEGASUS_PLATFORM_VXWORKS_XSCALE_GNU
 78               
 79               PEGASUS_DEFAULT_ENABLE_OOP = false
 80               
 81               PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER = false
 82               
 83               OS = vxworks
 84               
 85               COMPILER = gnu
 86               
 87               PLATFORM_VERSION_SUPPORTED = yes
 88               
 89               ifndef CXX
 90                 CXX = c++arm
 91 mike  1.1.2.1 endif
 92               
 93               ifndef CC
 94                 CC = ccarm
 95               endif
 96               
 97               SH = sh
 98               
 99               YACC = bison
100               
101               RM = rm -f
102               
103               DIFF = diff
104               
105               SORT = sort
106               
107               COPY = cp
108               
109               MOVE = mv
110               
111               MKDIRHIER = mkdir -p
112 mike  1.1.2.1 
113               PEGASUS_SUPPORTS_DYNLIB = yes
114               
115               MAJOR_VERSION_NUMBER = 1
116               
117               LIB_SUFFIX = .so
118               
119               AR = ararm
120               
121               DEFINES += -DPEGASUS_USE_SYSLOGS -DCPU=XSCALE -DTOOL_FAMILY=gnu -DTOOL=gnu 
122               
123               SYS_LIBS =
124               
125               ifdef PEGASUS_PAM_AUTHENTICATION
126                   $(error "vxworks does not support PAM authenticaiton")
127               endif
128               
129               FLAGS += -txscale -ansi -mrtp -W -Wall -Wno-unused
130               
131               ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS 
132                 FLAGS += -g
133 mike  1.1.2.1 else
134                 FLAGS += -Os
135               endif
136               
137               PEGASUS_HAS_MAKEDEPEND = yes
138               
139               PEGASUS_ARCH_LIB = lib64
140               
141               ROMFS = $(PEGASUS_HOME)/romfs
142               
143               PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET=1
144               
145               export PEGASUS_USE_STATIC_LIBRARIES=true

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2