1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
37 #PACKAGE := com$/sun$/star$/pgp
39 TARGET
:= test_com_sun_star_pgp
42 # --- Settings -----------------------------------------------------
43 .INCLUDE
: settings.mk
46 # Files --------------------------------------------------------
49 APPLICATRDB
:= $(SOLARBINDIR
)$/applicat.rdb
55 $(CLASSDIR
)$/com
$/sun
$/star
$/beans
$/PropertyValue.class \
56 $(CLASSDIR
)$/com
$/sun
$/star
$/beans
$/PropertyState.class \
57 $(CLASSDIR
)$/com
$/sun
$/star
$/container
$/XSet.class \
60 #$(CLASSDIR)$/com$/sun$/star$/awt$/FocusEvent.class
62 # $(CLASSDIR)$/com$/sun$/star$/awt$/InputEvent.class \
63 # $(CLASSDIR)$/com$/sun$/star$/awt$/KeyEvent.class \
64 # $(CLASSDIR)$/com$/sun$/star$/awt$/MouseEvent.class \
65 # $(CLASSDIR)$/com$/sun$/star$/awt$/WindowEvent.class \
66 # $(CLASSDIR)$/com$/sun$/star$/awt$/PaintEvent.class \
67 # $(CLASSDIR)$/com$/sun$/star$/awt$/Rectangle.class \
68 # $(CLASSDIR)$/com$/sun$/star$/awt$/XFocusListener.class \
69 # $(CLASSDIR)$/com$/sun$/star$/awt$/XKeyListener.class \
70 # $(CLASSDIR)$/com$/sun$/star$/awt$/XMouseListener.class \
71 # $(CLASSDIR)$/com$/sun$/star$/awt$/XMouseMotionListener.class \
72 # $(CLASSDIR)$/com$/sun$/star$/awt$/XWindow.class \
73 # $(CLASSDIR)$/com$/sun$/star$/awt$/XWindowListener.class \
74 # $(CLASSDIR)$/com$/sun$/star$/awt$/XPaintListener.class \
75 # $(CLASSDIR)$/com$/sun$/star$/bridge$/XBridge.class \
76 # $(CLASSDIR)$/com$/sun$/star$/container$/XIndexAccess.class \
77 # $(CLASSDIR)$/com$/sun$/star$/frame$/FrameAction.class \
78 # $(CLASSDIR)$/com$/sun$/star$/frame$/FrameActionEvent.class \
79 # $(CLASSDIR)$/com$/sun$/star$/frame$/XComponentLoader.class \
80 # $(CLASSDIR)$/com$/sun$/star$/frame$/XController.class \
81 # $(CLASSDIR)$/com$/sun$/star$/frame$/XFrame.class \
82 # $(CLASSDIR)$/com$/sun$/star$/frame$/XFrameActionListener.class \
83 # $(CLASSDIR)$/com$/sun$/star$/frame$/XFrames.class \
84 # $(CLASSDIR)$/com$/sun$/star$/frame$/XFramesSupplier.class \
85 # $(CLASSDIR)$/com$/sun$/star$/frame$/XModel.class \
86 # $(CLASSDIR)$/com$/sun$/star$/io$/BufferSizeExceededException.class \
87 # $(CLASSDIR)$/com$/sun$/star$/io$/NotConnectedException.class \
88 # $(CLASSDIR)$/com$/sun$/star$/io$/XInputStream.class \
89 # $(CLASSDIR)$/com$/sun$/star$/io$/XOutputStream.class \
90 # $(CLASSDIR)$/com$/sun$/star$/lang$/IndexOutOfBoundsException.class \
91 # $(CLASSDIR)$/com$/sun$/star$/lang$/XComponent.class \
92 # $(CLASSDIR)$/com$/sun$/star$/lang$/XMultiServiceFactory.class \
93 # $(CLASSDIR)$/com$/sun$/star$/lang$/XServiceInfo.class \
94 # $(CLASSDIR)$/com$/sun$/star$/text$/XSimpleText.class \
95 # $(CLASSDIR)$/com$/sun$/star$/text$/XText.class \
96 # $(CLASSDIR)$/com$/sun$/star$/text$/XTextContent.class \
97 # $(CLASSDIR)$/com$/sun$/star$/text$/XTextCursor.class \
98 # $(CLASSDIR)$/com$/sun$/star$/text$/XTextDocument.class \
99 # $(CLASSDIR)$/com$/sun$/star$/text$/XTextRange.class \
100 # $(CLASSDIR)$/com$/sun$/star$/uno$/XNamingService.class \
101 # $(CLASSDIR)$/com$/sun$/star$/uno$/Enum.class
105 $(CLASSDIR
)$/$(PACKAGE
)$/TestPGP.class
108 TYPES
={$(subst,.class
, $(subst,$/,.
$(subst,$(CLASSDIR
)$/,-T
$(GENJAVACLASSFILES
))))}
109 GENJAVAFILES
= {$(subst,.class
,.java
$(subst,$/class
, $(GENJAVACLASSFILES
)))}
110 JAVAFILES
= $(subst,$(CLASSDIR
)$/$(PACKAGE
)$/, $(subst,.class
,.java
$(JAVACLASSFILES
))) $(GENJAVAFILES
)
113 # --- Targets ------------------------------------------------------
116 .IF
"$(depend)" == ""
117 ALL
: $(GENJAVAFILES
) ALLTAR
124 $(GENJAVAFILES
) : $(RDB
)
125 # javamaker -BUCR -O$(OUT) $(TYPES) $(RDB)
126 javamaker @
$(mktmp
-BUCR
-O
$(OUT
) $(TYPES
) $(RDB
))
128 $(JAVACLASSFILES
) : $(GENJAVAFILES
)