./0040755000175000017500000000000007143667767007744 5ustar holtholt./Makeppfile0100644000175000017500000000042207143667346011730 0ustar holtholt# # This is a test of the export keyword. Use of "export" is not recommended, # but it is possible. # X = $(Y) # Test the difference between := and Y = 1 # regular assignment for export. Z := $(Y) export X Z .PHONY: all all: testfile testfile: echo $$X $$Z > $@ ./answers/0040755000175000017500000000000007143667760011417 5ustar holtholt./answers/testfile0100644000175000017500000000000407143667737013154 0ustar holtholt1 1 ./answers/n_files0100644000175000017500000000000207143667760012746 0ustar holtholt1