summaryrefslogtreecommitdiff
path: root/src/post/Makefile.am
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-12-01 14:52:55 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-12-01 14:52:55 +0000
commitbf7f88dbb589de79422d59843f4990f2d1f6ffec (patch)
tree669550a2c2be69b6d9bc2eb467e511d7e076c269 /src/post/Makefile.am
parent15db4b0085815fcfd6179a26b894e962c5a65878 (diff)
downloadxine-lib-bf7f88dbb589de79422d59843f4990f2d1f6ffec.tar.gz
xine-lib-bf7f88dbb589de79422d59843f4990f2d1f6ffec.tar.bz2
first Advent - time for some presents: xine's first post plugin
CVS patchset: 3398 CVS date: 2002/12/01 14:52:55
Diffstat (limited to 'src/post/Makefile.am')
-rw-r--r--src/post/Makefile.am22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/post/Makefile.am b/src/post/Makefile.am
new file mode 100644
index 000000000..6f1112a24
--- /dev/null
+++ b/src/post/Makefile.am
@@ -0,0 +1,22 @@
+SUBDIRS = \
+ planar
+
+debug:
+ @list='$(SUBDIRS)'; for subdir in $$list; do \
+ (cd $$subdir && $(MAKE) $@) || exit; \
+ done;
+
+install-debug: debug
+ @list='$(SUBDIRS)'; for subdir in $$list; do \
+ (cd $$subdir && $(MAKE) $@) || exit; \
+ done;
+
+mostlyclean-generic:
+ -rm -f *~ \#* .*~ .\#*
+
+
+maintainer-clean-generic:
+ -@echo "This command is intended for maintainers to use;"
+ -@echo "it deletes files that may require special tools to rebuild."
+ -rm -f Makefile.in
+