Add a buildsys.

This commit is contained in:
Jonathan Schleifer 2012-04-08 19:50:33 +02:00
parent a9e4c2a8d9
commit 40ec5f83b5
18 changed files with 4760 additions and 0 deletions

18
configure.ac Normal file
View file

@ -0,0 +1,18 @@
AC_INIT(CoreFW, 0.1, js@webkeks.org)
AC_CONFIG_SRCDIR(src)
AC_CANONICAL_HOST
AC_PROG_CC
AC_PROG_CPP
AC_CHECK_TOOL(AR, ar)
AC_PROG_RANLIB
AC_PROG_LN_S
AC_PROG_INSTALL
BUILDSYS_SHARED_LIB
BUILDSYS_INIT
BUILDSYS_TOUCH_DEPS
AC_CONFIG_FILES(buildsys.mk)
AC_OUTPUT