IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2016, 2:39:24 PM (10 years ago)
Author:
watersc1
Message:

Update to roc to allow nebulous lookups. Removed it from the list of programs to build as it makes the build dependency chain more complicated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/tools/Makefile

    r38986 r39326  
    1717PROGRAMS = gconfig fhead pspsconvert ftable fields list_astro glockfile \
    1818radec mktemp precess csystem fits_insert \
    19 medianfilter mefhead ckfits roc random fits_to_mysql
     19medianfilter mefhead ckfits random fits_to_mysql
     20
     21# roc
     22# CZW: 2016-01-29 Removing roc from the list of programs, as I've made
     23# changes to it that require the nebclient library.  This complicates
     24# the dependency chain, and as roc isn't generally used, pulling it
     25# out is easier than solving that chain.
    2026
    2127all tools: $(PROGRAMS)
     
    2834FULL_CPPFLAGS = $(BASE_CPPFLAGS)
    2935FULL_LDFLAGS  = -ldvo -lFITS -lohana $(BASE_LDFLAGS)
     36
     37# CZW: required library for roc to compile.
     38# -lnebclient
    3039
    3140# these are all programs which just depend on a single c file: foo : foo.c
Note: See TracChangeset for help on using the changeset viewer.