summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-01-21 21:24:45 +0100
committerHans Verkuil <hverkuil@xs4all.nl>2009-01-21 21:24:45 +0100
commit85b54c00cfc4dba53bd4145d9163aa207da94f8c (patch)
treedbbc1266d9a91d3da1225bc8832fcb282459455f /Makefile
parentc315430200b80fac4f307242e767136a8c2a387f (diff)
downloadmediapointer-dvb-s2-85b54c00cfc4dba53bd4145d9163aa207da94f8c.tar.gz
mediapointer-dvb-s2-85b54c00cfc4dba53bd4145d9163aa207da94f8c.tar.bz2
v4l2-spec: fix hgignore rules and add shortcuts to make v4l2-apps and v4l2-spec.
From: Hans Verkuil <hverkuil@xs4all.nl> .hgignore rules for v4l2-spec are fixed and it is now possible to run 'make apps' or 'make spec' to make v4l2-apps and v4l2-spec respectively. 'make distclean' or 'make clean' will also go into those directories. Priority: normal Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a1e609f0e..20e4e8fb8 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,16 @@ install:
commit cvscommit hgcommit change changes changelog:: whitespace
@cd $(BUILD_DIR); scripts/cardlist; scripts/do_commit.sh $(EDITOR) $(TMP)/v4l_hg_whitespace; cd ..
+spec:
+ $(MAKE) -C v4l2-spec
+
+apps:
+ $(MAKE) -C v4l2-apps
+
+distclean clean::
+ $(MAKE) -C v4l2-spec $@
+ $(MAKE) -C v4l2-apps $@
+
qrefresh: Q=q
qrefresh:: whitespace
cd $(BUILD_DIR); scripts/cardlist; cd ..