# Borland's MAKE doesn't understand '$O'

OBJS =doslocal$(O) locale$(O) \
lc_chars$(O) lc_time$(O) lc_numm$(O) lc_table$(O) strfmon$(O) \
strftime$(O) strptime$(O) time_fmt$(O) time_txt$(O) asctime$(O) \
str_uplw$(O) strcoll$(O) stricmp$(O) strxfrm$(O) to_uplw$(O)


doslocal$(O): doslocal.c config.h _locale.h locale.h
locale$(O):   locale.c   config.h _locale.h locale.h
lc_chars$(O): lc_chars.c config.h _locale.h locale.h win.h
lc_time$(O):  lc_time.c  config.h _locale.h locale.h win.h
lc_numm$(O):  lc_numm.c  config.h _locale.h locale.h win.h
lc_table$(O): lc_table.c config.h _locale.h locale.h
strfmon$(O):  strfmon.c  config.h _locale.h locale.h monetary.h
strftime$(O): strftime.c config.h _locale.h locale.h
strptime$(O): strptime.c config.h _locale.h locale.h
time_fmt$(O): time_fmt.c config.h _locale.h locale.h
time_txt$(O): time_txt.c config.h _locale.h locale.h
asctime$(O):  asctime.c  config.h _locale.h locale.h
str_uplw$(O): str_uplw.c config.h _locale.h locale.h
strcoll$(O):  strcoll.c  config.h _locale.h locale.h
stricmp$(O):  stricmp.c  config.h _locale.h locale.h
strxfrm$(O):  strxfrm.c  config.h _locale.h locale.h
to_uplw$(O):  to_uplw.c  config.h _locale.h locale.h
