Changeset 39326 for trunk/Ohana/src/tools/Makefile
- Timestamp:
- Jan 29, 2016, 2:39:24 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/tools/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/tools/Makefile
r38986 r39326 17 17 PROGRAMS = gconfig fhead pspsconvert ftable fields list_astro glockfile \ 18 18 radec mktemp precess csystem fits_insert \ 19 medianfilter mefhead ckfits roc random fits_to_mysql 19 medianfilter 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. 20 26 21 27 all tools: $(PROGRAMS) … … 28 34 FULL_CPPFLAGS = $(BASE_CPPFLAGS) 29 35 FULL_LDFLAGS = -ldvo -lFITS -lohana $(BASE_LDFLAGS) 36 37 # CZW: required library for roc to compile. 38 # -lnebclient 30 39 31 40 # 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.
