- 09 May, 2001 1 commit
-
-
simonmar authored
Use -hcsuf to avoid clobbering .hc files when building several ways, and clean up the -osuf usage (put all the suffix-changing options in one place).
-
- 07 May, 2001 1 commit
-
-
sof authored
support for building .pdf docs
-
- 03 May, 2001 1 commit
-
-
simonmar authored
disable the hsc2hs suffix rules when booting from .hc files.
-
- 29 Mar, 2001 2 commits
- 23 Mar, 2001 1 commit
-
-
simonmar authored
Changes to support bootstrapping the compiler from .hc files. It's not quite working yet, but it's not far off. - the biggest change is that any injected #includes are now placed in the .hc file at generation time, rather than compilation time. I can't see any reason not to do this - it makes it clear by looking at the .hc file which files are being #included, it means one less temporary file at compilation time, and it means the .hc file is more standalone. - all the gruesomeness is in mk/bootstrap.mk, which handles building .hc files without a ghc driver.
-
- 04 Jan, 2001 1 commit
-
-
simonmar authored
add suffix rule for hsc2hs
-
- 22 Dec, 2000 1 commit
-
-
simonmar authored
add %.hs : %.y suffix rule
-
- 20 Dec, 2000 1 commit
-
-
rrt authored
Fixed GreenCard rules and flags (from GreenCard source).
-
- 27 Nov, 2000 4 commits
- 21 Nov, 2000 1 commit
-
-
rrt authored
Added rules for GreenCard.
-
- 07 Nov, 2000 1 commit
-
-
simonmar authored
Merge before-ghci -> before-ghci-branch-merged in the non-ghc parts of the tree.
-
- 08 May, 2000 1 commit
-
-
rrt authored
Replaced SGML2INFO stuff (which is no longer supported) with SGML2PS (which is, and may well be useful to some).
-
- 20 Apr, 2000 1 commit
-
-
panne authored
Improved rules for stubs. Not perfect yet, but better than before.
-
- 17 Apr, 2000 1 commit
-
-
simonmar authored
Move the HC_PRE & HC_POST stuff into target.mk, so we can override SplitObjs in the Makefile properly.
-
- 14 Apr, 2000 1 commit
-
-
rrt authored
Fixed -split-objs and removed last vestiges of dLL_ifs.hi.
-
- 04 Apr, 2000 1 commit
-
-
rrt authored
find changed to FIND, that Windows users may ignore DOS find when PATH has gone astray.
-
- 26 Jan, 2000 1 commit
-
-
rrt authored
Removed redundant rules (%.dvi : %.tex &c.) that were breaking DocBook (re)building.
-
- 05 Jan, 2000 1 commit
-
-
rrt authored
Changed rules to make SGML documentation using DocBook tools rather than LinuxDoc.
-
- 07 Oct, 1999 1 commit
-
-
sof authored
Support for generating a VERSIONINFO resource that can be pinned onto generated DLLs and EXEs (Win32 specific.)
-
- 02 Feb, 1999 1 commit
-
-
sof authored
- define and use *_OPTS for the various sgmltools. - acknowledge the existence of INSTALL_LIB_SCRIPTS.
-
- 02 Dec, 1998 1 commit
-
-
simonm authored
Move 4.01 onto the main trunk.
-
- 10 Jul, 1998 1 commit
-
-
sof authored
Added .gc -> .lhs suffix rule
-
- 16 Apr, 1998 1 commit
-
-
sof authored
happy setup: move -g from suffix rule into Makefiles
-
- 11 Mar, 1998 1 commit
-
-
simonm authored
added .hc-->.s and .S-->.o rules.
-
- 26 Feb, 1998 1 commit
-
-
sof authored
Renamed SRC_HC_{PRE,POST} to HC_{POST,PRE}_OPTS
-
- 30 Jan, 1998 1 commit
-
-
simonm authored
Remove old literate documentation support, and add support for multi-file SGML documents.
-
- 28 Jan, 1998 1 commit
-
-
simonm authored
Hmmm, .vsgml rule was wrong. Not sure how that happened.
-
- 14 Jan, 1998 1 commit
-
-
sof authored
New option variables: HC_PRE and HC_POST; $(SHELL) actions to perform before & after compiling a Haskell source file
-
- 22 Dec, 1997 1 commit
-
-
simonm authored
add a .sgml->.tex rule
-
- 16 Dec, 1997 1 commit
-
-
simonm authored
Add SGML suffix rules. Single-file documents only for the moment.
-
- 08 Sep, 1997 1 commit
-
-
simonm authored
runtest rule is the wrong way around. Not that it ever gets used.
-
- 03 Sep, 1997 1 commit
-
-
sof authored
fix: cleaning out split dirs pre re-make did not work
-
- 22 Aug, 1997 1 commit
-
-
reid authored
Added suffix rules, option variables, etc for greencard
-
- 10 Jun, 1997 1 commit
-
-
sof authored
Added .hs -> .hc rule
-
- 09 Jun, 1997 1 commit
-
-
sof authored
LIT2TEXT suffix rule fixed
-
- 05 Jun, 1997 1 commit
-
-
sof authored
removed repeated use of .PRECIOUS
-