From 62455fd662f08b1f81cbb08ccb2c199cde0b9e97 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Mon, 25 Oct 2010 22:29:45 +0000 Subject: clean up build #2 * use swig macros from autoconf archive * generate and use enigma2_config.h (include from command-line) * check for dbox/fp.h and dbox/lcd-ks0713.h * clean up checks for libdreamdvd and lib*gif * fix some dependencies for generated files and header files --- lib/gdi/Makefile.am | 44 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) (limited to 'lib/gdi') diff --git a/lib/gdi/Makefile.am b/lib/gdi/Makefile.am index 192990b9..f1f69ef5 100644 --- a/lib/gdi/Makefile.am +++ b/lib/gdi/Makefile.am @@ -1,15 +1,49 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/include \ - -include Python.h + -include Python.h \ + -include $(top_builddir)/enigma2_config.h noinst_LTLIBRARIES = libenigma_gdi.la libenigma_gdi_la_SOURCES = \ - region.cpp grc.cpp epng.cpp erect.cpp fb.cpp font.cpp font_arabic.cpp gfbdc.cpp \ - glcddc.cpp gpixmap.cpp lcd.cpp gfont.cpp accel.cpp picload.cpp picexif.cpp \ - compositing.cpp bcm.cpp + accel.cpp \ + accel.h \ + bcm.cpp \ + compositing.cpp \ + compositing.h \ + epng.cpp \ + epng.h \ + epoint.h \ + erect.cpp \ + erect.h \ + esize.h \ + fb.cpp \ + fb.h \ + font.cpp \ + font.h \ + font_arabic.cpp \ + gfbdc.cpp \ + gfbdc.h \ + gfont.cpp \ + gfont.h \ + glcddc.cpp \ + glcddc.h \ + gpixmap.cpp \ + gpixmap.h \ + grc.cpp \ + grc.h \ + lcd.cpp \ + lcd.h \ + picexif.cpp \ + picexif.h \ + picload.cpp \ + picload.h \ + region.cpp \ + region.h if WITH_SDL -libenigma_gdi_la_SOURCES += sdl.cpp +libenigma_gdi_la_SOURCES += \ + sdl.cpp \ + sdl.h endif -- cgit v1.2.3