root/juggler/branches/2.2/modules/vrjuggler/vrjconfig/make.defs.mk.in

Revision 20797, 3.0 kB (checked in by patrick, 1 year ago)

MFT r20779: Use VJ_DATA_DIR instead of VRJ_DATA_DIR in order to be consistent

with the spelling of VJ_BASE_DIR.

  • 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-2007 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 # *************** <auto-copyright.pl END do not edit this line> ***************
26
27 # =============================================================================
28 # This file <make.defs.mk> provides variable information shared by all
29 # makefiles in the VRJConfig source tree.  It requires GNU make.
30 #
31 # Generated for use on @PLATFORM@
32 # -----------------------------------------------------------------------------
33 # All makefiles in the source tree should include this file for maximum
34 # information sharing.
35 # -----------------------------------------------------------------------------
36 # Variables defined here are:
37 #
38 # projdatadir   - Project-specific data directory.  This is a subdirectory
39 #                 of $(datadir).
40 # releasedir    - The absolute path to the release directory.
41 # scriptdir     - The path to the directory containing scripts used in the
42 #                 build and install/release process.
43 # topdir        - The top of the build tree.
44 # VJROOT_ABS    - The absolute path to the root of the VR Juggler source tree.
45 #
46 # ANT           - Path to ant
47 # DPP_SCRIPTDIR - The directory containing Doozer++ helper scripts.
48 # MKINSTALLDIRS - Path to shell script for making directories.
49 # MKPATH        - Path to shared dpp.*.mk file directory.
50 # =============================================================================
51
52 # -----------------------------------------------------------------------------
53 # Base variables needed by all makefiles.
54 # -----------------------------------------------------------------------------
55 projdatadir=            $(datadir)/@VJ_DATA_VERSION@
56 releasedir=             @JUGGLERROOT_ABS@/release
57 scriptdir=              $(releasedir)/scripts
58 topdir=                 @topdir@
59 top_srcdir=             @top_srcdir@
60
61 ANT=                    @ANT@
62 DPP_SCRIPTDIR=          $(JUGGLERROOT_ABS)/Doozer++/scripts
63 MAKEFLAGS+=             --no-print-directory
64 MKINSTALLDIRS=          $(scriptdir)/mkinstalldirs
65 MKPATH=                 $(JUGGLERROOT_ABS)/Doozer++/mk
66 RM_LN=                  @RM_LN@
67 WARNS=                  2
68 VJROOT_ABS=             @VJROOT_ABS@
69 JUGGLERROOT_ABS=        @JUGGLERROOT_ABS@
70
71 include $(topdir)/common.defs.mk
Note: See TracBrowser for help on using the browser.