Re: Makefile.am for GNU ed

2004-04-25 Thread Roger Leigh
John Poltorak <[EMAIL PROTECTED]> writes: > On Sat, Apr 24, 2004 at 04:06:50PM -0500, Stephen Torri wrote: >> 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

Re: Makefile.am for GNU ed

2004-04-24 Thread Stephen Torri
On Sat, 2004-04-24 at 16:23, John Poltorak wrote: > I tried that once but it isn't very instructive when 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 progr

Re: Makefile.am for GNU ed

2004-04-24 Thread John Poltorak
On Sat, Apr 24, 2004 at 04:06:50PM -0500, Stephen Torri wrote: > 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 anyon

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. S

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