generic language update
[enigma2.git] / tools / Makefile.am
1 libopen.so.0.0: 
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.so.0.0
5
6 install: all
7         $(INSTALL) libopen.so.0.0 $(DESTDIR)/usr/lib