# Buildtemplate, used by cc68/{m68k,vax,unix,...}/buildfile
#   Builds all the pieces of cc68 for a particular machine.

SUBDIRS = ../as/$(MACHINE)   ../c2/$(MACHINE)  ../cc/$(MACHINE) \
	  ../ccom/$(MACHINE) ../cpp/$(MACHINE) ../ld/$(MACHINE)

#include ../buildmitemplate

# The pathnames in SUBDIRS are evaluated relative to the directory where the
#   "build" command was issued (cc68/{m68k, vax or unix}), whereas build
#   evaluates the pathname of the #include file relative to the directory
#   which contains the file that does the #include (i.e. this file, so the
#   reference is relative to /xV/cmds/cc68).
