version 1.90, 2017/09/13 15:25:08
|
version 1.91, 2020/02/26 19:30:27
|
Line 115 PGLIBS = $(POSTGRES_LIBS)/lib$(POSTGRES_ |
|
Line 115 PGLIBS = $(POSTGRES_LIBS)/lib$(POSTGRES_ |
|
CFITSIOH = -I$(CFITSIO_INCS) | CFITSIOH = -I$(CFITSIO_INCS) |
CFITSIOL = -L$(CFITSIO_LIBS) | CFITSIOL = -L$(CFITSIO_LIBS) |
CFITSIOLIBNAME = $(CFITSIO_LIB) | CFITSIOLIBNAME = $(CFITSIO_LIB) |
CFITSIOLIBS = $(CFITSIOL) -l$(CFITSIOLIBNAME) |
# make sure to use static library so we don't have to deal with locating the dynamic one at run time |
|
# set back to dynamic (the default) for the other libraries that could follow cfitsio |
|
CFITSIOLIBS = $(CFITSIOL) -Wl,-Bstatic -l$(CFITSIOLIBNAME) -Wl,-Bdynamic |
|
# end CFITSIO |
| |
# GSL | # GSL |
GSLH = -I$(GSL_INCS) | GSLH = -I$(GSL_INCS) |