![]()
| [uia] / trunk / uia / vxa / GNUmakefile.in |
Parent Directory
|
Revision Log
Get VXA compiling again, on Mac OS X this time
# 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@ 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@ DEFINES = @DEFS@ LIBS = @LIBS@ OPTIONS = @options@ include Makefrag
| Maintained by PDOS | ViewVC Help |
| Powered by ViewVC 1.0.3 |