Add new files from gnulib: sh-quote and system-quote.
[libquote.git] / Makefile
blob66490ccf5255703519e5f66e1da43c0856864be9
2 all: libquote
4 libquote: Makefile quotearg.c quotearg.h quote.h quoting-slots.h
5 $(CC) -O2 -fPIC -c quotearg.c localcharset.c
6 $(CC) -shared -o libquote.so quotearg.o localcharset.o
7 ar rcs libquote.a quotearg.o localcharset.o