PARTS1=theme_top.php theme_bottom.php PARTS2=home_top.php home_bottom.php PARTS3=admin_top.php admin_bottom.php all: $(PARTS1) $(PARTS2) $(PARTS3) $(PARTS1): theme.php ./make_theme_parts.sh theme $(PARTS2): home.php ./make_theme_parts.sh home $(PARTS3): admin.php ./make_theme_parts.sh admin