repo.or.cz
/
libquote.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add new files from gnulib: sh-quote and system-quote.
[libquote.git]
/
Makefile
blob
66490ccf5255703519e5f66e1da43c0856864be9
1
2
all
:
libquote
3
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