Changeset 37

Show
Ignore:
Timestamp:
11/17/08 22:16:45 (16 years ago)
Author:
ahe
Message:

change makefile to incorporate client

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/trnewman/Makefile

    r35 r37  
    33# 
    44 
    5 TESTS = cognitive_radio 
     5TESTS = cognitive_radio cognitive_engine 
    66all: $(TESTS) 
    77 
     
    1313 
    1414OBJS = tinyxml.o tinyxmlparser.o tinyxmlerror.o tinystr.o 
    15 SOCKET_OBJS = ServerSocket.o Socket.o 
     15SOCKET_OBJS = ServerSocket.o ClientSocket.o Socket.o 
     16#OBJS = cbr.o sqlite3.o utility.o cognitive_radio_test.o ezxml.o 
    1617 
    17 #OBJS = cbr.o sqlite3.o utility.o cognitive_radio_test.o ezxml.o 
    1818HEADERS = src/tinyxml.h src/tinystr.h  
    1919#HEADERS = src/cbr.h src/cognitive_radio_test.h \