#
# This is the header file for constructing make files for LINUX.
#

# Default flags to use when invoking the C compiler.

CFLAGS = -march=native -Wall -O2 -finline-functions -fno-math-errno -frename-registers
LDFLAGS = -lsigsegv
CC = gcc

# Assembly language object files.

Aruntime = linux.o

# Profiled library

Plib =

# Installation tools

RANLIB = ranlib

# X library

XLIB = -lX11
XLIBCFLAGS =

# End of LINUX header.
