Formalize the build process and integrate autotools

This commit is contained in:
Bradlee Speice
2012-06-22 13:22:16 -04:00
parent 0a10dc798c
commit df26d0a95c
24 changed files with 11786 additions and 123 deletions

7
examples/Makefile.am Normal file
View File

@ -0,0 +1,7 @@
#Need to include the -Ilibcvautomation so that libcvautomation.h can find everything that it needs
AM_CFLAGS = -Wall -O2 -I$(top_srcdir)/include -I$(top_srcdir)/libcvautomation
AM_LDFLAGS = -L$(top_srcdir)/libcvautomation/.libs -lcvautomation `pkg-config --libs x11` `pkg-config --libs opencv`
#Build only if we're building the examples
bin_PROGRAMS = cva-match
cva_match_SOURCES = cva-match.c