[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / utils / stat2resid / Jmakefile
1 /* stuff to have before we get going */
2 MsubNeededHere(stat2resid)
3
4 DYN_LOADABLE_BITS = \
5         parse-gcstats.prl \
6         process-gcstats.prl
7
8 MsubMakefileDependentProgramScriptTarget(PerlCmd,stat2resid,stat2resid.prl,/*no flags*/,/*Makefile*/)
9
10 #if DoInstallGHCSystem == YES
11 MakeDirectories(install, $(INSTBINDIR_GHC) $(INSTLIBDIR_GHC))
12
13 InstallMsubbedScriptTarget(PerlCmd,stat2resid-v-temp-name,stat2resid.prl,$(INSTBINDIR_GHC))
14 /* and continuing ... */
15 install::
16         $(MV) $(INSTBINDIR_GHC)/stat2resid-v-temp-name $(INSTBINDIR_GHC)/stat2resid
17         $(RM) $(INSTBINDIR_GHC)/stat2resid-v-temp-name
18
19 dyn_loadable_bits : $(DYN_LOADABLE_BITS)
20
21 InstallMultNonExecTargets(dyn_loadable_bits, $(DYN_LOADABLE_BITS), $(INSTLIBDIR_GHC))
22
23 install :: install_dyn_loadable_bits
24
25 #endif /* DoInstallGHCSystem */
26