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
*.pt
/built/
Makefile
bams/
optchar/

View File

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