1 # Main GNUmakefile for VX32 source tree.
3 # To make it more convenient to change the makefile system
4 # without having to re-autoconf all the time,
5 # ALL configure script substitutions for the whole build system
6 # are concentrated in this file alone.
7 # This file simply establishes the appropriate substituted symbol names
8 # and then includes the top-level makefile fragment, './Makefrag'.
13 prefix = ..
/..
/..
/pkg
/opt
/vx32
14 exec_prefix = ${prefix}
15 INCDIR
= ${prefix}/include
16 BINDIR
= ${exec_prefix}/bin
17 LIBDIR
= ${exec_prefix}/lib
23 OS
:= $(shell uname |tr A-Z a-z
)
24 #ARCH := $(shell uname -m)