Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(668)

Side by Side Diff: Makefile.pre.in

Issue 2477041: Display Python backtrace on SIGSEGV, SIGFPE and fatal error Base URL: http://svn.python.org/view/*checkout*/python/branches/py3k/
Patch Set: Created 13 years, 5 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | Misc/NEWS » ('j') | Python/pythonrun.c » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Top-level Makefile for Python 1 # Top-level Makefile for Python
2 # 2 #
3 # As distributed, this file is called Makefile.pre.in; it is processed 3 # As distributed, this file is called Makefile.pre.in; it is processed
4 # into the real Makefile by running the script ./configure, which 4 # into the real Makefile by running the script ./configure, which
5 # replaces things like @spam@ with values appropriate for your system. 5 # replaces things like @spam@ with values appropriate for your system.
6 # This means that if you edit Makefile, your changes get lost the next 6 # This means that if you edit Makefile, your changes get lost the next
7 # time you run the configure script. Ideally, you can do: 7 # time you run the configure script. Ideally, you can do:
8 # 8 #
9 # ./configure 9 # ./configure
10 # make 10 # make
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 Python/structmember.o \ 319 Python/structmember.o \
320 Python/symtable.o \ 320 Python/symtable.o \
321 Python/sysmodule.o \ 321 Python/sysmodule.o \
322 Python/traceback.o \ 322 Python/traceback.o \
323 Python/getopt.o \ 323 Python/getopt.o \
324 Python/pystrcmp.o \ 324 Python/pystrcmp.o \
325 Python/pystrtod.o \ 325 Python/pystrtod.o \
326 Python/dtoa.o \ 326 Python/dtoa.o \
327 Python/formatter_unicode.o \ 327 Python/formatter_unicode.o \
328 Python/fileutils.o \ 328 Python/fileutils.o \
329 Python/segfault.o \
329 Python/$(DYNLOADFILE) \ 330 Python/$(DYNLOADFILE) \
330 $(LIBOBJS) \ 331 $(LIBOBJS) \
331 $(MACHDEP_OBJS) \ 332 $(MACHDEP_OBJS) \
332 $(THREADOBJ) 333 $(THREADOBJ)
333 334
334 335
335 ########################################################################## 336 ##########################################################################
336 # Objects 337 # Objects
337 OBJECT_OBJS= \ 338 OBJECT_OBJS= \
338 Objects/abstract.o \ 339 Objects/abstract.o \
(...skipping 944 matching lines...) Expand 10 before | Expand all | Expand 10 after
1283 .PHONY: all build_all sharedmods oldsharedmods test quicktest memtest 1284 .PHONY: all build_all sharedmods oldsharedmods test quicktest memtest
1284 .PHONY: install altinstall oldsharedinstall bininstall altbininstall 1285 .PHONY: install altinstall oldsharedinstall bininstall altbininstall
1285 .PHONY: maninstall libinstall inclinstall libainstall sharedinstall 1286 .PHONY: maninstall libinstall inclinstall libainstall sharedinstall
1286 .PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure 1287 .PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure
1287 .PHONY: frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools 1288 .PHONY: frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools
1288 .PHONY: frameworkaltinstallunixtools recheck autoconf clean clobber distclean 1289 .PHONY: frameworkaltinstallunixtools recheck autoconf clean clobber distclean
1289 .PHONY: smelly funny patchcheck 1290 .PHONY: smelly funny patchcheck
1290 .PHONY: gdbhooks 1291 .PHONY: gdbhooks
1291 1292
1292 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY 1293 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
OLDNEW
« no previous file with comments | « no previous file | Misc/NEWS » ('j') | Python/pythonrun.c » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b