version 1.2, 2009/10/13 19:22:37
|
version 1.3, 2010/03/09 19:56:06
|
|
|
# This file identifies that this CVS working directory contains Stanford-specific project configuration and make files. | # This file identifies that this CVS working directory contains Stanford-specific project configuration and make files. |
# It also contains Stanford-specific DEFAULT configuration. To override this, use config.local. |
# It also contains Stanford-specific DEFAULT configuration, for both |
|
# the base and proj directories |
|
#To override this, use config.local. |
| |
# Stanford third-party libraries |
# Stanford third-party libraries used by base |
POSTGRES_LIB = pq | POSTGRES_LIB = pq |
CFITSIO_LIB = cfitsio | CFITSIO_LIB = cfitsio |
| |
|
|
CFITSIO_LIBS = /home/jsoc/lib/linux-x86_64 | CFITSIO_LIBS = /home/jsoc/lib/linux-x86_64 |
endif | endif |
| |
|
# Stanford third-party libraries used by the project directories |
|
FFTW3_LIB = fftw3 |
|
|
|
ifeq ($(JSOC_MACHINE), linux_ia32) |
|
FFTW_INCS = /home/jsoc/include |
|
FFTW_LIBS = /home/jsoc/lib/linux-ia32 |
|
endif |
|
|
|
ifeq ($(JSOC_MACHINE), linux_x86_64) |
|
FFTW_INCS = /home/jsoc/include |
|
FFTW_LIBS = /home/jsoc/lib/linux-x86_64 |
|
endif |
|
|
# Try to specialize for non-default machines | # Try to specialize for non-default machines |
ifeq ($(MACHTYPE), j1) | ifeq ($(MACHTYPE), j1) |
POSTGRES_INCS = /usr/include/pgsql | POSTGRES_INCS = /usr/include/pgsql |