home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / locale / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-30  |  506 b   |  26 lines

  1. #
  2. # Makefile for locale functions
  3. #
  4.  
  5. TOPDIR=..
  6.  
  7. include $(TOPDIR)/Makeconfig
  8. include $(TOPDIR)/Makerules
  9.  
  10. VSCFLAGS= -DUSE_ISO_8859_1 -DUSE_KOI_8
  11.  
  12. INC_CLAGS= -I.
  13. BASE_CFLAGS := $(BASE_CFLAGS) $(VSCFLAGS)
  14.  
  15. DIRS:=
  16. SRCS = C-collate.c C-ctype.c C-ctype_ct.c C-ctype_mb.c \
  17.     C-monetary.c C-numeric.c C-response.c C-time.c setlocale.c \
  18.     localeconv.c ISO88591-ctype.c ISO88591_ct.c ISO88591_mb.c \
  19.     KOI8-ct.c KOI8-ctype.c KOI8-mb.c
  20.  
  21. ASMS= $(SRCS:.c=.s)
  22. OBJS= $(SRCS:.c=.o)
  23. ALIASES=
  24.  
  25. include $(TOPDIR)/Maketargets
  26.