#
# File Makefile.postamble
# 
# The 3.0 makefiles break for the subproject, because they don't include
# OTHER_CFLAGS in the compilation switches.
#

# ================================================================================


ALL_CFLAGS = $(CFLAGS) $(PROJ_CFLAGS) $(OTHER_CFLAGS) $(RC_CFLAGS)

.m.o:
	$(CC) $(ALL_CFLAGS) -c $< -o $(OFILE_DIR)/$*.o
