utf8proc

view pgsql/Makefile @ 10:00d2bcbdc945

Version 1.1.4

- replaced C++ style comments for compatibility reasons
- added typecasts to suppress compiler warnings
- removed redundant source files for ruby-gemfile generation
- Changed copyright notice for Public Software Group e. V.
- Minor changes in the README file
author jbe
date Wed Aug 19 12:00:00 2009 +0200 (2009-08-19)
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