User Tools

Site Tools


spo600:make_and_makefiles

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
spo600:make_and_makefiles [2024/04/16 14:10] – external edit 127.0.0.1spo600:make_and_makefiles [2025/02/05 17:38] (current) – [Examples] chris
Line 1: Line 1:
-=====  Make and Makefiles  =====+======  Make and Makefiles  ======
  
 //make// is a specialized scripting language used to build software. Unlike most scripting languages, commands are not executed in linear (start-to-finish) sequence; instead, command sequences are defined in terms of what input they accept and what output they produce, and //make// automatically sequences the commands to produce the required output. //make// is a specialized scripting language used to build software. Unlike most scripting languages, commands are not executed in linear (start-to-finish) sequence; instead, command sequences are defined in terms of what input they accept and what output they produce, and //make// automatically sequences the commands to produce the required output.
Line 118: Line 118:
 It is not uncommon to include "fake" targets in a Makefile -- targets which never get built, but which perform a useful operation. For example, a target of "all" never produces an actual file named "all". Typical fake targets include: It is not uncommon to include "fake" targets in a Makefile -- targets which never get built, but which perform a useful operation. For example, a target of "all" never produces an actual file named "all". Typical fake targets include:
   *  all: build all binaries   *  all: build all binaries
-  *  docs: builts all documentation (e.g., generates PDFs, HTML, manpages, etc)+  *  docs: builds all documentation (e.g., generates PDFs, HTML, manpages, etc)
   *  install: install all files, building binaries, documentation, etc if required   *  install: install all files, building binaries, documentation, etc if required
   *  clean: erases all built intermediate and binary files   *  clean: erases all built intermediate and binary files
Line 131: Line 131:
 =====  Examples  ===== =====  Examples  =====
  
-  *  A tarball of simple Makefile examples: https://matrix.senecacollege.ca/~chris.tyler/osd600/makefile-examples.tgz+  *  A tarball of the simple Makefile examples shown above: https://matrix.senecacollege.ca/~chris.tyler/spo600/makefile-examples.tgz
  
spo600/make_and_makefiles.1713276609.txt.gz · Last modified: 2024/04/16 18:10 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki