mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-11 23:43:19 +00:00
* Address older versions of C compiler which don't have __BYTE_ORDER__ * Checking for __GNUC__ is not sufficient to determine if builtins are available. * Add makefile fragment for 32-bit PowerPC on Mac OSX build, and ignore the build directories. * Add comment describing use of __BIG/LITTLE_ENDIAN__ definition
24 lines
274 B
Plaintext
24 lines
274 B
Plaintext
# Object files
|
|
*.o
|
|
# Editor backups and recovery files
|
|
*~
|
|
\#*#
|
|
.DS_Store
|
|
# build directories
|
|
*.386-x/**
|
|
*.386/**
|
|
*.ppc-x/**
|
|
*.ppc/**
|
|
*.sparc-x/**
|
|
*.sparc/**
|
|
*.x86_64-x/**
|
|
*.x86_64/**
|
|
*.armv7l-x/**
|
|
*.armv7l/**
|
|
*.aarch64-x/**
|
|
*.aarch64/**
|
|
init.386/**
|
|
# core files
|
|
core
|
|
*.core
|