# # Combined Makefile for MPW menu-manipulation tools. Use the # command # # Make `Make -r` # # to generate all the necessary build commands at once. # Common = MenuStuffCommon.p.o LibsNeeded = ¶ {Common} ¶ "{TMLPLibraries}"TMLPasLib.o ¶ "{Libraries}"Interface.o ¶ "{Libraries}"Runtime.o SetMenu ÄÄ {Common} SetMenu.p.o Link -t 'MPST' -c 'MPS ' -o SetMenu ¶ SetMenu.p.o {LibsNeeded} DemoteMenu ÄÄ {Common} DemoteMenu.p.o Link -t 'MPST' -c 'MPS ' -o DemoteMenu ¶ DemoteMenu.p.o {LibsNeeded} PromoteMenu ÄÄ {Common} PromoteMenu.p.o Link -t 'MPST' -c 'MPS ' -o PromoteMenu ¶ PromoteMenu.p.o {LibsNeeded} SetSubMenu ÄÄ {Common} SetSubMenu.p.o Link -t 'MPST' -c 'MPS ' -o SetSubMenu ¶ SetSubMenu.p.o {LibsNeeded} FindMenuItem ÄÄ {Common} FindMenuItem.p.o Link -t 'MPST' -c 'MPS ' -o FindMenuItem ¶ FindMenuItem.p.o {LibsNeeded}