[CMake] call already made makefile

mina adel elecengineer_mina at yahoo.com
Fri Oct 29 23:50:59 EDT 2010


Hi All

I have an open source code that I use in my project. This open source code 
already has Makefile coded for it.

I want to use cmake so that before it compile my project it first call the cmake 
of these open source code, which will compile it to .la library.
Then using this library, it compile my code.

Thanks for your help

Mina




________________________________
From: mina adel <elecengineer_mina at yahoo.com>
To: cmake at cmake.org
Sent: Fri, October 29, 2010 11:45:25 PM
Subject: Converting from autoconf to cmake problem






Hi All

I am converting a code from configure.ac to cmake.
Can any one please advice me about what is the corresponding macro for the 
following. I have searched the cmake wiki and documentation and didnot find any.

AC_HEADER_STDBOOL
AC_C_CONST
AC_TYPE_PID_T
AC_TYPE_SIZE_T
AC_STRUCT_TM

# Checks for library functions.
AC_FUNC_CLOSEDIR_VOID
AC_FUNC_ERROR_AT_LINE
AC_FUNC_FORK
AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_TYPE_SIGNAL
AC_FUNC_VPRINTF

Thank u
Mina

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20101029/54b3e6ac/attachment.htm>


More information about the CMake mailing list