@@ -795,124 +795,124 @@ DEEPFREEZE_DEPS = \
795
795
# BEGIN: deepfreeze modules
796
796
797
797
Python/deepfreeze/importlib._bootstrap.c: $(srcdir)/Lib/importlib/_bootstrap.py $(DEEPFREEZE_DEPS)
798
- @echo "Deepfreezing $@ from $< "
798
+ @echo "Deepfreezing Python/deepfreeze/importlib._bootstrap.c from Lib/importlib/_bootstrap.py "
799
799
@./$(BOOTSTRAP) \
800
800
$(srcdir)/Tools/scripts/deepfreeze.py \
801
- $< -m importlib._bootstrap -o $@
801
+ Lib/importlib/_bootstrap.py -m importlib._bootstrap -o Python/deepfreeze/importlib._bootstrap.c
802
802
803
803
Python/deepfreeze/importlib._bootstrap_external.c: $(srcdir)/Lib/importlib/_bootstrap_external.py $(DEEPFREEZE_DEPS)
804
- @echo "Deepfreezing $@ from $< "
804
+ @echo "Deepfreezing Python/deepfreeze/importlib._bootstrap_external.c from Lib/importlib/_bootstrap_external.py "
805
805
@./$(BOOTSTRAP) \
806
806
$(srcdir)/Tools/scripts/deepfreeze.py \
807
- $< -m importlib._bootstrap_external -o $@
807
+ Lib/importlib/_bootstrap_external.py -m importlib._bootstrap_external -o Python/deepfreeze/importlib._bootstrap_external.c
808
808
809
809
Python/deepfreeze/zipimport.c: $(srcdir)/Lib/zipimport.py $(DEEPFREEZE_DEPS)
810
- @echo "Deepfreezing $@ from $< "
810
+ @echo "Deepfreezing Python/deepfreeze/zipimport.c from Lib/zipimport.py "
811
811
@./$(BOOTSTRAP) \
812
812
$(srcdir)/Tools/scripts/deepfreeze.py \
813
- $< -m zipimport -o $@
813
+ Lib/zipimport.py -m zipimport -o Python/deepfreeze/zipimport.c
814
814
815
815
Python/deepfreeze/abc.c: $(srcdir)/Lib/abc.py $(DEEPFREEZE_DEPS)
816
- @echo "Deepfreezing $@ from $< "
816
+ @echo "Deepfreezing Python/deepfreeze/abc.c from Lib/abc.py "
817
817
@./$(BOOTSTRAP) \
818
818
$(srcdir)/Tools/scripts/deepfreeze.py \
819
- $< -m abc -o $@
819
+ Lib/abc.py -m abc -o Python/deepfreeze/abc.c
820
820
821
821
Python/deepfreeze/codecs.c: $(srcdir)/Lib/codecs.py $(DEEPFREEZE_DEPS)
822
- @echo "Deepfreezing $@ from $< "
822
+ @echo "Deepfreezing Python/deepfreeze/codecs.c from Lib/codecs.py "
823
823
@./$(BOOTSTRAP) \
824
824
$(srcdir)/Tools/scripts/deepfreeze.py \
825
- $< -m codecs -o $@
825
+ Lib/codecs.py -m codecs -o Python/deepfreeze/codecs.c
826
826
827
827
Python/deepfreeze/io.c: $(srcdir)/Lib/io.py $(DEEPFREEZE_DEPS)
828
- @echo "Deepfreezing $@ from $< "
828
+ @echo "Deepfreezing Python/deepfreeze/io.c from Lib/io.py "
829
829
@./$(BOOTSTRAP) \
830
830
$(srcdir)/Tools/scripts/deepfreeze.py \
831
- $< -m io -o $@
831
+ Lib/io.py -m io -o Python/deepfreeze/io.c
832
832
833
833
Python/deepfreeze/_collections_abc.c: $(srcdir)/Lib/_collections_abc.py $(DEEPFREEZE_DEPS)
834
- @echo "Deepfreezing $@ from $< "
834
+ @echo "Deepfreezing Python/deepfreeze/_collections_abc.c from Lib/_collections_abc.py "
835
835
@./$(BOOTSTRAP) \
836
836
$(srcdir)/Tools/scripts/deepfreeze.py \
837
- $< -m _collections_abc -o $@
837
+ Lib/_collections_abc.py -m _collections_abc -o Python/deepfreeze/_collections_abc.c
838
838
839
839
Python/deepfreeze/_sitebuiltins.c: $(srcdir)/Lib/_sitebuiltins.py $(DEEPFREEZE_DEPS)
840
- @echo "Deepfreezing $@ from $< "
840
+ @echo "Deepfreezing Python/deepfreeze/_sitebuiltins.c from Lib/_sitebuiltins.py "
841
841
@./$(BOOTSTRAP) \
842
842
$(srcdir)/Tools/scripts/deepfreeze.py \
843
- $< -m _sitebuiltins -o $@
843
+ Lib/_sitebuiltins.py -m _sitebuiltins -o Python/deepfreeze/_sitebuiltins.c
844
844
845
845
Python/deepfreeze/genericpath.c: $(srcdir)/Lib/genericpath.py $(DEEPFREEZE_DEPS)
846
- @echo "Deepfreezing $@ from $< "
846
+ @echo "Deepfreezing Python/deepfreeze/genericpath.c from Lib/genericpath.py "
847
847
@./$(BOOTSTRAP) \
848
848
$(srcdir)/Tools/scripts/deepfreeze.py \
849
- $< -m genericpath -o $@
849
+ Lib/genericpath.py -m genericpath -o Python/deepfreeze/genericpath.c
850
850
851
851
Python/deepfreeze/ntpath.c: $(srcdir)/Lib/ntpath.py $(DEEPFREEZE_DEPS)
852
- @echo "Deepfreezing $@ from $< "
852
+ @echo "Deepfreezing Python/deepfreeze/ntpath.c from Lib/ntpath.py "
853
853
@./$(BOOTSTRAP) \
854
854
$(srcdir)/Tools/scripts/deepfreeze.py \
855
- $< -m ntpath -o $@
855
+ Lib/ntpath.py -m ntpath -o Python/deepfreeze/ntpath.c
856
856
857
857
Python/deepfreeze/posixpath.c: $(srcdir)/Lib/posixpath.py $(DEEPFREEZE_DEPS)
858
- @echo "Deepfreezing $@ from $< "
858
+ @echo "Deepfreezing Python/deepfreeze/posixpath.c from Lib/posixpath.py "
859
859
@./$(BOOTSTRAP) \
860
860
$(srcdir)/Tools/scripts/deepfreeze.py \
861
- $< -m posixpath -o $@
861
+ Lib/posixpath.py -m posixpath -o Python/deepfreeze/posixpath.c
862
862
863
863
Python/deepfreeze/os.c: $(srcdir)/Lib/os.py $(DEEPFREEZE_DEPS)
864
- @echo "Deepfreezing $@ from $< "
864
+ @echo "Deepfreezing Python/deepfreeze/os.c from Lib/os.py "
865
865
@./$(BOOTSTRAP) \
866
866
$(srcdir)/Tools/scripts/deepfreeze.py \
867
- $< -m os -o $@
867
+ Lib/os.py -m os -o Python/deepfreeze/os.c
868
868
869
869
Python/deepfreeze/site.c: $(srcdir)/Lib/site.py $(DEEPFREEZE_DEPS)
870
- @echo "Deepfreezing $@ from $< "
870
+ @echo "Deepfreezing Python/deepfreeze/site.c from Lib/site.py "
871
871
@./$(BOOTSTRAP) \
872
872
$(srcdir)/Tools/scripts/deepfreeze.py \
873
- $< -m site -o $@
873
+ Lib/site.py -m site -o Python/deepfreeze/site.c
874
874
875
875
Python/deepfreeze/stat.c: $(srcdir)/Lib/stat.py $(DEEPFREEZE_DEPS)
876
- @echo "Deepfreezing $@ from $< "
876
+ @echo "Deepfreezing Python/deepfreeze/stat.c from Lib/stat.py "
877
877
@./$(BOOTSTRAP) \
878
878
$(srcdir)/Tools/scripts/deepfreeze.py \
879
- $< -m stat -o $@
879
+ Lib/stat.py -m stat -o Python/deepfreeze/stat.c
880
880
881
881
Python/deepfreeze/__hello__.c: $(srcdir)/Lib/__hello__.py $(DEEPFREEZE_DEPS)
882
- @echo "Deepfreezing $@ from $< "
882
+ @echo "Deepfreezing Python/deepfreeze/__hello__.c from Lib/__hello__.py "
883
883
@./$(BOOTSTRAP) \
884
884
$(srcdir)/Tools/scripts/deepfreeze.py \
885
- $< -m __hello__ -o $@
885
+ Lib/__hello__.py -m __hello__ -o Python/deepfreeze/__hello__.c
886
886
887
887
Python/deepfreeze/__phello__.c: $(srcdir)/Lib/__phello__/__init__.py $(DEEPFREEZE_DEPS)
888
- @echo "Deepfreezing $@ from $< "
888
+ @echo "Deepfreezing Python/deepfreeze/__phello__.c from Lib/__phello__/__init__.py "
889
889
@./$(BOOTSTRAP) \
890
890
$(srcdir)/Tools/scripts/deepfreeze.py \
891
- $< -m __phello__ -o $@
891
+ Lib/__phello__/__init__.py -m __phello__ -o Python/deepfreeze/__phello__.c
892
892
893
893
Python/deepfreeze/__phello__.ham.c: $(srcdir)/Lib/__phello__/ham/__init__.py $(DEEPFREEZE_DEPS)
894
- @echo "Deepfreezing $@ from $< "
894
+ @echo "Deepfreezing Python/deepfreeze/__phello__.ham.c from Lib/__phello__/ham/__init__.py "
895
895
@./$(BOOTSTRAP) \
896
896
$(srcdir)/Tools/scripts/deepfreeze.py \
897
- $< -m __phello__.ham -o $@
897
+ Lib/__phello__/ham/__init__.py -m __phello__.ham -o Python/deepfreeze/__phello__.ham.c
898
898
899
899
Python/deepfreeze/__phello__.ham.eggs.c: $(srcdir)/Lib/__phello__/ham/eggs.py $(DEEPFREEZE_DEPS)
900
- @echo "Deepfreezing $@ from $< "
900
+ @echo "Deepfreezing Python/deepfreeze/__phello__.ham.eggs.c from Lib/__phello__/ham/eggs.py "
901
901
@./$(BOOTSTRAP) \
902
902
$(srcdir)/Tools/scripts/deepfreeze.py \
903
- $< -m __phello__.ham.eggs -o $@
903
+ Lib/__phello__/ham/eggs.py -m __phello__.ham.eggs -o Python/deepfreeze/__phello__.ham.eggs.c
904
904
905
905
Python/deepfreeze/__phello__.spam.c: $(srcdir)/Lib/__phello__/spam.py $(DEEPFREEZE_DEPS)
906
- @echo "Deepfreezing $@ from $< "
906
+ @echo "Deepfreezing Python/deepfreeze/__phello__.spam.c from Lib/__phello__/spam.py "
907
907
@./$(BOOTSTRAP) \
908
908
$(srcdir)/Tools/scripts/deepfreeze.py \
909
- $< -m __phello__.spam -o $@
909
+ Lib/__phello__/spam.py -m __phello__.spam -o Python/deepfreeze/__phello__.spam.c
910
910
911
911
Python/deepfreeze/frozen_only.c: $(srcdir)/Tools/freeze/flag.py $(DEEPFREEZE_DEPS)
912
- @echo "Deepfreezing $@ from $< "
912
+ @echo "Deepfreezing Python/deepfreeze/frozen_only.c from Tools/freeze/flag.py "
913
913
@./$(BOOTSTRAP) \
914
914
$(srcdir)/Tools/scripts/deepfreeze.py \
915
- $< -m frozen_only -o $@
915
+ Tools/freeze/flag.py -m frozen_only -o Python/deepfreeze/frozen_only.c
916
916
917
917
# END: deepfreeze modules
918
918
0 commit comments