# # Set TOPDIR to the project toplevel directory # TOPDIR = .. # # Include this first, right after setting TOPDIR # include $(TOPDIR)/Preamble.make # # Add any directories to recurse into via the SUBDIRS variable. # SUBDIRS = DOCUMENT_FILES = asm-install.txt DIST_FILES = $(DOCUMENT_FILES) # # Include this at the very end of the Makefile # include $(TOPDIR)/Postamble.make