utf8proc

view pgsql/Makefile @ 17:47b467f4c128

Contribution from libmojibake fork (missing file "normtest.c")
author Jiahao Chen, Steven G. Johnson, Anthony David Kelman
date Mon Dec 01 14:32:19 2014 -0500 (2014-12-01)
parents a0368662434c
children
line source
1 utf8proc_pgsql.so: utf8proc_pgsql.o
2 ld -shared -o utf8proc_pgsql.so utf8proc_pgsql.o
4 utf8proc_pgsql.o: utf8proc_pgsql.c
5 gcc -Wall -fpic -c -I`pg_config --includedir-server` \
6 -o utf8proc_pgsql.o utf8proc_pgsql.c
8 clean:
9 rm -f *.o *.so

Impressum / About Us