office-gobmx/dmake/startup/win95/recipes.mk
Jens-Heiner Rechtien b501a54cf9 initial import
2000-09-22 14:33:37 +00:00

9 lines
290 B
Makefile

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