#OPTIMIZATION_CFLAG = -O4

# temporary hack to work around app makefiles bug

VPATH_POSTAMBLE = :$(PRODUCT_ROOT)/$(LANGUAGE).lproj

# uncomment this when debugging memory usage
#OTHER_LIBS = -lMallocDebug

OTHER_OFILES = $(OFILE_DIR)/version.o

$(OFILE_DIR)/version.o:
	@rm -f $(OFILE_DIR)/version.[co]
	vers_string -c $(NAME) > $(OFILE_DIR)/version.c
	$(CC) $(CFLAGS) $(RC_CFLAGS) -c $(OFILE_DIR)/version.c -o $(OFILE_DIR)/version.o
