SCO_SV3.2.mk
上传用户:lyxiangda
上传日期:2007-01-12
资源大小:3042k
文件大小:3k
源码类别:

CA认证

开发平台:

WINDOWS

  1. #
  2. # The contents of this file are subject to the Mozilla Public
  3. # License Version 1.1 (the "License"); you may not use this file
  4. # except in compliance with the License. You may obtain a copy of
  5. # the License at http://www.mozilla.org/MPL/
  6. # Software distributed under the License is distributed on an "AS
  7. # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  8. # implied. See the License for the specific language governing
  9. # rights and limitations under the License.
  10. # The Original Code is the Netscape security libraries.
  11. # The Initial Developer of the Original Code is Netscape
  12. # Communications Corporation.  Portions created by Netscape are 
  13. # Copyright (C) 1994-2000 Netscape Communications Corporation.  All
  14. # Rights Reserved.
  15. # Contributor(s):
  16. # Alternatively, the contents of this file may be used under the
  17. # terms of the GNU General Public License Version 2 or later (the
  18. # "GPL"), in which case the provisions of the GPL are applicable 
  19. # instead of those above.  If you wish to allow use of your 
  20. # version of this file only under the terms of the GPL and not to
  21. # allow others to use your version of this file under the MPL,
  22. # indicate your decision by deleting the provisions above and
  23. # replace them with the notice and other provisions required by
  24. # the GPL.  If you do not delete the provisions above, a recipient
  25. # may use your version of this file under either the MPL or the
  26. # GPL.
  27. #
  28. # Config stuff for SCO Unix for x86.
  29. #
  30. include $(CORE_DEPTH)/coreconf/UNIX.mk
  31. DEFAULT_COMPILER = cc
  32. CC         = cc
  33. OS_CFLAGS += -b elf -KPIC
  34. CCC        = g++
  35. CCC       += -b elf -DPRFSTREAMS_BROKEN -I/usr/local/lib/g++-include
  36. # CCC      = $(CORE_DEPTH)/build/hcpp
  37. # CCC     += +.cpp +w
  38. RANLIB     = /bin/true
  39. #
  40. # -DSCO_PM - Policy Manager AKA: SCO Licensing
  41. # -DSCO - Changes to Netscape source (consistent with AIX, LINUX, etc..)
  42. # -Dsco - Needed for /usr/include/X11/*
  43. #
  44. OS_CFLAGS   += -DSCO_SV -DSYSV -D_SVID3 -DHAVE_STRERROR -DSW_THREADS -DSCO_PM -DSCO -Dsco
  45. #OS_LIBS     += -lpmapi -lsocket -lc
  46. MKSHLIB      = $(LD)
  47. MKSHLIB     += $(DSO_LDOPTS)
  48. XINC         = /usr/include/X11
  49. MOTIFLIB    += -lXm
  50. INCLUDES    += -I$(XINC)
  51. CPU_ARCH     = x86
  52. GFX_ARCH     = x
  53. ARCH         = sco
  54. LOCALE_MAP   = $(CORE_DEPTH)/cmd/xfe/intl/sco.lm
  55. EN_LOCALE    = C
  56. DE_LOCALE    = de_DE.ISO8859-1
  57. FR_LOCALE    = fr_FR.ISO8859-1
  58. JP_LOCALE    = ja
  59. SJIS_LOCALE  = ja_JP.SJIS
  60. KR_LOCALE    = ko_KR.EUC
  61. CN_LOCALE    = zh
  62. TW_LOCALE    = zh
  63. I2_LOCALE    = i2
  64. LOC_LIB_DIR  = /usr/lib/X11
  65. NOSUCHFILE   = /solaris-rm-f-sucks
  66. BSDECHO      = /bin/echo
  67. #
  68. # These defines are for building unix plugins
  69. #
  70. BUILD_UNIX_PLUGINS  = 1
  71. #DSO_LDOPTS         += -b elf -G -z defs
  72. DSO_LDOPTS         += -b elf -G
  73. DSO_LDFLAGS        += -nostdlib -L/lib -L/usr/lib -lXm -lXt -lX11 -lgen
  74. # Used for Java compiler
  75. EXPORT_FLAGS += -W l,-Bexport