From c9fbcc43cb381893c685f75a272df8b991e54e68 Mon Sep 17 00:00:00 2001 From: roland Date: Mon, 6 Mar 1995 02:54:50 +0000 Subject: [PATCH] (headers): Remove localeinfo.h. (distribute): New variable; put localeinfo.h here, and categories.def. (routines): Add loadlocale. (categories): New variable. (aux): Use that to get C-category and lc-category. --- locale/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/locale/Makefile b/locale/Makefile index 630b96032f..ec80014c99 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1992 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1995 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -21,11 +21,10 @@ # subdir := locale -headers := locale.h localeinfo.h - -routines := setlocale localeconv -aux := C-collate C-ctype C-ctype_ct C-ctype_mb \ - C-monetary C-numeric C-response C-time - +headers := locale.h +distribute := localeinfo.h categories.def +routines := setlocale loadlocale localeconv +categories := ctype messages monetary numeric time # collate +aux = $(categories:%=lc-%) $(categories:%=C-%) include ../Rules -- 2.11.0