Re: yuvdeinterlace + autotools

"Richard Spindler" <[email protected]> Sat, 3 Nov 2007 13:51:11 +0100
Newsgroups gmane.comp.video.mjpeg.devel
Message-ID <[email protected]>
2007/11/3, Stefan M. Fendt <[email protected]>:
> ./yuvdeinterlace/
> ./yuvdeinterlace/header/  <-- headerfiles, here...
> ./yuvdeinterlace/source/  <-- guess what ;-)
> ./yuvdeinterlace/object/  <-- g++ object-files
> ./yuvdeinterlace/yuvdeinterlace  <-- compiled and linked binary

./yuvdeinterlace/Makefile.am:
bin_PROGRAMS = yuvdeinterlace
yuvdeinterlace_SOURCES = header/header.h source/yuvdeinterlace.c

OR,

./yuvdeinterlace/Makefile.am:
SUBDIRS=header
bin_PROGRAMS = yuvdeinterlace
yuvdeinterlace_SOURCES = source/yuvdeinterlace.c
AM_CFLAGS = -I@top_srcdir@/header

./yuvdeinterlace/header/Makefile.am:
noinst_HEADERS = header.h


I am not sure though, how to move the Object-Files into a different Folder


-- 
Are you teaching the What and the How but without the Why and the When?

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/