diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2005-07-09 18:44:14 +0000 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2005-07-09 18:44:14 +0000 |
commit | 3939ac4410446b46071c9d714f4270c12bf904fe (patch) | |
tree | 51ec855dea94ae24d7882bd8bfcc0a5b86876e30 /nls/C | |
parent | 19ba9d0df86c688319377467254b9ea9c4b0eccc (diff) |
- Since all but one line of all the nls/*/Makefile.am files are identical, move common bits to nls/localerules.in for easier updating and use automake includes to include in all the nls/*/Makefile.am files
- Don't assume $(CPP) can take gcc-only -traditional flag
- CPP process man pages as is done in the monolithic tree
Diffstat (limited to 'nls/C')
-rw-r--r-- | nls/C/Makefile.am | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/nls/C/Makefile.am b/nls/C/Makefile.am index 13a66460..b8eda401 100644 --- a/nls/C/Makefile.am +++ b/nls/C/Makefile.am @@ -1,15 +1,3 @@ x11thislocaledir = @X11_LOCALEDIR@/C -EXTRA_DIST = XLC_LOCALE.pre Compose.pre - -dist_x11thislocale_DATA = XI18N_OBJS -x11thislocale_DATA = XLC_LOCALE Compose - -# XXX: WCHAR32 definition <<-- WTF does this mean? -XLC_LOCALE: XLC_LOCALE.pre - $(CPP) -traditional -DWCHAR32=1 -DXCOMM='#' - < $(srcdir)/XLC_LOCALE.pre > $@ - -Compose: $(srcdir)/Compose.pre - $(CPP) -traditional -DXCOMM='#' - < $(srcdir)/Compose.pre > $@ - -DISTCLEANFILES = XLC_LOCALE Compose +include $(top_srcdir)/nls/localerules.in |