Re: [RFH] migrating to cmake

2006-12-07 Thread Eduard Bloch
#include * Bastian Venthur [Wed, Dec 06 2006, 12:56:37PM]: > Hi, > > one of my packages moved to cmake and I wonder how the classic > > ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) > --prefix=/usr --mandir=\$${prefix}/share/man > --infodir=\$${prefix}/share/info CFLAGS="

[RFH] migrating to cmake

2006-12-06 Thread Bastian Venthur
Hi, one of my packages moved to cmake and I wonder how the classic ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" -line in debian/rules translates to cmak