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

Revision 8789, 3.6 kB (checked in by patrickh, 7 years ago)

Copyright update.

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