PageRenderTime 24ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/js/ref-config/SunOS4.1.4.mk

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
Makefile | 101 lines | 38 code | 15 blank | 48 comment | 0 complexity | 49418bed961faeef01473a1cf0c17e26 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. # -*- Mode: makefile -*-
  2. #
  3. # ***** BEGIN LICENSE BLOCK *****
  4. # Version: MPL 1.1/GPL 2.0/LGPL 2.1
  5. #
  6. # The contents of this file are subject to the Mozilla Public License Version
  7. # 1.1 (the "License"); you may not use this file except in compliance with
  8. # the License. You may obtain a copy of the License at
  9. # http://www.mozilla.org/MPL/
  10. #
  11. # Software distributed under the License is distributed on an "AS IS" basis,
  12. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13. # for the specific language governing rights and limitations under the
  14. # License.
  15. #
  16. # The Original Code is Mozilla Communicator client code, released
  17. # March 31, 1998.
  18. #
  19. # The Initial Developer of the Original Code is
  20. # Netscape Communications Corporation.
  21. # Portions created by the Initial Developer are Copyright (C) 1998
  22. # the Initial Developer. All Rights Reserved.
  23. #
  24. # Contributor(s):
  25. #
  26. # Alternatively, the contents of this file may be used under the terms of
  27. # either the GNU General Public License Version 2 or later (the "GPL"), or
  28. # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  29. # in which case the provisions of the GPL or the LGPL are applicable instead
  30. # of those above. If you wish to allow use of your version of this file only
  31. # under the terms of either the GPL or the LGPL, and not to allow others to
  32. # use your version of this file under the terms of the MPL, indicate your
  33. # decision by deleting the provisions above and replace them with the notice
  34. # and other provisions required by the GPL or the LGPL. If you do not delete
  35. # the provisions above, a recipient may use your version of this file under
  36. # the terms of any one of the MPL, the GPL or the LGPL.
  37. #
  38. # ***** END LICENSE BLOCK *****
  39. #
  40. # Config stuff for SunOS4.1
  41. #
  42. CC = gcc
  43. CCC = g++
  44. RANLIB = ranlib
  45. #.c.o:
  46. # $(CC) -c -MD $*.d $(CFLAGS) $<
  47. CPU_ARCH = sparc
  48. GFX_ARCH = x
  49. # A pile of -D's to build xfe on sunos
  50. MOZ_CFLAGS = -DSTRINGS_ALIGNED -DNO_REGEX -DNO_ISDIR -DUSE_RE_COMP \
  51. -DNO_REGCOMP -DUSE_GETWD -DNO_MEMMOVE -DNO_ALLOCA \
  52. -DBOGUS_MB_MAX -DNO_CONST
  53. # Purify doesn't like -MDupdate
  54. NOMD_OS_CFLAGS = -DXP_UNIX -Wall -Wno-format -DSW_THREADS -DSUNOS4 -DNEED_SYSCALL \
  55. $(MOZ_CFLAGS)
  56. OS_CFLAGS = $(NOMD_OS_CFLAGS) -MDupdate $(DEPENDENCIES)
  57. OS_LIBS = -ldl -lm
  58. MKSHLIB = $(LD) -L$(MOTIF)/lib
  59. HAVE_PURIFY = 1
  60. MOTIF = /home/motif/usr
  61. MOTIFLIB = -L$(MOTIF)/lib -lXm
  62. INCLUDES += -I/usr/X11R5/include -I$(MOTIF)/include
  63. NOSUCHFILE = /solaris-rm-f-sucks
  64. LOCALE_MAP = $(DEPTH)/cmd/xfe/intl/sunos.lm
  65. EN_LOCALE = en_US
  66. DE_LOCALE = de
  67. FR_LOCALE = fr
  68. JP_LOCALE = ja
  69. SJIS_LOCALE = ja_JP.SJIS
  70. KR_LOCALE = ko
  71. CN_LOCALE = zh
  72. TW_LOCALE = zh_TW
  73. I2_LOCALE = i2
  74. IT_LOCALE = it
  75. SV_LOCALE = sv
  76. ES_LOCALE = es
  77. NL_LOCALE = nl
  78. PT_LOCALE = pt
  79. LOC_LIB_DIR = /usr/openwin/lib/locale
  80. BSDECHO = echo
  81. #
  82. # These defines are for building unix plugins
  83. #
  84. BUILD_UNIX_PLUGINS = 1
  85. DSO_LDOPTS =
  86. DSO_LDFLAGS =