PDOS

[uia] / trunk / uia / vx32 / GNUmakefile.in  

View of /trunk/uia/vx32/GNUmakefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2012 - (download) (annotate)
Wed Apr 11 15:54:53 2007 UTC (2 years, 7 months ago) by baford
File size: 924 byte(s)
Automatically notice if vx32 cross-compiler tools have been
installed in /opt/vx32/bin, and use them from there,
if they aren't in the default PATH.
# Main GNUmakefile for Netsteria source tree.
#
# To make it more convenient to change the makefile system
# without having to re-autoconf all the time,
# ALL configure script substitutions for the whole build system
# are concentrated in this file alone.
# This file simply establishes the appropriate substituted symbol names
# and then includes the top-level makefile fragment, './Makefrag'.

top_srcdir	= @top_srcdir@
top_builddir	= .

prefix		= @prefix@
exec_prefix	= @exec_prefix@
INCDIR		= @includedir@
BINDIR		= @bindir@
LIBDIR		= @libdir@

HOST_ARCH	= @HOST_ARCH@
HOST_OS		= @HOST_OS@

CC		= @CC@
LD		= @LD@
AR		= @AR@

VX32_CC		= @VX32_CC@
VX32_LD		= @VX32_LD@
VX32_AR		= @VX32_AR@

SHELL		= @SHELL@
PERL		= @PERL@
INSTALL		= @INSTALL@
INSTALL_DATA	= @INSTALL_DATA@
LN_S		= @LN_S@
LIBTOOL		= @LIBTOOL@
LATEX		= @LATEX@
DVIPS		= @DVIPS@
PS2PDF		= @PS2PDF@

DEFINES		= @DEFS@
OPTIONS		= @options@

include Makefrag


Maintained by PDOS
ViewVC Help
Powered by ViewVC 1.0.3