Lines Matching full:launcher
25 install: Python\ Launcher.app
27 …test -d "$(DESTDIR)$(PYTHONAPPSDIR)/Python Launcher.app" && rm -r "$(DESTDIR)$(PYTHONAPPSDIR)/Pyth…
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"
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"
72 Python\ Launcher: $(OBJECTS)
73 $(CC) $(LDFLAGS) -o "Python Launcher" $(OBJECTS) -framework AppKit -framework Carbon