Re: Makefile.am for GNU ed

2004-04-25 Thread Roger Leigh
using libraries. I'm trying to retro-fit a Makefile.am into GNU ed for my own purposes but am unsure about how to handle libs... If I have seperate headers for a bin and a lib program should they all be included under noinst_HEADERS as in:- ? bin_SOURCES = bin_a.c bin_bf.c

Makefile.am for GNU ed

2004-04-24 Thread John Poltorak
I've never written a Makefile.am file but would like to have a try... GNU ed seems like a relatively simple app, so I'd be interested in writing one for it. Can anyone suggest where I start? -- John

Re: Makefile.am for GNU ed

2004-04-24 Thread Stephen Torri
On Sat, 2004-04-24 at 15:21, John Poltorak wrote: I've never written a Makefile.am file but would like to have a try... GNU ed seems like a relatively simple app, so I'd be interested in writing one for it. Can anyone suggest where I start? Create a simple app that prints out a string. See

Re: Makefile.am for GNU ed

2004-04-24 Thread John Poltorak
a Makefile.am into GNU ed for my own purposes but am unsure about how to handle libs... If I have seperate headers for a bin and a lib program should they all be included under noinst_HEADERS as in:- ? bin_SOURCES = bin_a.c bin_bf.c noinst_HEADERS = bin_a.h bin_b.h noinst_LIBRARIES