more complete implementation of national option character subsets
[enigma2.git] / tools / Makefile.am
1 libopen: 
2         $(CXX) -Wall -W libopen.c -O2 -nostartfiles -shared -fPIC -Wl,-soname,libopen.so.0 -o libopen.so.0.0 -ldl
3
4 all: libopen
5
6 install: all
7         $(INSTALL) libopen.so.0.0 $(DESTDIR)/usr/lib