updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / 9vx-hg / GNUmakefile
bloba04139775a4c4a66a92f3d65eb23e95fc3b6378f
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'.
10 top_srcdir = .
11 top_builddir = .
13 prefix = ../../../pkg/opt/vx32
14 exec_prefix = ${prefix}
15 INCDIR = ${prefix}/include
16 BINDIR = ${exec_prefix}/bin
17 LIBDIR = ${exec_prefix}/lib
19 CC = gcc
20 LD = ld
21 AR = ar
23 OS := $(shell uname |tr A-Z a-z)
24 #ARCH := $(shell uname -m)
25 ARCH=i386
27 include Makefrag