Lines Matching refs:pythonw
54 install_pythonw: pythonw
55 $(INSTALL_PROGRAM) $(STRIPFLAG) pythonw "$(DESTDIR)$(prefix)/bin/pythonw$(VERSION)"
56 $(INSTALL_PROGRAM) $(STRIPFLAG) pythonw "$(DESTDIR)$(prefix)/bin/python$(VERSION)"
59 ln -sf pythonw$(VERSION) "$(DESTDIR)$(prefix)/bin/pythonw2"
62 lipo $(LIPO_32BIT_FLAGS) -output $(DESTDIR)$(prefix)/bin/python$(VERSION)-32 pythonw
63 lipo $(LIPO_32BIT_FLAGS) -output $(DESTDIR)$(prefix)/bin/pythonw$(VERSION)-32 pythonw
66 ln -sf pythonw$(VERSION)-32 "$(DESTDIR)$(prefix)/bin/pythonw2-32"
79 for fn in python pythonw idle pydoc python-config smtpd.py 2to3 \
83 python$(VERSION) pythonw$(VERSION) idle$(VERSION) \
90 for fn in python-32 pythonw-32 \
92 python$(VERSION)-32 pythonw$(VERSION)-32 ;\
118 for fn in python$(VERSION) pythonw$(VERSION) idle$(VERSION) \
124 for fn in python$(VERSION)-32 pythonw$(VERSION)-32 ;\
168 pythonw: $(srcdir)/Tools/pythonw.c Makefile
169 …$(CC) $(LDFLAGS) -DPYTHONFRAMEWORK='"$(PYTHONFRAMEWORK)"' -o $@ $(srcdir)/Tools/pythonw.c -I.. -I$…
326 rm pythonw