r20843 - trunk/loader/Makefile
10 Nov
2006
10 Nov
'06
1:31 p.m.
Author: diego Date: Fri Nov 10 19:31:12 2006 New Revision: 20843 Modified: trunk/loader/Makefile Log: Add standard depend target. Modified: trunk/loader/Makefile ============================================================================== --- trunk/loader/Makefile (original) +++ trunk/loader/Makefile Fri Nov 10 19:31:12 2006 @@ -38,5 +38,12 @@ $(AR) -r libloader.a $(OBJS) stubs.o $(RANLIB) libloader.a -dep: - echo "dependency not required/supported" +dep depend: + $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend + +# +# include dependency files if they exist +# +ifneq ($(wildcard .depend),) +include .depend +endif
6941
Age (days ago)
6941
Last active (days ago)
0 comments
1 participants
participants (1)
-
diego