(file) Return to platform_VXWORKS_PENTIUM_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")
 34               endif
 35               
 36               export PEGASUS_ENABLE_IPV6=false
 37               
 38               DEFINES = 
 39               
 40               OS_TYPE = vxworks
 41               
 42               RM = rm -f
 43 mike  1.1.2.1 
 44               RMDIRHIER = rm -rf
 45               
 46               MKDIRHIER = mkdir -p 
 47               
 48               EXE_OUT = -o
 49               
 50               OBJ = .o
 51               
 52               OBJ_OUT = -o
 53               
 54               EXE =
 55               
 56               LIB_PREFIX = lib
 57               
 58               DIFF = diff
 59               
 60               SORT = sort
 61               
 62               COPY = cp
 63               
 64 mike  1.1.2.1 TOUCH = touch
 65               
 66               ECHO = echo
 67               
 68               DEFINES += -DPEGASUS_PLATFORM_VXWORKS_PENTIUM_GNU
 69               
 70               PEGASUS_DEFAULT_ENABLE_OOP = false
 71               
 72               PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER = false
 73               
 74               OS = vxworks
 75               
 76               COMPILER = gnu
 77               
 78               PLATFORM_VERSION_SUPPORTED = yes
 79               
 80               ifndef CXX
 81                 CXX = c++pentium
 82               endif
 83               
 84               ifndef CC
 85 mike  1.1.2.1   CC = ccpentium
 86               endif
 87               
 88               SH = sh
 89               
 90               YACC = bison
 91               
 92               RM = rm -f
 93               
 94               DIFF = diff
 95               
 96               SORT = sort
 97               
 98               COPY = cp
 99               
100               MOVE = mv
101               
102               MKDIRHIER = mkdir -p
103               
104               PEGASUS_SUPPORTS_DYNLIB = yes
105               
106 mike  1.1.2.1 MAJOR_VERSION_NUMBER = 1
107               
108               LIB_SUFFIX = .so
109               
110               DEFINES += -DPEGASUS_USE_SYSLOGS -DCPU=SIMPENTIUM -DTOOL_FAMILY=gnu -DTOOL=gnu 
111               
112               SYS_LIBS =
113               
114               ifdef PEGASUS_PAM_AUTHENTICATION
115                   $(error "vxworks does not support PAM authenticaiton")
116               endif
117               
118 mike  1.1.2.2 FLAGS += -mhard-float -ansi -mcpu=i486 -march=i486 -W -Wall -Wno-unused -mrtp -MD -MP
119 mike  1.1.2.1 
120               ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS 
121                 FLAGS += -g
122               else
123 mike  1.1.2.2   FLAGS += -O2
124 mike  1.1.2.1 endif
125               
126               PEGASUS_HAS_MAKEDEPEND = yes
127               
128               PEGASUS_ARCH_LIB = lib64
129               
130               VXWORKS_LIB_COMMON = $(WIND_BASE)/target/usr/lib/simpentium/SIMPENTIUM/common
131               
132               ROMFS = $(PEGASUS_HOME)/romfs

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2