office-gobmx/dmake/startup/msdos/recipes.mk

10 lines
290 B
Makefile
Raw Normal View History

2000-09-22 09:33:37 -05:00
# Define additional MSDOS specific build recipes.
#
# Executables
%$E .SWAP : %$O ; $(CC) $(LDFLAGS) -o$@ $< $(LDLIBS)
%$O : %$S ; $(AS) $(ASFLAGS) $(<:s,/,\)
# Process release-specific refinements, if any.
.INCLUDE .NOINFER .IGNORE : $(INCFILENAME:d)$(OSRELEASE)$/recipes.mk