first try at building "libneutrino-hal" standalone

Origin commit data
------------------
Branch: master
Commit: 245c511981
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-03 (Fri, 03 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-02-03 23:49:43 +01:00
parent dc0bc30cd7
commit dfdbdf2f48
19 changed files with 541 additions and 0 deletions

24
configure.ac Normal file
View File

@@ -0,0 +1,24 @@
AC_INIT(libneutrino-hal,0.1.1)
AM_INIT_AUTOMAKE(libneutrino-hal,0.1.1)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_CONFIG_MACRO_DIR([m4])
TUXBOX_APPS
TUXBOX_APPS_DIRECTORY
TUXBOX_APPS_PKGCONFIG
TUXBOX_BOXTYPE
AC_PROG_CC
AC_PROG_CXX
AC_DISABLE_STATIC
AC_SYS_LARGEFILE
AM_PROG_LIBTOOL
TUXBOX_APPS_LIB_PKGCONFIG(DIRECTFB, directfb)
AC_OUTPUT([
Makefile
libtriple/Makefile
libspark/Makefile
])