Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
Python-3.10.14 /
Mac /
PythonLauncher /
Delete
Unzip
Name
Size
Permission
Date
Action
English.lproj
[ DIR ]
drwxr-xr-x
2024-03-19 22:46
FileSettings.h
1.85
KB
-rw-r--r--
2024-03-19 22:46
FileSettings.m
9.44
KB
-rw-r--r--
2024-03-19 22:46
Info.plist.in
2.06
KB
-rw-r--r--
2024-03-19 22:46
Makefile.in
2.85
KB
-rw-r--r--
2024-03-19 22:46
MyAppDelegate.h
290
B
-rw-r--r--
2024-03-19 22:46
MyAppDelegate.m
2.63
KB
-rw-r--r--
2024-03-19 22:46
MyDocument.h
958
B
-rw-r--r--
2024-03-19 22:46
MyDocument.m
4.54
KB
-rw-r--r--
2024-03-19 22:46
PreferencesWindowController.h
1.02
KB
-rw-r--r--
2024-03-19 22:46
PreferencesWindowController.m
2.93
KB
-rw-r--r--
2024-03-19 22:46
doscript.h
228
B
-rw-r--r--
2024-03-19 22:46
doscript.m
1.68
KB
-rw-r--r--
2024-03-19 22:46
factorySettings.plist
2.63
KB
-rw-r--r--
2024-03-19 22:46
main.m
340
B
-rw-r--r--
2024-03-19 22:46
Save
Rename
CC=@CC@ LD=@CC@ BASECFLAGS=@BASECFLAGS@ OPT=@OPT@ CFLAGS=@CFLAGS@ $(BASECFLAGS) $(OPT) LDFLAGS=@LDFLAGS@ srcdir= @srcdir@ VERSION= @VERSION@ UNIVERSALSDK=@UNIVERSALSDK@ builddir= ../.. RUNSHARED= @RUNSHARED@ BUILDEXE= @BUILDEXEEXT@ BUILDPYTHON= $(builddir)/python$(BUILDEXE) PYTHONFRAMEWORK=@PYTHONFRAMEWORK@ # Deployment target selected during configure, to be checked # by distutils MACOSX_DEPLOYMENT_TARGET=@CONFIGURE_MACOSX_DEPLOYMENT_TARGET@ @EXPORT_MACOSX_DEPLOYMENT_TARGET@export MACOSX_DEPLOYMENT_TARGET PYTHONAPPSDIR=@FRAMEWORKINSTALLAPPSPREFIX@/$(PYTHONFRAMEWORK) $(VERSION) OBJECTS=FileSettings.o MyAppDelegate.o MyDocument.o PreferencesWindowController.o doscript.o main.o install: Python\ Launcher.app test -d "$(DESTDIR)$(PYTHONAPPSDIR)" || mkdir -p "$(DESTDIR)$(PYTHONAPPSDIR)" -test -d "$(DESTDIR)$(PYTHONAPPSDIR)/Python Launcher.app" && rm -r "$(DESTDIR)$(PYTHONAPPSDIR)/Python Launcher.app" /bin/cp -r "Python Launcher.app" "$(DESTDIR)$(PYTHONAPPSDIR)" touch "$(DESTDIR)$(PYTHONAPPSDIR)/Python Launcher.app" clean: rm -f *.o "Python Launcher" rm -rf "Python Launcher.app" rm -f Info.plist Python\ Launcher.app: Info.plist \ Python\ Launcher $(srcdir)/../Icons/PythonLauncher.icns \ $(srcdir)/../Icons/PythonSource.icns \ $(srcdir)/../Icons/PythonCompiled.icns \ $(srcdir)/factorySettings.plist rm -fr "Python Launcher.app" mkdir "Python Launcher.app" mkdir "Python Launcher.app/Contents" mkdir "Python Launcher.app/Contents/MacOS" mkdir "Python Launcher.app/Contents/Resources" cp "Python Launcher" "Python Launcher.app/Contents/MacOS" cp Info.plist "Python Launcher.app/Contents" cp $(srcdir)/../Icons/PythonLauncher.icns "Python Launcher.app/Contents/Resources" cp $(srcdir)/../Icons/PythonSource.icns "Python Launcher.app/Contents/Resources" cp $(srcdir)/../Icons/PythonCompiled.icns "Python Launcher.app/Contents/Resources" cp $(srcdir)/factorySettings.plist "Python Launcher.app/Contents/Resources" cp -R $(srcdir)/English.lproj "Python Launcher.app/Contents/Resources" FileSettings.o: $(srcdir)/FileSettings.m $(CC) $(CFLAGS) -o $@ -c $(srcdir)/FileSettings.m MyAppDelegate.o: $(srcdir)/MyAppDelegate.m $(CC) $(CFLAGS) -o $@ -c $(srcdir)/MyAppDelegate.m MyDocument.o: $(srcdir)/MyDocument.m $(CC) $(CFLAGS) -o $@ -c $(srcdir)/MyDocument.m PreferencesWindowController.o: $(srcdir)/PreferencesWindowController.m $(CC) $(CFLAGS) -o $@ -c $(srcdir)/PreferencesWindowController.m doscript.o: $(srcdir)/doscript.m $(CC) $(CFLAGS) -o $@ -c $(srcdir)/doscript.m main.o: $(srcdir)/main.m $(CC) $(CFLAGS) -o $@ -c $(srcdir)/main.m Python\ Launcher: $(OBJECTS) $(CC) $(LDFLAGS) -o "Python Launcher" $(OBJECTS) -framework AppKit -framework Carbon Info.plist: $(srcdir)/Info.plist.in sed 's/%VERSION%/'"`$(RUNSHARED) $(BUILDPYTHON) -c 'import platform; print(platform.python_version())'`"'/g' < $(srcdir)/Info.plist.in > Info.plist