view src/autodeps.mk @ 108784:009ef331a2bc

Fix for finding a static composition.
author Kenichi Handa <handa@etlken>
date Wed, 26 May 2010 10:14:51 +0900
parents 3d52b62368db
children dedcf813aa69
line wrap: on
line source

/* autodeps.mk --- src/Makefile fragment for GNU Emacs

This is inserted in src/Makefile if AUTO_DEPEND=yes.  */

ALLOBJS=$(START_FILES) ${obj} ${otherobj} prefix-args.o
-include $(ALLOBJS:%.o=${DEPDIR}/%.d)