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

Side by Side Diff: gdb/testsuite/gdb.hp/gdb.base-hp/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
OLDNEW
1 VPATH = @srcdir@ 1 VPATH = @srcdir@
2 srcdir = @srcdir@ 2 srcdir = @srcdir@
3 3
4 EXECUTABLES = dollar hwwatchbus.bak pxdb reg reg-pa64 \ 4 EXECUTABLES = dollar hwwatchbus.bak pxdb reg reg-pa64 \
5 so-thresh genso-thresh sized-enum 5 so-thresh genso-thresh sized-enum
6 6
7 MISCELLANEOUS = so-thresh.c so-thresh.lopt so-thresh.make.out \ 7 MISCELLANEOUS = so-thresh.c so-thresh.lopt so-thresh.make.out \
8 lib*-so-thresh.* 8 lib*-so-thresh.*
9 9
10 all: 10 all:
11 @echo "Nothing to be done for all..." 11 @echo "Nothing to be done for all..."
12 12
13 info: 13 info:
14 install-info: 14 install-info:
15 dvi: 15 dvi:
16 install: 16 install:
17 uninstall: force 17 uninstall: force
18 installcheck: 18 installcheck:
19 check: 19 check:
20 20
21 clean mostlyclean: 21 clean mostlyclean:
22 -rm -f *~ *.o *.ci 22 -rm -f *~ *.o *.ci
23 -rm -f *.dwo *.dwp
23 -rm -f core $(EXECUTABLES) 24 -rm -f core $(EXECUTABLES)
24 -rm -f $(MISCELLANEOUS) 25 -rm -f $(MISCELLANEOUS)
25 26
26 distclean maintainer-clean realclean: clean 27 distclean maintainer-clean realclean: clean
27 -rm -f Makefile config.status config.log 28 -rm -f Makefile config.status config.log
28 -rm -f *-init.exp 29 -rm -f *-init.exp
29 -rm -fr *.log summary detail *.plog *.sum *.psum site.* 30 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
OLDNEW
« no previous file with comments | « gdb/testsuite/gdb.hp/gdb.aCC/watch-cmd.exp ('k') | gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698