Changeset 4105 for trunk/MagicSoft/Cosy/base/Makefile
- Timestamp:
- 05/20/04 05:01:03 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/base/Makefile
r2615 r4105 31 31 .SUFFIXES: .c .cc .cxx .h .hxx .o 32 32 33 SRCFILES = File.cc \ 34 MStopwatch.cc \ 33 SRCFILES = MStopwatch.cc \ 35 34 MParContainer.cc \ 36 35 MThread.cc \ 37 36 MTimeout.cc \ 38 37 MTime.cc \ 39 M Astro.cc \38 MString.cc \ 40 39 MStar.cc \ 41 40 MStarList.cc \ 41 MAstro.cc \ 42 MAstroCatalog.cc \ 43 MAstroCamera.cc \ 44 MAstroSky2Local.cc \ 45 MGeomMirror.cc \ 46 MGeomPix.cc \ 47 MGeomCam.cc \ 48 MGeomCamMagic.cc \ 49 MGMap.cc \ 50 MGMenu.cc \ 51 MH.cc \ 52 MBinning.cc \ 53 MHexagon.cc \ 54 MCamEvent.cc \ 55 MHCamera.cc \ 42 56 msgqueue.cc \ 43 57 MLog.cc \ … … 49 63 MGList.h \ 50 64 MTime.h \ 65 MString.h \ 51 66 MAstro.h \ 67 MAstroSky2Local.h \ 68 MAstroCatalog.h \ 69 MAstroCamera.h \ 70 MGeomMirror.h \ 71 MGeomPix.h \ 72 MGeomCam.h \ 73 MGeomCamMagic.h \ 74 MHCamera.h \ 75 MBinning.h \ 76 MH.h \ 77 MGMap.h \ 78 MGMenu.h \ 79 MHexagon.h \ 80 MCamEvent.h \ 52 81 MLog.h \ 53 82 MLogManip.h \
Note:
See TracChangeset
for help on using the changeset viewer.