• Home
  • Raw
  • Download

Lines Matching +full:python +full:- +full:version

8 VERSION=	@VERSION@
14 BUILDPYTHON= $(builddir)/python$(BUILDEXE)
22 PYTHONAPPSDIR=@FRAMEWORKINSTALLAPPSPREFIX@/$(PYTHONFRAMEWORK) $(VERSION)
25 install: Python\ Launcher.app
26 test -d "$(DESTDIR)$(PYTHONAPPSDIR)" || mkdir -p "$(DESTDIR)$(PYTHONAPPSDIR)"
27-test -d "$(DESTDIR)$(PYTHONAPPSDIR)/Python Launcher.app" && rm -r "$(DESTDIR)$(PYTHONAPPSDIR)/Pyt…
28 /bin/cp -r "Python Launcher.app" "$(DESTDIR)$(PYTHONAPPSDIR)"
29 touch "$(DESTDIR)$(PYTHONAPPSDIR)/Python Launcher.app"
32 rm -f *.o "Python Launcher"
33 rm -rf "Python Launcher.app"
34 rm -f Info.plist
36 Python\ Launcher.app: Info.plist \
37 Python\ Launcher $(srcdir)/../Icons/PythonLauncher.icns \
41 rm -fr "Python Launcher.app"
42 mkdir "Python Launcher.app"
43 mkdir "Python Launcher.app/Contents"
44 mkdir "Python Launcher.app/Contents/MacOS"
45 mkdir "Python Launcher.app/Contents/Resources"
46 cp "Python Launcher" "Python Launcher.app/Contents/MacOS"
47 cp Info.plist "Python Launcher.app/Contents"
48 cp $(srcdir)/../Icons/PythonLauncher.icns "Python Launcher.app/Contents/Resources"
49 cp $(srcdir)/../Icons/PythonSource.icns "Python Launcher.app/Contents/Resources"
50 cp $(srcdir)/../Icons/PythonCompiled.icns "Python Launcher.app/Contents/Resources"
51 cp $(srcdir)/factorySettings.plist "Python Launcher.app/Contents/Resources"
52 cp -R $(srcdir)/English.lproj "Python Launcher.app/Contents/Resources"
55 $(CC) $(CFLAGS) -o $@ -c $(srcdir)/FileSettings.m
58 $(CC) $(CFLAGS) -o $@ -c $(srcdir)/MyAppDelegate.m
61 $(CC) $(CFLAGS) -o $@ -c $(srcdir)/MyDocument.m
64 $(CC) $(CFLAGS) -o $@ -c $(srcdir)/PreferencesWindowController.m
67 $(CC) $(CFLAGS) -o $@ -c $(srcdir)/doscript.m
70 $(CC) $(CFLAGS) -o $@ -c $(srcdir)/main.m
72 Python\ Launcher: $(OBJECTS)
73 $(CC) $(LDFLAGS) -o "Python Launcher" $(OBJECTS) -framework AppKit -framework Carbon
76 …sed 's/%VERSION%/'"`$(RUNSHARED) $(BUILDPYTHON) -c 'import platform; print(platform.python_version…