clarify inter-tree dependencies comments

This commit is contained in:
David Rose 2004-09-29 16:37:17 +00:00
parent 3de889a930
commit 35f40e8c2a
4 changed files with 8 additions and 23 deletions

View File

@ -45,10 +45,6 @@
#defer DIRECT_INSTALL_OTHER $[unixfilename $[INSTALL_DIR]]
#endif
// Define the inter-tree dependencies.
#define NEEDS_TREES $[NEEDS_TREES] panda
// Also get the PANDA Package file and everything that includes.
#if $[not $[isfile $[PANDA_SOURCE]/Package.pp]]
#error PANDA source directory not found! Are you attached properly?
@ -56,5 +52,6 @@
#include $[PANDA_SOURCE]/Package.pp
// Now define the intra-tree dependencies.
// Define the inter-tree dependencies.
#define NEEDS_TREES panda $[NEEDS_TREES]
#define DEPENDABLE_HEADER_DIRS $[DEPENDABLE_HEADER_DIRS] $[PANDA_INSTALL]/include

View File

@ -45,11 +45,6 @@
#defer PANDA_INSTALL_OTHER $[unixfilename $[INSTALL_DIR]]
#endif
// Define the inter-tree dependencies.
#define NEEDS_TREES $[NEEDS_TREES] dtool
// Also get the DTOOL Package file and everything that includes.
#if $[not $[isfile $[DTOOL_SOURCE]/Package.pp]]
#error DTOOL source directory not found! Are you attached properly?
@ -57,5 +52,6 @@
#include $[DTOOL_SOURCE]/Package.pp
// Now define the intra-tree dependencies.
// Define the inter-tree dependencies.
#define NEEDS_TREES dtool $[NEEDS_TREES]
#define DEPENDABLE_HEADER_DIRS $[DEPENDABLE_HEADER_DIRS] $[DTOOL_INSTALL]/include

View File

@ -46,11 +46,6 @@
#defer PANDAAPP_INSTALL_OTHER $[INSTALL_DIR]
#endif
// Define the inter-tree dependencies.
#define NEEDS_TREES $[NEEDS_TREES] pandatool
// Also get the PANDATOOL Package file and everything that includes.
#if $[not $[isfile $[PANDATOOL_SOURCE]/Package.pp]]
#error PANDATOOL source directory not found! Are you attached properly?
@ -58,5 +53,6 @@
#include $[PANDATOOL_SOURCE]/Package.pp
// Now define the intra-tree dependencies.
// Define the inter-tree dependencies.
#define NEEDS_TREES pandatool $[NEEDS_TREES]
#define DEPENDABLE_HEADER_DIRS $[DEPENDABLE_HEADER_DIRS] $[PANDATOOL_INSTALL]/include

View File

@ -47,11 +47,6 @@
#defer PANDATOOL_INSTALL_OTHER $[unixfilename $[INSTALL_DIR]]
#endif
// Define the inter-tree dependencies.
#define NEEDS_TREES $[NEEDS_TREES] panda
// Also get the PANDA Package file and everything that includes.
#if $[not $[isfile $[PANDA_SOURCE]/Package.pp]]
#error PANDA source directory not found! Are you attached properly?
@ -59,5 +54,6 @@
#include $[PANDA_SOURCE]/Package.pp
// Now define the intra-tree dependencies.
// Define the inter-tree dependencies.
#define NEEDS_TREES panda $[NEEDS_TREES]
#define DEPENDABLE_HEADER_DIRS $[DEPENDABLE_HEADER_DIRS] $[PANDA_INSTALL]/include