blob: eac3396d58ebbad3a0e0b866681db8ab7e6960ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#define IHaveSubdirs
SUBDIRS = hp2ps \
hscpp \
mkdependHS \
parallel \
stat2resid \
ugen \
unlit
/* hstags
not ready to go for 2.01
*/
/* "heap-view" is not in the list because (a) it requires
a Haskell compiler (which you may not have yet), and (b) you are
unlikely to want it desperately. It is easy to build once you have
a Haskell compiler and if you want it.
*/
|