[Mplayer-cvslog] CVS: main Makefile,1.298,1.299
Attila Kinali CVS
syncmail at mplayerhq.hu
Mon Aug 23 02:25:21 CEST 2004
CVS change done by Attila Kinali CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv22534
Modified Files:
Makefile
Log Message:
Adding doxygen stuff.
>From now on every function has to be documented.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -r1.298 -r1.299
--- Makefile 12 Aug 2004 12:36:07 -0000 1.298
+++ Makefile 23 Aug 2004 00:25:19 -0000 1.299
@@ -304,7 +304,7 @@
clean:
-rm -f *.o *~ $(OBJS) codecs.conf.h
-distclean:
+distclean: doxygen_clean
-rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG) $(OBJS)
-rm -f *.o *.a .depend configure.log codecs.conf.h
@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
@@ -338,6 +338,12 @@
endif
$(MAKE) depend
+doxygen:
+ doxygen DOCS/tech/Doxyfile
+
+doxygen_clean:
+ -rm -rf DOCS/tech/doxygen
+
# rebuild at every CVS update or config/makefile change:
ifeq ($(wildcard .developer),)
ifneq ($(wildcard CVS/Entries),)
More information about the MPlayer-cvslog
mailing list