cmake_minimum_required(VERSION 2.8.7)

get_filename_component(dirName ${CMAKE_CURRENT_LIST_DIR} NAME)
if(thisTarget)
  set (thisTarget "${thisTarget}.${dirName}")
else(thisTarget)
  set (thisTarget "${dirName}")
endif(thisTarget)
message(STATUS "Source : Specified  /  Target : ${thisTarget}")

add_library(${thisTarget} OBJECT
  catmosCnst1.f
  catmosrho.f
  catmosutil.f
  ceCent2llh.f
  cl2tTbl.f
  cl2tTblA.f
  clen2thick.f
  cllh2eCent.f
  cllh2sph.f
  cstdatmos0.f
  creadAtmosD.f
  csph2llh.f
  cthick2len.f
  ciniAtmos.f
  cNRLAtmos.f
  )
