import of utf8proc-v1.1.6

This commit is contained in:
Steven G. Johnson
2014-07-15 15:29:52 -04:00
commit ab9520d188
17 changed files with 16875 additions and 0 deletions

10
pgsql/Makefile Normal file
View File

@@ -0,0 +1,10 @@
utf8proc_pgsql.so: utf8proc_pgsql.o
ld -shared -o utf8proc_pgsql.so utf8proc_pgsql.o
utf8proc_pgsql.o: utf8proc_pgsql.c
gcc -Wall -fpic -c -I`pg_config --includedir-server` \
-o utf8proc_pgsql.o utf8proc_pgsql.c
clean:
rm -f *.o *.so