update dev300-m58
[ooovba.git] / dmake / startup / unix / recipes.mk
blob1650430f3ed8ff4aa5e294852d298a7b3c4a6571
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
8 # file source.
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