diff options
| author | Thierry MERLE <thierry.merle@free.fr> | 2008-07-01 21:18:23 +0200 |
|---|---|---|
| committer | Thierry MERLE <thierry.merle@free.fr> | 2008-07-01 21:18:23 +0200 |
| commit | 10bc397f22cbd930c1d4d932ec929979d75865b1 (patch) | |
| tree | ede1765562d9ef8eaed11818ab9f97be490559f7 /v4l2-apps/lib/libv4l/Makefile | |
| parent | 1e8ee38c5ab44a4b296a8d47c22691d82e7515be (diff) | |
| download | mediapointer-dvb-s2-10bc397f22cbd930c1d4d932ec929979d75865b1.tar.gz mediapointer-dvb-s2-10bc397f22cbd930c1d4d932ec929979d75865b1.tar.bz2 | |
v4l2-library: global files
From: Hans de Goede <j.w.r.degoede at hhs.nl>
Global files to make the libv4l compile, install and exported into a tar.gz file
Signed-off-by: Hans de Goede <j.w.r.degoede at hhs.nl>
Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Diffstat (limited to 'v4l2-apps/lib/libv4l/Makefile')
| -rw-r--r-- | v4l2-apps/lib/libv4l/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/v4l2-apps/lib/libv4l/Makefile b/v4l2-apps/lib/libv4l/Makefile new file mode 100644 index 000000000..78c6893a3 --- /dev/null +++ b/v4l2-apps/lib/libv4l/Makefile @@ -0,0 +1,16 @@ +LIB_RELEASE=0 +V4L2_LIB_VERSION=$(LIB_RELEASE).3 + +all clean install: + $(MAKE) -C libv4lconvert $@ + $(MAKE) -C libv4l2 $@ + $(MAKE) -C libv4l1 $@ + +export: clean + mkdir /tmp/libv4l-$(V4L2_LIB_VERSION) + cp -a . /tmp/libv4l-$(V4L2_LIB_VERSION)/ + cd /tmp/ && \ + tar cvf /tmp/libv4l-$(V4L2_LIB_VERSION).tar\ + libv4l-$(V4L2_LIB_VERSION) + gzip /tmp/libv4l-$(V4L2_LIB_VERSION).tar + rm -rf /tmp/libv4l-$(V4L2_LIB_VERSION) |
