git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
a bit more/nicer fakes
[enigma2.git]
/
lib
/
actions
/
Makefile.am
1
INCLUDES = \
2
-I$(top_srcdir)/include
3
4
noinst_LIBRARIES = libenigma_actions.a
5
6
libenigma_actions_a_SOURCES = \
7
action.cpp
8
9
action.cpp: actionids.h
10
11
actionids.h:
12
python ./parseactions.py include ../gui/*.h > actionids.h
13
python ./parseactions.py parse ../gui/*.h >> actionids.h