Makefile.am
上传用户:lijia5631
上传日期:2008-11-10
资源大小:1214k
文件大小:2k
源码类别:

视频捕捉/采集

开发平台:

MultiPlatform

  1. CORE_FILES = 
  2. IntegralFeatures.cpp IntegralFeaturesSame.cpp Classifiers.cpp 
  3. CascadeFileParser.yy CascadeFileScanner.l Cascade.cpp Image.cpp 
  4. Scanner.cpp Exceptions.cpp StringUtils.cpp
  5. EXTRA_TRAIN_FILES = 
  6. ExampleIntegral.cpp CascadeTrainer.cpp CascadeTrainer_Monolithic.cpp 
  7. CascadeTrainer_Component.cpp Main.cpp NegativeExampleProducer.cpp 
  8. Scanner_Train.cpp EvaluationSpace.cpp TrainsetManager.cpp StateSnapshot.cpp 
  9. Cascade_Train.cpp IntegralFeatures_Train.cpp
  10. CORE_HEADS = 
  11. cubicles.hpp Cascade.h Exceptions.h Image.h Rect.h Classifiers.h 
  12. IntegralFeatures.h Scanner.h IntegralImage.h
  13. EXTRA_TRAIN_HEADS = 
  14. ExampleIntegral.h MPI_TRACE.h NegativeExampleProducer.h CascadeTrainer.h 
  15. Scanner.h StateSnapshot.h EvaluationSpace.h Main.h TrainsetManager.h
  16. EXTRA_LIB_FILES = cubicles.cpp
  17. # all header files that contain functionality and are to be published
  18. include_HEADERS = cubicles.h
  19. # header files that are not be installed
  20. noinst_HEADERS = $(CORE_HEADS)
  21. EXTRA_DIST = IntegralImage.cxx cubicles.vcproj
  22. # compile C files as C++ code; we need this for the CascadeFileScanner.c
  23. # and CascadeFileParser.c;
  24. # also, generate a separate header file with $(YACC)
  25. AM_CFLAGS := $(AM_CFLAGS) -x c++
  26. AM_YFLAGS := $(AM_YFLAGS) -d
  27. INCLUDES = $(INC_OPENCV) $(INC_MAGICK) $(INC_MPI)
  28. #if WITH_TRAINING
  29. #todo: enable WITH_TRAINING
  30. #bin_PROGRAMS = it_train
  31. #it_train_SOURCES = ${CORE_FILES} ${EXTRA_TRAIN_FILES}
  32. #noinst_HEADERS = $(CORE_HEADS) $(EXTRA_TRAIN_HEADS)
  33. #it_train_LDFLAGS = $(LIB_OPENCV)
  34. #else
  35. lib_LTLIBRARIES = $(top_srcdir)/lib/libcubicles.la
  36. __top_srcdir__lib_libcubicles_la_SOURCES = $(CORE_FILES) $(EXTRA_LIB_FILES)
  37. #osx doesnt like: libcubicles_la_LDFLAGS = -no-undefined
  38. #endif