(file) Return to make_basic.mk CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/make_basic.mk between version 1.86 and 1.87

version 1.86, 2017/02/15 22:17:28 version 1.87, 2017/03/10 19:30:44
Line 107  endif
Line 107  endif
  
 # PostgreSQL # PostgreSQL
 PGH = -I$(POSTGRES_INCS) PGH = -I$(POSTGRES_INCS)
 PGL = -L$(POSTGRES_LIBS)  
 PGLIBNAME = $(POSTGRES_LIB)  # For use of dynamic library
 PGLIBS = $(PGL) -l$(PGLIBNAME)  PGLIBS = $(POSTGRES_LIBS)/lib$(POSTGRES_LIB).so
  
 # CFITSIO # CFITSIO
 CFITSIOH = -I$(CFITSIO_INCS) CFITSIOH = -I$(CFITSIO_INCS)


Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87

Karen Tian
Powered by
ViewCVS 0.9.4