Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
ec3cf767
by Cheng Shao at 2026-01-08T06:24:31-05:00
14 changed files:
- − docs/Makefile
- − docs/storage-mgt/Makefile
- − docs/users_guide/Makefile
- − driver/Makefile
- − driver/ghc/Makefile
- − driver/ghci/Makefile
- − driver/haddock/Makefile
- − ghc/Makefile
- − libraries/Makefile
- − libraries/doc/Makefile
- − linters/lint-codes/Makefile
- − linters/lint-notes/Makefile
- − rts/Makefile
- − rts/include/Makefile
Changes:
| 1 | -dir = docs
|
|
| 2 | -TOP = ..
|
|
| 3 | -include $(TOP)/mk/sub-makefile.mk
|
|
| 4 | - |
| 1 | -TOP = ../..
|
|
| 2 | -include $(TOP)/mk/boilerplate.mk
|
|
| 3 | - |
|
| 4 | -# General makefile for Latex stuff
|
|
| 5 | - |
|
| 6 | -dvi: sm.dvi rp.dvi ldv.dvi
|
|
| 7 | -ps: sm.ps rp.ps ldv.ps
|
|
| 8 | - |
|
| 9 | -######## General rules
|
|
| 10 | -.SUFFIXES:
|
|
| 11 | -.PRECIOUS: %.tex %.ps %.bbl
|
|
| 12 | - |
|
| 13 | -#%.dvi: %.tex $(addsuffix .tex, $(basename $(wildcard *.verb *.fig))) $(wildcard *.bib)
|
|
| 14 | -%.dvi: %.tex $(addsuffix .tex, $(basename $(wildcard *.verb))) $(wildcard *.bib)
|
|
| 15 | - latex $<
|
|
| 16 | - @if grep -s "\citation" $*.aux; then bibtex $*; fi
|
|
| 17 | - latex $<
|
|
| 18 | - latex $<
|
|
| 19 | - |
|
| 20 | -%.ps: %.dvi
|
|
| 21 | - dvips -f < $< > $@
|
|
| 22 | - |
|
| 23 | -clean:
|
|
| 24 | - $(RM) *.aux *.log
|
|
| 25 | - |
|
| 26 | -distclean: clean
|
|
| 27 | - $(RM) *.dvi *.ps *.bbl *.blg *.gz
|
|
| 28 | - |
|
| 29 | -maintainer-clean: distclean
|
|
| 30 | - |
|
| 31 | -include $(TOP)/mk/bindist.mk
|
|
| 32 | - |
|
| 33 | -# dummy targets
|
|
| 34 | -all:
|
|
| 35 | -boot:
|
|
| 36 | -install:
|
|
| 37 | -install-docs:
|
|
| 38 | -html:
|
|
| 39 | -chm:
|
|
| 40 | -HxS:
|
|
| 41 | - |
|
| 42 | -# End of file |
| 1 | -dir = docs/users_guide
|
|
| 2 | -TOP = ../..
|
|
| 3 | - |
|
| 4 | -include $(TOP)/mk/sub-makefile.mk |
| 1 | -# -----------------------------------------------------------------------------
|
|
| 2 | -#
|
|
| 3 | -# (c) 2009 The University of Glasgow
|
|
| 4 | -#
|
|
| 5 | -# This file is part of the GHC build system.
|
|
| 6 | -#
|
|
| 7 | -# To understand how the build system works and how to modify it, see
|
|
| 8 | -# https://gitlab.haskell.org/ghc/ghc/wikis/building/architecture
|
|
| 9 | -# https://gitlab.haskell.org/ghc/ghc/wikis/building/modifying
|
|
| 10 | -#
|
|
| 11 | -# -----------------------------------------------------------------------------
|
|
| 12 | - |
|
| 13 | -dir = driver
|
|
| 14 | -TOP = ..
|
|
| 15 | -include $(TOP)/mk/sub-makefile.mk |
| 1 | -dir=driver/ghc
|
|
| 2 | -TOP=../..
|
|
| 3 | -include $(TOP)/mk/sub-makefile.mk |
| 1 | -# -----------------------------------------------------------------------------
|
|
| 2 | -#
|
|
| 3 | -# (c) 2009 The University of Glasgow
|
|
| 4 | -#
|
|
| 5 | -# This file is part of the GHC build system.
|
|
| 6 | -#
|
|
| 7 | -# To understand how the build system works and how to modify it, see
|
|
| 8 | -# https://gitlab.haskell.org/ghc/ghc/wikis/building/architecture
|
|
| 9 | -# https://gitlab.haskell.org/ghc/ghc/wikis/building/modifying
|
|
| 10 | -#
|
|
| 11 | -# -----------------------------------------------------------------------------
|
|
| 12 | - |
|
| 13 | -dir = driver/ghci
|
|
| 14 | -TOP = ../..
|
|
| 15 | -include $(TOP)/mk/sub-makefile.mk |
| 1 | -dir=driver/haddock
|
|
| 2 | -TOP=../..
|
|
| 3 | -include $(TOP)/mk/sub-makefile.mk |
| 1 | -# -----------------------------------------------------------------------------
|
|
| 2 | -#
|
|
| 3 | -# (c) 2009 The University of Glasgow
|
|
| 4 | -#
|
|
| 5 | -# This file is part of the GHC build system.
|
|
| 6 | -#
|
|
| 7 | -# To understand how the build system works and how to modify it, see
|
|
| 8 | -# https://gitlab.haskell.org/ghc/ghc/wikis/building/architecture
|
|
| 9 | -# https://gitlab.haskell.org/ghc/ghc/wikis/building/modifying
|
|
| 10 | -#
|
|
| 11 | -# -----------------------------------------------------------------------------
|
|
| 12 | - |
|
| 13 | -dir = ghc
|
|
| 14 | - |
|
| 15 | -include ../mk/compiler-ghc.mk
|
|
| 16 | - |
| 1 | -dir = libraries
|
|
| 2 | -TOP = ..
|
|
| 3 | -SPEC_TARGETS = 1
|
|
| 4 | -include $(TOP)/mk/sub-makefile.mk
|
|
| 5 | - |
|
| 6 | -.PHONY: 1
|
|
| 7 | -1 :
|
|
| 8 | - +$(TOPMAKE) stage1_libs
|
|
| 9 | - |
|
| 10 | -.PHONY: extra-help
|
|
| 11 | -help : extra-help
|
|
| 12 | -extra-help :
|
|
| 13 | - @echo " make 1"
|
|
| 14 | - @echo
|
|
| 15 | - @echo " Build all libraries that are built by the stage1 GHC"
|
|
| 16 | - @echo |
| 1 | -TOP=..
|
|
| 2 | -include $(TOP)/mk/boilerplate.mk
|
|
| 3 | -XML_DOC=libraries
|
|
| 4 | -include $(TOP)/mk/target.mk |
| 1 | -# -----------------------------------------------------------------------------
|
|
| 2 | -#
|
|
| 3 | -# (c) 2009 The University of Glasgow
|
|
| 4 | -#
|
|
| 5 | -# This file is part of the GHC build system.
|
|
| 6 | -#
|
|
| 7 | -# To understand how the build system works and how to modify it, see
|
|
| 8 | -# https://gitlab.haskell.org/ghc/ghc/wikis/building/architecture
|
|
| 9 | -# https://gitlab.haskell.org/ghc/ghc/wikis/building/modifying
|
|
| 10 | -#
|
|
| 11 | -# -----------------------------------------------------------------------------
|
|
| 12 | - |
|
| 13 | -dir = linters/lint-codes
|
|
| 14 | -TOP = ../..
|
|
| 15 | -include $(TOP)/mk/sub-makefile.mk |
| 1 | -# -----------------------------------------------------------------------------
|
|
| 2 | -#
|
|
| 3 | -# (c) 2009 The University of Glasgow
|
|
| 4 | -#
|
|
| 5 | -# This file is part of the GHC build system.
|
|
| 6 | -#
|
|
| 7 | -# To understand how the build system works and how to modify it, see
|
|
| 8 | -# https://gitlab.haskell.org/ghc/ghc/wikis/building/architecture
|
|
| 9 | -# https://gitlab.haskell.org/ghc/ghc/wikis/building/modifying
|
|
| 10 | -#
|
|
| 11 | -# -----------------------------------------------------------------------------
|
|
| 12 | - |
|
| 13 | -dir = linters/lint-notes
|
|
| 14 | -TOP = ../..
|
|
| 15 | -include $(TOP)/mk/sub-makefile.mk
|
|
| 16 | - |
|
| 17 | -FAST_MAKE_OPTS += stage=none |
| 1 | -# -----------------------------------------------------------------------------
|
|
| 2 | -#
|
|
| 3 | -# (c) 2009 The University of Glasgow
|
|
| 4 | -#
|
|
| 5 | -# This file is part of the GHC build system.
|
|
| 6 | -#
|
|
| 7 | -# To understand how the build system works and how to modify it, see
|
|
| 8 | -# https://gitlab.haskell.org/ghc/ghc/wikis/building/architecture
|
|
| 9 | -# https://gitlab.haskell.org/ghc/ghc/wikis/building/modifying
|
|
| 10 | -#
|
|
| 11 | -# -----------------------------------------------------------------------------
|
|
| 12 | - |
|
| 13 | -dir = rts
|
|
| 14 | -TOP = ..
|
|
| 15 | -include $(TOP)/mk/sub-makefile.mk
|
|
| 16 | - |
|
| 17 | -FAST_MAKE_OPTS += stage=none |
| 1 | -# -----------------------------------------------------------------------------
|
|
| 2 | -#
|
|
| 3 | -# (c) 2009 The University of Glasgow
|
|
| 4 | -#
|
|
| 5 | -# This file is part of the GHC build system.
|
|
| 6 | -#
|
|
| 7 | -# To understand how the build system works and how to modify it, see
|
|
| 8 | -# https://gitlab.haskell.org/ghc/ghc/wikis/building/architecture
|
|
| 9 | -# https://gitlab.haskell.org/ghc/ghc/wikis/building/modifying
|
|
| 10 | -#
|
|
| 11 | -# -----------------------------------------------------------------------------
|
|
| 12 | - |
|
| 13 | -dir = rts/include
|
|
| 14 | -TOP = ../..
|
|
| 15 | -include $(TOP)/mk/sub-makefile.mk |