git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add 'weight' for menu entries (including plugins), so they can be sorted, patch by...
[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