Changeset 7787 for trunk/MagicSoft/Cosy/base/Makefile
- Timestamp:
- 07/11/06 20:45:10 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/base/Makefile
r4105 r7787 32 32 33 33 SRCFILES = MStopwatch.cc \ 34 MParContainer.cc \35 34 MThread.cc \ 36 35 MTimeout.cc \ 37 MTime.cc \ 38 MString.cc \ 39 MStar.cc \ 36 MStar.cc \ 40 37 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 \ 56 msgqueue.cc \ 57 MLog.cc \ 58 MLogManip.cc \ 59 MObservatory.cc \ 60 MGList.cc 61 62 CINTHEADERS = MStar.h \ 63 MGList.h \ 64 MTime.h \ 65 MString.h \ 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 \ 81 MLog.h \ 82 MLogManip.h \ 83 MObservatory.h \ 84 MParContainer.h 85 38 msgqueue.cc 39 40 CINTHEADERS = MStar.h 41 86 42 SRCS = $(SRCFILES) 87 43 HEADERS = $(SRCFILES:.cc=.h)
Note:
See TracChangeset
for help on using the changeset viewer.