[Libreoffice-commits] .: animations/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Wed Feb 2 03:11:18 PST 2011


 animations/source/animcore/makefile.mk |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

New commits:
commit b2310975c1704fa619bdb4dbd86fcc4bc230ae74
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Wed Feb 2 11:48:18 2011 +0100

    Clean up makefiles

diff --git a/animations/source/animcore/makefile.mk b/animations/source/animcore/makefile.mk
index b78460a..c2a1071 100644
--- a/animations/source/animcore/makefile.mk
+++ b/animations/source/animcore/makefile.mk
@@ -24,24 +24,21 @@
 # for a copy of the LGPLv3 License.
 #
 #*************************************************************************
+
 PRJ=..$/..
 
 PRJNAME=animations
 TARGET=animcore
 ENABLE_EXCEPTIONS=TRUE
 NO_BSYMBOLIC=TRUE
-#COMP1TYPELIST=$(TARGET)
-#COMPRDB=$(SOLARBINDIR)$/offapi.rdb
 
 # --- Settings -----------------------------------------------------
+
 .INCLUDE :  settings.mk
+
 .IF "$(L10N_framework)"==""
-# --- Files --------------------------------------------------------
-#UNOUCRDEP=$(SOLARBINDIR)$/offapi.rdb
-#UNOUCRRDB=$(SOLARBINDIR)$/offapi.rdb
-#UNOUCROUT=$(OUT)$/inc$/animations
-#INCPRE+= $(UNOUCROUT)
 
+# --- Files --------------------------------------------------------
 
 SLOFILES = 	$(SLO)$/animcore.obj\
             $(SLO)$/factreg.obj\
@@ -66,5 +63,5 @@ DEF1NAME=		$(SHL1TARGET)
 .ENDIF # L10N_framework
 
 # --- Targets ------------------------------------------------------
-.INCLUDE :	target.mk
 
+.INCLUDE :	target.mk


More information about the Libreoffice-commits mailing list