/[man-db]/man-db/libdb/Makefile.in
ViewVC logotype

Diff of /man-db/libdb/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by cjwatson, Mon Mar 10 16:00:32 2003 UTC revision 1.8 by cjwatson, Mon Apr 7 07:09:46 2003 UTC
# Line 56  clean mostlyclean: Line 56  clean mostlyclean:
56          rm -f *~ core $(ALL) $(library)          rm -f *~ core $(ALL) $(library)
57    
58  distclean: clean  distclean: clean
59          rm -f *.d Makefile          rm -rf .depend
60            rm -f Makefile
61    
62  realclean: distclean  realclean: distclean
63          rm -f tags          rm -f tags
# Line 64  realclean: distclean Line 65  realclean: distclean
65  TAGS:  TAGS:
66          $(MKTAGS) $(srcdir)/*.[ch]          $(MKTAGS) $(srcdir)/*.[ch]
67    
68  # These lines sort out proper dependencies, done if --enable-debug  # These lines sort out proper dependencies.
69  # passed to configure. To override uncomment the following line.  ifeq (,$(findstring clean,$(MAKECMDGOALS)))
70  #debug=on    SRCS = $(notdir $(wildcard $(srcdir)/*.c))
71  ifneq ($(clean),yes)    -include $(SRCS:%.c=.depend/%.d)
   
   ifeq ($(debug),on)  
     SRCS = $(notdir $(wildcard $(srcdir)/*.c))  
     include $(SRCS:.c=.d)  
   endif  
   
72  endif  endif

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26