Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/xdg-utils/tests/Makefile.in

Issue 151098: Patch from mdm@google.com... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/xdg-utils/scripts/xsl/sharedmime2mimelnk.xsl ('k') | third_party/xdg-utils/tests/NOTES » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/xdg-utils/tests/Makefile.in
===================================================================
--- third_party/xdg-utils/tests/Makefile.in (revision 0)
+++ third_party/xdg-utils/tests/Makefile.in (revision 0)
@@ -0,0 +1,45 @@
+MKDIR = mkdir -p
+RMDIR = rmdir
+INSTALL = @INSTALL@ $(INSTALL_FLAGS)
+INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(INSTALL_PROGRAM_FLAGS)
+INSTALL_LIBRARY = @INSTALL_PROGRAM@ $(INSTALL_PROGRAM_FLAGS)
+INSTALL_SCRIPT = @INSTALL_SCRIPT@ $(INSTALL_SCRIPT_FLAGS)
+INSTALL_DATA = @INSTALL_DATA@ $(INSTALL_DATA_FLAGS)
+XMLTO = @XMLTO@
+
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+bindir = @bindir@
+mandir = @mandir@
+
+all:
+
+release:
+ rm -rf xdg-su tmp
+ rm -f xdg-test.log *~
+
+test:
+ ./testrun -IRC
+ rm -rf tmp/xdgt*
+
+distclean: clean
+ rm -f Makefile
+
+clean:
+ rm -rf tmp/xdgt*
+
+tests-userclean:
+ find ${HOME} -name 'xdgtestdata*' | xargs rm -rf
+ find ${HOME} -name 'x-xdg*.xml' | xargs rm -f
+ find ${HOME}/.kde/share/mimelnk -name 'x-xdg*.desktop' | xargs rm -f
+
+tests-clean: tests-userclean
+ find `echo "${XDG_DATA_DIRS}:/usr/local/share/:/usr/share/:${XDG_CONFIG_DIRS}:/etc/xdg" | sed -e 's/:/ /g'` -name 'xdgtestdata*' | xargs rm -rf
+ find `echo "${XDG_DATA_DIRS}:/usr/local/share/:/usr/share/:${XDG_CONFIG_DIRS}:/etc/xdg" | sed -e 's|:| |g'` -name 'x-xdgt*' | xargs rm -f
+
+install:
+
+uninstall:
+
+doc:
+ perl doc_gen.pl
« no previous file with comments | « third_party/xdg-utils/scripts/xsl/sharedmime2mimelnk.xsl ('k') | third_party/xdg-utils/tests/NOTES » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698