root/juggler/tags/1.0.5/VARS.pl.in

Revision 7539, 3.6 kB (checked in by anonymous, 7 years ago)

This commit was manufactured by cvs2svn to create tag
'RELENG_1_0_5_RELEASE'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 # ************** <auto-copyright.pl BEGIN do not edit this line> **************
2 #
3 # VR Juggler is (C) Copyright 1998, 1999, 2000 by Iowa State University
4 #
5 # Original Authors:
6 #   Allen Bierbaum, Christopher Just,
7 #   Patrick Hartling, Kevin Meinert,
8 #   Carolina Cruz-Neira, Albert Baker
9 #
10 # This library is free software; you can redistribute it and/or
11 # modify it under the terms of the GNU Library General Public
12 # License as published by the Free Software Foundation; either
13 # version 2 of the License, or (at your option) any later version.
14 #
15 # This library is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18 # Library General Public License for more details.
19 #
20 # You should have received a copy of the GNU Library General Public
21 # License along with this library; if not, write to the
22 # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 # Boston, MA 02111-1307, USA.
24 #
25 # -----------------------------------------------------------------
26 # File:          $RCSfile$
27 # Date modified: $Date$
28 # Version:       $Revision$
29 # -----------------------------------------------------------------
30 #
31 # *************** <auto-copyright.pl END do not edit this line> ***************
32
33 # ------------------------------------------------------------------------------
34 # This file is imported via require by the Perl script
35 # release/scripts/makefiles-gen.pl.  It populates the %VARS hash with
36 # values used in generating Makefiles from Makefile.in templates at
37 # installation time.  Any @...@ symbols in the Makefile.in's found in the
38 # directories samples and test are to be replaced by these values during the
39 # installation process.  All values should be in single quotes to prevent
40 # expansion of possible variable strings by Perl.
41 #
42 # Generated for use on @PLATFORM@
43 # ------------------------------------------------------------------------------
44
45 $VARS{'CXX'}                  = '@CXX@';
46 $VARS{'CPPFLAGS'}             = '@CPPFLAGS@';
47 $VARS{'CXXFLAGS'}             = '@CXXFLAGS@';
48 $VARS{'DBG_FLAGS'}            = '@DBG_FLAGS@';
49 $VARS{'DEFS'}                 = '@DEFS@';
50 $VARS{'DEP_GEN_FLAG'}         = '@DEP_GEN_FLAG@';
51 $VARS{'EXTRA_LINK_FLAGS'}     = '@EXTRA_LINK_FLAGS@';
52 $VARS{'INCLUDES'}             = '@INCLUDES@';
53 $VARS{'OBJ_FILE_SUFFIX'}      = '@OBJ_FILE_SUFFIX@';
54 $VARS{'OBJ_NAME_FLAG'}        = '@OBJ_NAME_FLAG@';
55 $VARS{'PLATFORM'}             = '@PLATFORM@';
56 $VARS{'LIBBITSUF'}            = '@LIBBITSUF@';
57 $VARS{'VJ_SHARE_DIR'}         = '@VJ_SHARE_DIR@';
58 $VARS{'APP_EXTRA_FLAGS'}      = '@APP_EXTRA_FLAGS@';
59 $VARS{'APP_EXTRA_FLAGS_PF'}   = '@APP_EXTRA_FLAGS_PF@';
60 $VARS{'APP_EXTRA_INC_AW'}     = '@APP_EXTRA_INC_AW@';
61 $VARS{'APP_EXTRA_INC_SL'}     = '@APP_EXTRA_INC_SL@';
62 $VARS{'APP_VJ_LIBS_BEGIN'}    = '@APP_VJ_LIBS_BEGIN_INST@';
63 $VARS{'APP_VJ_LIBS_END'}      = '@APP_VJ_LIBS_END_INST@';
64 $VARS{'APP_VJ_LIBS_BASIC'}    = '@APP_VJ_LIBS_BASIC_INST@';
65 $VARS{'APP_VJ_LIBS_GL'}       = '@APP_VJ_LIBS_GL@';
66 $VARS{'APP_VJ_LIBS_PF'}       = '@APP_VJ_LIBS_PF@';
67 $VARS{'APP_VJ_LIBS_AW'}       = '@APP_VJ_LIBS_AW@';
68 $VARS{'APP_VJ_LIBS_SL'}       = '@APP_VJ_LIBS_SL@';
69 $VARS{'APP_VJ_LIBS_UTILS'}    = '@APP_VJ_LIBS_UTILS@';
70 $VARS{'APP_LIBS_BASIC'}       = '@APP_LIBS_BASIC@';
71 $VARS{'APP_EXTRA_LIBS_BEGIN'} = '@APP_EXTRA_LIBS_BEGIN@';
72 $VARS{'APP_EXTRA_LIBS_END'}   = '@APP_EXTRA_LIBS_END@';
73 $VARS{'APP_EXTRA_LIBS_BASIC'} = '@APP_EXTRA_LIBS_BASIC@';
74 $VARS{'APP_EXTRA_LIBS_GL'}    = '@APP_EXTRA_LIBS_GL@';
75 $VARS{'APP_EXTRA_LIBS_PF'}    = '@APP_EXTRA_LIBS_PF@';
76 $VARS{'APP_EXTRA_LIBS_AW'}    = '@APP_EXTRA_LIBS_AW@';
77 $VARS{'APP_EXTRA_LIBS_SL'}    = '@APP_EXTRA_LIBS_SL@';
78
79 1;
Note: See TracBrowser for help on using the browser.