1 # Define additional UNIX specific build recipes.
4 # Define additional build targets.
5 %$E : %.sh
; cp
$< $@
; chmod
0777 $@
7 # This rule tells how to make a non-suffixed executable from its single
9 % : %$O; $(CC
) $(LDFLAGS
) -o
$@
$< $(LDLIBS
)
11 # This rule tells how to make a.out from it's immediate list of prerequisites.
12 %.out
:; $(CC
) $(LDFLAGS
) -o
$@
$^
$(LDLIBS
)
14 # Process release-specific refinements, if any.
15 .INCLUDE .NOINFER .IGNORE
: $(INCFILENAME
:d
)$(OSRELEASE
)$/recipes.mk