diff options
| author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-01 14:52:55 +0000 |
|---|---|---|
| committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-12-01 14:52:55 +0000 |
| commit | bf7f88dbb589de79422d59843f4990f2d1f6ffec (patch) | |
| tree | 669550a2c2be69b6d9bc2eb467e511d7e076c269 /src/post/Makefile.am | |
| parent | 15db4b0085815fcfd6179a26b894e962c5a65878 (diff) | |
| download | xine-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.am | 22 |
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 + |
