Changeset 2155 in Sophya for trunk/SophyaPI
- Timestamp:
- Aug 4, 2002, 1:11:34 AM (23 years ago)
- Location:
- trunk/SophyaPI/ProgPI
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/ProgPI/Makefile
r2152 r2155 32 32 clean: 33 33 rm -f $(PROGS) 34 rm -f $(OBJ)piapp.o $(OBJ)sopiamodule.o $(OBJ)fitsbtadapter.o $(OBJ)w2ps.o $(OBJ)skymapmodule.o 34 35 if [ -d $(OBJ)cxxrep_ProgPI ] ; then cd $(OBJ)cxxrep_ProgPI ; rm -f *.o ; fi 35 36 36 37 spiapp: $(EXE)spiapp 37 38 echo echo $@ " done" 38 $(EXE)spiapp: $(OBJ)piapp.o $(OBJ)sopiamodule.o $(OBJ)fitsbtadapter.o $(OBJ)w2ps.o 39 $(EXE)spiapp: $(OBJ)piapp.o $(OBJ)sopiamodule.o $(OBJ)fitsbtadapter.o $(OBJ)w2ps.o $(OBJ)skymapmodule.o 39 40 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ 40 41 … … 418 419 $(INC)piperiodx.h \ 419 420 $(INC)periodic.h 421 skymapmodule.o: skymapmodule.cc \ 422 $(INC)machdefs.h \ 423 $(INC)piacmd.h \ 424 $(INC)dlftypes.h \ 425 $(INC)pdlmgr.h \ 426 $(INC)ctimer.h \ 427 $(INC)nobjmgr.h \ 428 $(INC)anydataobj.h \ 429 $(INC)ppersist.h \ 430 $(INC)pexceptions.h \ 431 $(INC)gnumd5.h \ 432 $(INC)dvlist.h \ 433 $(INC)objfio.h \ 434 $(INC)mutyv.h \ 435 $(INC)pistdimgapp.h \ 436 $(INC)pisysdep.h \ 437 $(INC)piapplx.h \ 438 $(INC)piapplgen.h \ 439 $(INC)pimsghandler.h \ 440 $(INC)picontainerx.h \ 441 $(INC)picontainergen.h \ 442 $(INC)piwdgx.h \ 443 $(INC)piwdggen.h \ 444 $(INC)picolist.h \ 445 $(INC)pimenubarx.h \ 446 $(INC)pimenubargen.h \ 447 $(INC)pimenux.h \ 448 $(INC)pimenugen.h \ 449 $(INC)picons.h \ 450 $(INC)pistdwdgx.h \ 451 $(INC)pistdwdggen.h \ 452 $(INC)pibwdgx.h \ 453 $(INC)pibwdggen.h \ 454 $(INC)picmap.h \ 455 $(INC)picmapx.h \ 456 $(INC)picmapgen.h \ 457 $(INC)pigraphx.h \ 458 $(INC)pigraphgen.h \ 459 $(INC)pifontx.h \ 460 $(INC)pifontgen.h \ 461 $(INC)pigrcoord.h \ 462 $(INC)pilineatt.h \ 463 $(INC)pigraphuc.h \ 464 $(INC)pievthandler.h \ 465 $(INC)psfile.h \ 466 $(INC)pigraphps.h \ 467 $(INC)piwindowx.h \ 468 $(INC)piwindowgen.h \ 469 $(INC)pioptmenux.h \ 470 $(INC)pioptmenugen.h \ 471 $(INC)pifilechox.h \ 472 $(INC)pifilechogen.h \ 473 $(INC)piperiodx.h \ 474 $(INC)periodic.h \ 475 $(INC)piimage.h \ 476 $(INC)parradapter.h \ 477 $(INC)lut.h \ 478 $(INC)pieldrw.h \ 479 $(INC)pidrawer.h \ 480 $(INC)pigratt.h \ 481 $(INC)piaxes.h \ 482 $(INC)pipixmapx.h \ 483 $(INC)pipixmapgen.h \ 484 $(INC)picmapview.h \ 485 $(INC)pi3dwdg.h \ 486 $(INC)pi3ddrw.h \ 487 $(INC)pigraph3d.h \ 488 $(INC)pisiadw.h \ 489 $(INC)pilistx.h \ 490 $(INC)pilistgen.h \ 491 $(INC)pistzwin.h \ 492 $(INC)pitherm.h \ 493 $(INC)resusage.h \ 494 $(INC)servnobjm.h \ 495 $(INC)tvector.h \ 496 $(INC)tmatrix.h \ 497 $(INC)tarray.h \ 498 $(INC)basarr.h \ 499 $(INC)ndatablock.h \ 500 $(INC)utilarr.h \ 501 $(INC)nomgadapter.h \ 502 $(INC)ntupintf.h \ 503 $(INC)generalfit.h \ 504 $(INC)generaldata.h \ 505 $(INC)poly.h \ 506 $(INC)peida.h \ 507 $(INC)utils.h \ 508 $(INC)perrors.h \ 509 $(INC)fmath.h \ 510 $(INC)skymap.h \ 511 $(INC)spherethetaphi.h \ 512 $(INC)sphericalmap.h \ 513 $(INC)smathconst.h \ 514 $(INC)pixelmap.h \ 515 $(INC)spherepos.h \ 516 $(INC)unitvector.h \ 517 $(INC)vector3d.h \ 518 $(INC)longlat.h \ 519 $(INC)utilgeom.h \ 520 $(INC)spherehealpix.h \ 521 $(INC)HEALPixUtils.h \ 522 $(INC)localmap.h \ 523 $(INC)fiospherethetaphi.h \ 524 $(INC)fiospherehealpix.h \ 525 $(INC)fiolocalmap.h \ 526 $(INC)sphericaltransformserver.h \ 527 $(INC)fftservintf.h \ 528 $(INC)fftpserver.h \ 529 $(INC)alm.h \ 530 $(INC)nbrandom.h \ 531 $(INC)srandgen.h \ 532 $(INC)nbmath.h \ 533 $(INC)triangmtx.h \ 534 $(INC)lambdaBuilder.h -
trunk/SophyaPI/ProgPI/piapp.cc
r2112 r2155 19 19 void sopiamodule_init(); 20 20 void sopiamodule_end(); 21 void skymapmodule_init(); 22 void skymapmodule_end(); 21 23 void fitsbtadapter_init(); 22 24 void fitsbtadapter_end(); … … 190 192 // On charge le module sopiamodule 191 193 sopiamodule_init(); 194 // On charge le module skymapmodule 195 skymapmodule_init(); 192 196 // On charge le module de lecture ligne a ligne des Fits BINARY/ASCII tables 193 197 fitsbtadapter_init(); … … 269 273 // On de-charge le module sopiamodule et fitsbtadapter 270 274 sopiamodule_end(); 275 skymapmodule_end(); 271 276 fitsbtadapter_end(); 272 277 W2PSModule_end();
Note:
See TracChangeset
for help on using the changeset viewer.