Mercurial > hg > octave-jordi > gnulib-hg
view modules/unitypes @ 18079:4c948fd76734 default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Mon, 24 Aug 2015 06:09:19 -0700 |
parents | 4fb1b541d15a |
children |
line wrap: on
line source
Description: Base types for Unicode string functions. Files: lib/unitypes.in.h m4/libunistring-base.m4 Depends-on: stdint configure.ac: gl_LIBUNISTRING_LIBHEADER([0.9.4], [unitypes.h]) Makefile.am: BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H) unitypes.h: unitypes.in.h $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/unitypes.in.h; \ } > $@-t && \ mv -f $@-t $@ MOSTLYCLEANFILES += unitypes.h unitypes.h-t Include: "unitypes.h" License: LGPLv2+ Maintainer: Daiki Ueno