# ------------------------------------------------------------------- # /shared/ # ------------------------------------------------------------------- # This file includes the source files for the MAKE command # AUTHOR: Gary McKee # DATE: 15 sept 2003 # see 'include make.sources' in makefile for /${THIS_DIR}/ # # MODIFIED # 21nov03 B. Whatcott Changed SHARED_SRCS to be SRCS to be # more like other makefiles. # # VARIABLES # SRCS - the list of source files to 'make' # EXECUTABLE - the name of the executable # ------------------------------------------------------------------- EXECUTABLE = libshared.a THIS_DIR = shared SRCS = \ BMC2_Delete_Msg.cc \ BMC2_Engage_Msg.cc \ BMC2_Interpos_Msg.cc \ BMC2_LaunchPos_Msg.cc \ BMC2_Mode_Msg.cc \ BMC2_Threat_Msg.cc \ BMC2_Threat_Prediction_Msg.cc \ byteswap.cc \ Comm_Msg.cc \ CommandMsg.cc \ CommGui.cc \ COMMproc.cc \ CommCmdArgs.cc \ CommColors.cc \ coor_trans.cc \ DataWanted.cc \ DataWantedUI.cc \ DisplayError.cc \ DumpData.cc \ ECStime.cc \ ErrorLog.cc \ FileOpsUI.cc \ Flyer.cc \ Fusion_Msg.cc \ getAzEl.cc \ Graphics_Msg.cc \ ICR_Msg.cc \ IpUtil.cc \ J2.xMsg.cc \ J2.xWord.cc \ J3.0Msg.cc \ J3.0Word.cc \ J3.6Msg.cc \ J7.1Msg.cc \ J10.2Msg.cc \ J10.2Word.cc \ LaunchData.cc \ mat_inv.cc \ Matrix.cc \ MenuButtonList.cc \ MultiCommGUI.cc \ NER_Msg.cc \ Optical_Msg.cc \ nsLA.cc \ ObservationData.cc \ PositionWindow.cc \ ProcessArgs.cc \ Q_Msg.cc \ RAEcov2ECRcov.cc \ Refraction.cc \ Radar_Msg.cc \ sensorRecord.cc \ sensorRecordArray.cc \ Selector.cc \ sensorRecord.cc \ sensorRecordArray.cc \ SensorsUI.cc \ SerialuStrm.cc \ ShellWindow.cc \ SOH_Msg.cc \ TADILJMsg.cc \ Target_Msg.cc \ TCPStream.cc \ TCPuStrm.cc \ TextEditCB.cc \ TimeFunctions.cc \ TimeMsg.cc \ UDPuStrm.cc \ UniSelect.cc \ UniGUI.cc \ UniStreem.cc \ utl_cov.cc \ utl_glist.cc \ utl_kybd.cc \ utl_mth.cc \ utl_orb.cc \ utl_vec.cc \ XmUtil.cc # the end (of this include file)