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

Side by Side Diff: Makefile

Issue 6893111: Enhancements to ktop (Closed) Base URL: ssh://gitrw.chromium.org:9222/ktop.git@master
Patch Set: Created 9 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | collector.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 ############################################################################ 2 ############################################################################
3 # (C) Copyright 2008 Novell, Inc. All Rights Reserved. 3 # (C) Copyright 2008 Novell, Inc. All Rights Reserved.
4 # 4 #
5 # GPLv2: This program is free software; you can redistribute it 5 # GPLv2: This program is free software; you can redistribute it
6 # and/or modify it under the terms of version 2 of the GNU General 6 # and/or modify it under the terms of version 2 of the GNU General
7 # Public License as published by the Free Software Foundation. 7 # Public License as published by the Free Software Foundation.
8 # 8 #
9 # This program is distributed in the hope that it will be useful, 9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 @rm -fr $(objdir) 61 @rm -fr $(objdir)
62 @rm -f *.core 62 @rm -f *.core
63 @rm -f *.out 63 @rm -f *.out
64 @rm -f $(bin)/$(opus) 64 @rm -f $(bin)/$(opus)
65 65
66 test: 66 test:
67 @ echo "Test" 67 @ echo "Test"
68 @ echo "sources=$(sources)" 68 @ echo "sources=$(sources)"
69 @ echo "objects=$(objects)" 69 @ echo "objects=$(objects)"
70 @ echo "CFLAGS=$(CFLAGS)" 70 @ echo "CFLAGS=$(CFLAGS)"
71 @ echo "BOARD=$(BOARD)"
71 @ echo "bin=$(bin)" 72 @ echo "bin=$(bin)"
72 @ echo "objdir=$(objdir)" 73 @ echo "objdir=$(objdir)"
73 @ echo "opus=$(opus)" 74 @ echo "opus=$(opus)"
74 @ echo "name=$(name)" 75 @ echo "name=$(name)"
OLDNEW
« no previous file with comments | « no previous file | collector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698