Ignore:
Timestamp:
Sep 11, 2015 1:29:44 AM (9 years ago)
Author:
ldelgass
Message:

Add initial iData client support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • geovis/trunk/Makefile.in

    r5105 r5852  
    3939GL_LIB_SPEC     = -lGL -lm
    4040PTHREAD_LIB_SPEC= -lpthread
     41CURL_LIB_SPEC   = -lcurl
    4142
    4243TCL_LIB_SPEC    = @TCL_LIB_SPEC@
     
    6869                $(TCL_LIB_SPEC) \
    6970                $(GL_LIB_SPEC) \
     71                $(CURL_LIB_SPEC) \
    7072                $(PTHREAD_LIB_SPEC) \
    7173                -Wl,-rpath,$(LD_RUN_PATH) \
     
    123125                ColorMap.cpp \
    124126                FileUtil.cpp \
     127                IData.cpp \
    125128                PPMWriter.cpp \
    126129                ReadBuffer.cpp \
     
    154157all: $(SERVER)
    155158
     159idatatest: idatatest.o IData.o
     160        $(CXX) -o $@ $^ $(LIBS)
     161
    156162docs:
    157163        $(MKDIR_P) -m 0755 docs/doxygen
     
    191197ColorMap.o: ColorMap.h
    192198CommandQueue.o: CommandQueue.h Trace.h
     199FileUtil.o: FileUtil.h
     200IData.o: IData.h
     201idatatest.o: IData.h
    193202md5.o: md5.h
    194 FileUtil.o: FileUtil.h
    195203PPMWriter.o: PPMWriter.h ResponseQueue.h Trace.h
    196204ReadBuffer.o: ReadBuffer.h Trace.h
Note: See TracChangeset for help on using the changeset viewer.