Stefan Sayer wrote:
BTW, Im still looking for a packager (configure script writer, Makefile
writer, and so forth=
here you have a start for automake build, place the three files in core/
and run ./bootstrap. Of course this should be made properly with
subdirectories, libraries etc.
err... ok, we need libtool for this to work with the lt cares lib.
BR
Stefan
## Makefile.am -- Process this file with automake to produce Makefile.in
bin_PROGRAMS = aped
aped_SOURCES = ape_string.c channels.c entry.c event_epoll.c events.c
events_loop.c http_parser.c \
server.c users.c buffer.c dns.c event_devpoll.c event_kqueue.c
event_select.c hash.c \
JSON_parser.c socket.c \
../modules/ape_modules.c ../modules/ape_inotify.c
../modules/ape_jsapi.c
aped_LDADD = $(top_srcdir)/../../deps/c-ares/libcares.la
CPPFLAGS = -I$(top_srcdir)/../../deps/
ACLOCAL_AMFLAGS = -I m4dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT([aped], [2.0], [[email protected]])
AM_INIT_AUTOMAKE([1.9 foreign])
AM_MAINTAINER_MODE
AC_PROG_CC
AC_PROG_LIBTOOL
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
#!/bin/sh
autoreconf -f -i -Wall,no-obsolete && \
./configure &&
make
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/