comparison c/Makefile @ 400:7ef1071e3cc3

clean up of input classes for list of images and video files
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 29 Jul 2013 18:06:55 -0400
parents f0f800b95765
children b829ebdc18e6
comparison
equal deleted inserted replaced
399:c389fae9689a 400:7ef1071e3cc3
47 endif 47 endif
48 48
49 CXXFLAGS = $(INCLUDE) $(CFLAGS) 49 CXXFLAGS = $(INCLUDE) $(CFLAGS)
50 50
51 #GUI_OBJS = 51 #GUI_OBJS =
52 CV_OBJS = cvutils.o 52 CV_OBJS = cvutils.o InputFrameListModule.o InputVideoFileModule.o
53 COMMON_OBJS = utils.o Motion.o Parameters.o utils.o 53 COMMON_OBJS = utils.o Motion.o Parameters.o utils.o
54 OBJS = $(COMMON_OBJS) $(CV_OBJS) 54 OBJS = $(COMMON_OBJS) $(CV_OBJS)
55 TESTS_OBJS = test_feature.o test_graph.o 55 TESTS_OBJS = test_feature.o test_graph.o
56 56
57 57