commit ff5ad80f7372f48eb594b6daf9eec0d086286408
parent e1961909bd791878d501f193cf289cbdbc6271f1
Author: ukai <ukai>
Date: Mon, 29 Sep 2003 16:37:13 +0000
distclean
Diffstat:
4 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
@@ -280,7 +280,7 @@ clean: sweep
done
distclean: clean
- for subdir in po scripts; \
+ for subdir in po scripts w3mimg; \
do \
(cd $$subdir && $(MAKE) distclean); \
done
diff --git a/w3mimg/Makefile.in b/w3mimg/Makefile.in
@@ -26,6 +26,12 @@ clean:
done
distclean: clean
+ for subdir in fb x11; \
+ do \
+ (cd $$subdir && $(MAKE) distclean); \
+ done
+ -$(RM) -f Makefile
+
-$(RM) -f Makefile
#
diff --git a/w3mimg/fb/Makefile.in b/w3mimg/fb/Makefile.in
@@ -26,6 +26,9 @@ fb_img.o: fb_img.c fb_gdkpixbuf.c fb_imlib2.c
clean:
@-$(RM) -f *.o
+distclean: clean
+ -$(RM) -f Makefile
+
#
diff --git a/w3mimg/x11/Makefile.in b/w3mimg/x11/Makefile.in
@@ -20,6 +20,9 @@ x11_w3mimg.o: x11_w3mimg.c
clean:
@-$(RM) -f *.o
+distclean: clean
+ -$(RM) -f Makefile
+
#