# change the following as needed

## OS        : generic
## ARCH      : unknown
## Compiler  : GNU
## Maintainer: Duncan

CC      = gcc
FC      = g77
LD      = ld
RM      = rm -f
AR      = ar rc
RNLIB   = ranlib
STRIP   = strip
INSTALL = install

CFLAGS  = -O2 -Wall -pedantic $(EXTRA_FLAGS)
FFLAGS  = -O2 -Wall -pedantic $(EXTRA_FLAGS)
LDFLAGS = -static
LDLIBS  = -lm -lpthread $(EXTRA_LIBS)

# Cosm Defines
CDEFS = -DCPU_32BIT -DCPU_WORD_SIZES=442 \
	-DCPU_TYPE=CPU_UNKNOWN -DOS_TYPE=OS_UNKNOWN

