05a5088418e0047d4b1959c46e900860bb6cd590
[vuplus_dvbapp] / lib / actions / Makefile.am
1 AM_CPPFLAGS = \
2         -I$(top_srcdir)/include
3
4 noinst_LIBRARIES = libenigma_actions.a
5
6 libenigma_actions_a_SOURCES = \
7         action.cpp 
8
9 CLEANFILES = actionids.h
10
11 action.cpp: actionids.h
12
13 actionids.h:
14          python ./parseactions.py include ../gui/*.h > actionids.h
15          python ./parseactions.py parse ../gui/*.h >> actionids.h