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

# Default flags to use when invoking the C compiler.

CFLAGS = -m32 -O2 -march=i386
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.
