mkdependHS usage

2000-02-03 Thread S.D.Mechveliani
Please, who could tell me how to append the *dependencies* for the project shown by the below Makefile ? The source files are in the directories shown below. .hi, .o files go to the directory $(E)/ I tried cd directoryOf_Makefile; ghc -M; mkdependHS;

Re: CONTRIB/pphs

2000-02-03 Thread José Romildo Malaquias
On Thu, Feb 03, 2000 at 12:46:52PM +0100, Michael Weber wrote: On Thu, Feb 03, 2000 at 09:18:44 -0200, José Romildo Malaquias wrote: On Wed, Feb 02, 2000 at 04:57:40AM -0800, Simon Peyton-Jones wrote: It's in fptools/CONTRIB/pphs not fptools/ghc/CONTRIB/pphs So, how can I get it? It

Re: mkdependHS usage

2000-02-03 Thread Sven Panne
"S.D.Mechveliani" wrote: Please, who could tell me how to append the *dependencies* for the project shown by the below Makefile ? [...] Using a seperate file (.depend) is cleaner than modyfing the Makefile. Furthermore, it doesn't intefere with any version control system. Here's a snippet of