home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / lib / libi18n / Makefile < prev    next >
Encoding:
Makefile  |  1998-04-08  |  1.5 KB  |  72 lines

  1. #!gmake
  2. #
  3. # The contents of this file are subject to the Netscape Public License
  4. # Version 1.0 (the "NPL"); you may not use this file except in
  5. # compliance with the NPL.  You may obtain a copy of the NPL at
  6. # http://www.mozilla.org/NPL/
  7. #
  8. # Software distributed under the NPL is distributed on an "AS IS" basis,
  9. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10. # for the specific language governing rights and limitations under the
  11. # NPL.
  12. #
  13. # The Initial Developer of this code under the NPL is Netscape
  14. # Communications Corporation.  Portions created by Netscape are
  15. # Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16. # Reserved.
  17.  
  18.  
  19.  
  20. DEPTH        = ../..
  21.  
  22. MODULE        = i18n
  23. LIBRARY_NAME    = i18n
  24.  
  25. DIRS        = unicode
  26.  
  27. CSRCS        = autokr.c \
  28.           autocvt.c \
  29.           b52cns.c \
  30.           cns2b5.c \
  31.           cvchcode.c \
  32.           detectu2.c \
  33.           euc2jis.c \
  34.           euc2sjis.c \
  35.           euckr2is.c \
  36.           is2euckr.c \
  37.           intl_csi.c \
  38.           jis2oth.c \
  39.           net_junk.c \
  40.           nscstr.c \
  41.           metatag.c \
  42.           sjis2euc.c \
  43.           sjis2jis.c \
  44.           ugen.c \
  45.           ugendata.c \
  46.           ucs2.c \
  47.           umap.c \
  48.           unicvt.c \
  49.           uscan.c \
  50.           fontencd.c \
  51.           csnamefn.c \
  52.           csnametb.c \
  53.           sbconvtb.c \
  54.           acptlang.c \
  55.           csstrlen.c \
  56.           sblower.c \
  57.           dblower.c \
  58.           kinsokud.c \
  59.           kinsokuf.c \
  60.           $(NULL)
  61.  
  62. REQUIRES    = i18n dbm nspr img util layer pref js
  63.  
  64. CSRCS        += doc_ccc.c fe_ccc.c intlcomp.c mime2fun.c
  65.  
  66. include $(DEPTH)/config/rules.mk
  67.  
  68. DEFINES        += -DHAS_FE
  69.  
  70. $(LIBRARY): $(OBJS)
  71.  
  72.