blob: d322a8e29f2a20fea9a957d2258ed1f8c76a6263 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#***********************************************************************
#
# Copyright 2004 Sun Microsystems, Inc.
#
# All Rights Reserved.
#
#*************************************************************************
PRJ=..
PRJNAME=ooo_custom_images
TARGET=broffice_nologo
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/settings.pmk
.INCLUDE : target.mk
.INCLUDE : $(PRJ)$/target.pmk
|