diff options
author | David Tardon <dtardon@redhat.com> | 2011-04-03 17:44:24 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-04-03 17:44:24 +0200 |
commit | 25b47c571babdfaafb5b1506648acce207f64f21 (patch) | |
tree | c501a1f45d5966168551fcb2616f2d9d0e159868 /forms/source/solar | |
parent | f3aafe2011b1e3677216408ec80bd688d060ca21 (diff) |
gbuildize forms
Diffstat (limited to 'forms/source/solar')
-rw-r--r-- | forms/source/solar/component/makefile.mk | 51 | ||||
-rw-r--r-- | forms/source/solar/control/makefile.mk | 53 |
2 files changed, 0 insertions, 104 deletions
diff --git a/forms/source/solar/component/makefile.mk b/forms/source/solar/component/makefile.mk deleted file mode 100644 index 06471405a3e2..000000000000 --- a/forms/source/solar/component/makefile.mk +++ /dev/null @@ -1,51 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/..$/.. -PRJINC=$(PRJ)$/source -PRJNAME=forms -TARGET=solarcomponent - -ENABLE_EXCEPTIONS=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk -.INCLUDE: $(PRJ)$/makefile.pmk - -# --- Types ------------------------------------- - -INCPRE+=$(SOLARINCDIR)$/offuh - -# --- Files ------------------------------------- - -SLOFILES= $(SLO)$/navbarcontrol.obj - -# --- Targets ---------------------------------- - -.INCLUDE : target.mk - diff --git a/forms/source/solar/control/makefile.mk b/forms/source/solar/control/makefile.mk deleted file mode 100644 index 906f5938d596..000000000000 --- a/forms/source/solar/control/makefile.mk +++ /dev/null @@ -1,53 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# <http://www.openoffice.org/license.html> -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -PRJ=..$/..$/.. -PRJINC=$(PRJ)$/source -PRJNAME=forms -TARGET=solarcontrol - -ENABLE_EXCEPTIONS=TRUE - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk -.INCLUDE: $(PRJ)$/makefile.pmk - -# --- Types ------------------------------------- - -INCPRE+=$(SOLARINCDIR)$/offuh - -# --- Files ------------------------------------- - -CXXFILES= navtoolbar.cxx \ - -SLOFILES= $(SLO)$/navtoolbar.obj \ - -# --- Targets ---------------------------------- - -.INCLUDE : target.mk - |