From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: example of use of automake with guile extension Date: Thu, 27 Jul 2006 12:50:35 -0400 Message-ID: References: Reply-To: ttn@glug.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1154019062 7425 80.91.229.2 (27 Jul 2006 16:51:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Jul 2006 16:51:02 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jul 27 18:50:56 2006 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G694a-0006Xl-3F for guile-user@m.gmane.org; Thu, 27 Jul 2006 18:50:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G694Z-0002fo-9L for guile-user@m.gmane.org; Thu, 27 Jul 2006 12:50:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G694T-0002eo-RQ for guile-user@gnu.org; Thu, 27 Jul 2006 12:50:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G694P-0002cu-QO for guile-user@gnu.org; Thu, 27 Jul 2006 12:50:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G694P-0002ce-GD for guile-user@gnu.org; Thu, 27 Jul 2006 12:50:45 -0400 Original-Received: from [67.59.132.6] (helo=mail.agora-net.com) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1G696C-0002kd-5q for guile-user@gnu.org; Thu, 27 Jul 2006 12:52:36 -0400 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.50) id 1G694F-0000pV-3p; Thu, 27 Jul 2006 12:50:35 -0400 Original-To: marco.maggi-ipsu@poste.it In-reply-to: (marco.maggi-ipsu@poste.it) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5424 Archived-At: From: "Marco Maggi" Date: Thu, 27 Jul 2006 16:35:26 +0200 can someone point me to a clean and simple Guile extension using GNU automake, that I can take as example to learn how to write automake using extensions? most simple, most clean: http://www.glug.org/people/ttn/software/guile-gdbm/ less simple, but just as "clean" (same methodology): http://www.glug.org/people/ttn/software/guile-pg/ http://www.glug.org/people/ttn/software/guile-sdl/ less simple, less clean (bootstrap requirements): http://www.glug.org/people/ttn/software/guile/ module (database tmpfile) these are done w/ guile 1.4.x, so some tweaking may be required for whichever guile you are targeting. thi _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user