IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2014, 2:41:16 PM (12 years ago)
Author:
eugene
Message:

to support image maps and for better thread-safety, I am making Image and Coords internal-only structures and removing them from regular autocoding. I have put them in libautocode/include/common.h for now, but maybe they should go to libdvo/include/dvo.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/libautocode/Makefile.Targets

    r37034 r37376  
    11AOBJS = \
    2 $(ASRC)/coords.$(ARCH).o \
     2$(ASRC)/coords-disk.$(ARCH).o \
    33$(ASRC)/average.$(ARCH).o \
    44$(ASRC)/average-loneos.$(ARCH).o \
     
    5656$(ASRC)/photcode-ps1-v5.$(ARCH).o \
    5757$(ASRC)/photcode-ps1-ref.$(ARCH).o \
    58 $(ASRC)/image.$(ARCH).o \
    5958$(ASRC)/image-loneos.$(ARCH).o \
    6059$(ASRC)/image-elixir.$(ARCH).o \
     
    9897
    9998AINCS = \
    100 $(AINC)/coords.h \
     99$(AINC)/coords-disk.h \
    101100$(AINC)/average.h \
    102101$(AINC)/average-loneos.h \
     
    154153$(AINC)/photcode-ps1-v5.h \
    155154$(AINC)/photcode-ps1-ref.h \
    156 $(AINC)/image.h \
    157155$(AINC)/image-loneos.h \
    158156$(AINC)/image-elixir.h \
Note: See TracChangeset for help on using the changeset viewer.