# # Coda Filesystem 4.0 # # This file is included at the top of the Makeconf file # # 1) Configure will overwrite this file -- make a backup if you wish # 2) Calling configure with the correct options can eliminate the need # for editing # # # Where to install binaries -- usual configure flags # RELEASE = @PACKAGE_VERSION@ exec_prefix = @exec_prefix@ prefix = @prefix@ libdir = @libdir@ libexecdir = $(exec_prefix)/lib/coda bindir = @bindir@ sbindir = @sbindir@ initsuffix = @initsuffix@ mandir = @mandir@ sysconfdir = @sysconfdir@ CC= @CC@ CPP= @CPP@ -x c-header CXX= @CXX@ NATIVECC= @NATIVECC@ AS= @AS@ AR= @AR@ RANLIB= @RANLIB@ YACC= @YACC@ LEX= @LEX@ MV= @MV@ SED= @SED@ INSTALL= @INSTALL@ RP2GEN= @RP2GEN@ CPPFLAGS= @CPPFLAGS@ CFLAGS= @CFLAGS@ CXXFLAGS= @CXXFLAGS@ LDFLAGS= @LDFLAGS@ MACHINE_FLAGS= @DEFS@ LIBS= @LIBS@ LIBCURSES= @LIBCURSES@ LEXLIB= @LEXLIB@ LIBCRYPTO= @LIBCRYPTO@ LIBKRB4= @LIBKRB4@ LIBKRB5= @LIBKRB5@ LIBTERMCAP= @LIBTERMCAP@ LIBLWP= @LIBLWP@ @LIBPTHREAD@ VCODACON= @VCODACON@ # shortsys is derived in configs/codaconf.m4 SYS = @shortsys@