to new 'built' form

This commit is contained in:
David Rose 2005-07-29 17:52:59 +00:00
parent 0fcd8ed8b0
commit f9b310457c
2 changed files with 3 additions and 5 deletions

1
dmodels/.gitignore vendored
View File

@ -1,5 +1,6 @@
*.egg *.egg
*.pt *.pt
/built/
Makefile Makefile
bams/ bams/
optchar/ optchar/

View File

@ -36,17 +36,14 @@
// Where should we install DMODELS? // Where should we install DMODELS?
#if $[DMODELS_INSTALL] #if $[DMODELS_INSTALL]
#define DMODELS_INSTALL $[DMODELS_INSTALL] #define DMODELS_INSTALL $[unixfilename $[DMODELS_INSTALL]]
#define DMODELS_INSTALL_OTHER $[DMODELS_INSTALL]
#elif $[or $[CTPROJS],$[DMODELS]] #elif $[or $[CTPROJS],$[DMODELS]]
#define DMODELS_INSTALL $[DMODELS] #define DMODELS_INSTALL $[DMODELS]/built
#define DMODELS_INSTALL_OTHER $(DMODELS)
#if $[eq $[DMODELS],] #if $[eq $[DMODELS],]
#error You seem to be attached to some trees, but not DMODELS! #error You seem to be attached to some trees, but not DMODELS!
#endif #endif
#else #else
#defer DMODELS_INSTALL $[INSTALL_DIR] #defer DMODELS_INSTALL $[INSTALL_DIR]
#defer DMODELS_INSTALL_OTHER $[INSTALL_DIR]
#endif #endif