diff options
Diffstat (limited to 'src/video_out/libdha/bin/Makefile.am')
-rw-r--r-- | src/video_out/libdha/bin/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/video_out/libdha/bin/Makefile.am b/src/video_out/libdha/bin/Makefile.am new file mode 100644 index 000000000..88eac9aca --- /dev/null +++ b/src/video_out/libdha/bin/Makefile.am @@ -0,0 +1,12 @@ +EXTRA_DIST = README mapdev.copyright mapdev.vxd + +debug: +install-debug: + +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 |