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

Side by Side Diff: gdb/testsuite/gdb.objc/Makefile.in

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 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
« no previous file with comments | « gdb/testsuite/gdb.multi/watchpoint-multi.exp ('k') | gdb/testsuite/gdb.objc/basicclass.exp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 VPATH = @srcdir@ 1 VPATH = @srcdir@
2 srcdir = @srcdir@ 2 srcdir = @srcdir@
3 3
4 EXECUTABLES = basicclass 4 EXECUTABLES = basicclass
5 5
6 all: 6 all:
7 @echo "Nothing to be done for all..." 7 @echo "Nothing to be done for all..."
8 8
9 info: 9 info:
10 install-info: 10 install-info:
11 dvi: 11 dvi:
12 install: 12 install:
13 uninstall: force 13 uninstall: force
14 installcheck: 14 installcheck:
15 check: 15 check:
16 16
17 clean mostlyclean: 17 clean mostlyclean:
18 -rm -f *~ *.o *.ci 18 -rm -f *~ *.o *.ci
19 -rm -f *.dwo *.dwp
19 -rm -f core ${EXECUTABLES} 20 -rm -f core ${EXECUTABLES}
20 21
21 distclean maintainer-clean realclean: clean 22 distclean maintainer-clean realclean: clean
22 -rm -f Makefile config.status config.log gdb.log gdb.sum 23 -rm -f Makefile config.status config.log gdb.log gdb.sum
OLDNEW
« no previous file with comments | « gdb/testsuite/gdb.multi/watchpoint-multi.exp ('k') | gdb/testsuite/gdb.objc/basicclass.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698