Changeset 1445 in Sophya
- Timestamp:
- Mar 16, 2001, 6:02:15 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/ProgPI/Makefile
r1374 r1445 15 15 endif 16 16 LIBSORA := $(LIBS) 17 ifdef ORACLE_HOME18 LIBSORA := -L$(LIB) -lDb++ $(LIBS) -lErosDb -L$(ORACLE_HOME)/lib -lclntsh19 endif20 17 LDLIBS := $(LIBS) $(LDLIBS) 21 18 PROGS = $(EXE)spiapp … … 32 29 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ 33 30 34 $(OBJ)cxx_spiapp.o: cxx_spiapp.cc $(INC)machdefs.h \35 $(INC)systools.h \36 $(INC)sophyainit.h \37 $(INC)ppersist.h \38 $(INC)pexceptions.h \39 $(INC)gnumd5.h \40 $(INC)ndatablock.h \41 $(INC)anydataobj.h \42 $(INC)dvlist.h \43 $(INC)objfio.h \44 $(INC)mutyv.h \45 $(INC)pdlmgr.h \46 $(INC)perrors.h \47 $(INC)srandgen.h \48 $(INC)strutil.h \49 $(INC)ctimer.h \50 $(INC)timing.h \51 $(INC)ntools.h \52 $(INC)ntoolsinit.h \53 $(INC)tarrinit.h \54 $(INC)nbconst.h \55 $(INC)fmath.h \56 $(INC)nbrandom.h \57 $(INC)perandom.h \58 $(INC)histos.h \59 $(INC)peida.h \60 $(INC)utils.h \61 $(INC)tvector.h \62 $(INC)tmatrix.h \63 $(INC)tarray.h \64 $(INC)basarr.h \65 $(INC)utilarr.h \66 $(INC)nbtri.h \67 $(INC)linfit.h \68 $(INC)sopemtx.h \69 $(INC)poly.h \70 $(INC)datatypes.h \71 $(INC)cimage.h \72 $(INC)fioarr.h \73 $(INC)dynccd.h \74 $(INC)generaldata.h \75 $(INC)ntupintf.h \76 $(INC)generalfit.h \77 $(INC)fct1dfit.h \78 $(INC)fct2dfit.h \79 $(INC)objfitter.h \80 $(INC)histos2.h \81 $(INC)hisprof.h \82 $(INC)fftpserver.h \83 $(INC)fftservintf.h \84 $(INC)array.h \85 $(INC)matharr.h \86 $(INC)histats.h \87 $(INC)histinit.h \88 $(INC)ntuple.h \89 $(INC)xntuple.h \90 $(INC)nobjmgr.h \91 $(INC)dlftypes.h \92 $(INC)servnobjm.h cxx_spiapp.h93 31 $(OBJ)piapp.o: piapp.cc $(INC)pistdimgapp.h \ 94 32 $(INC)pisysdep.h \ … … 160 98 $(INC)ntoolsinit.h \ 161 99 $(INC)tarrinit.h \ 162 $(INC)sophyainit.h 100 $(INC)sophyainit.h \ 101 $(INC)xntuple.h \ 102 $(INC)ntupintf.h 163 103 $(OBJ)rznoisemodule.o: rznoisemodule.cc \ 164 104 $(INC)machdefs.h \
Note:
See TracChangeset
for help on using the changeset viewer.