xref: /AOO42X/main/extensions/test/pgp/makefile.mk (revision 5e48fca7e524eb943907f0a8808aae8b4c4c7424)
1*7871dc3eSAndrew Rist#**************************************************************
2cdf0e10cSrcweir#
3*7871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*7871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*7871dc3eSAndrew Rist#  distributed with this work for additional information
6*7871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*7871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*7871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
9*7871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir#
11*7871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir#
13*7871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*7871dc3eSAndrew Rist#  software distributed under the License is distributed on an
15*7871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*7871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
17*7871dc3eSAndrew Rist#  specific language governing permissions and limitations
18*7871dc3eSAndrew Rist#  under the License.
19cdf0e10cSrcweir#
20*7871dc3eSAndrew Rist#**************************************************************
21*7871dc3eSAndrew Rist
22*7871dc3eSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir
25cdf0e10cSrcweir
26cdf0e10cSrcweirPRJ=..$/..
27cdf0e10cSrcweir
28cdf0e10cSrcweirPRJNAME := extensions
29cdf0e10cSrcweir#PACKAGE := com$/sun$/star$/pgp
30cdf0e10cSrcweirPACKAGE :=
31cdf0e10cSrcweirTARGET  := test_com_sun_star_pgp
32cdf0e10cSrcweir
33cdf0e10cSrcweir
34cdf0e10cSrcweir# --- Settings -----------------------------------------------------
35cdf0e10cSrcweir.INCLUDE :  settings.mk
36cdf0e10cSrcweir
37cdf0e10cSrcweir
38cdf0e10cSrcweir# Files --------------------------------------------------------
39cdf0e10cSrcweir
40cdf0e10cSrcweir
41cdf0e10cSrcweirAPPLICATRDB := $(SOLARBINDIR)$/applicat.rdb
42cdf0e10cSrcweirRDB := $(APPLICATRDB)
43cdf0e10cSrcweir
44cdf0e10cSrcweirJARFILES= jurt.jar
45cdf0e10cSrcweir
46cdf0e10cSrcweirGENJAVACLASSFILES= \
47cdf0e10cSrcweir    $(CLASSDIR)$/com$/sun$/star$/beans$/PropertyValue.class             \
48cdf0e10cSrcweir    $(CLASSDIR)$/com$/sun$/star$/beans$/PropertyState.class             \
49cdf0e10cSrcweir    $(CLASSDIR)$/com$/sun$/star$/container$/XSet.class              \
50cdf0e10cSrcweir
51cdf0e10cSrcweir
52cdf0e10cSrcweir#$(CLASSDIR)$/com$/sun$/star$/awt$/FocusEvent.class
53cdf0e10cSrcweir
54cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/awt$/InputEvent.class                  \
55cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/awt$/KeyEvent.class                    \
56cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/awt$/MouseEvent.class                  \
57cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/awt$/WindowEvent.class                 \
58cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/awt$/PaintEvent.class                  \
59cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/awt$/Rectangle.class                   \
60cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/awt$/XFocusListener.class              \
61cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/awt$/XKeyListener.class                \
62cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/awt$/XMouseListener.class              \
63cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/awt$/XMouseMotionListener.class        \
64cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/awt$/XWindow.class                     \
65cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/awt$/XWindowListener.class             \
66cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/awt$/XPaintListener.class              \
67cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/bridge$/XBridge.class                  \
68cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/container$/XIndexAccess.class          \
69cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/frame$/FrameAction.class               \
70cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/frame$/FrameActionEvent.class          \
71cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/frame$/XComponentLoader.class          \
72cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/frame$/XController.class               \
73cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/frame$/XFrame.class                    \
74cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/frame$/XFrameActionListener.class      \
75cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/frame$/XFrames.class                   \
76cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/frame$/XFramesSupplier.class           \
77cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/frame$/XModel.class                    \
78cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/io$/BufferSizeExceededException.class  \
79cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/io$/NotConnectedException.class        \
80cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/io$/XInputStream.class                 \
81cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/io$/XOutputStream.class                \
82cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/lang$/IndexOutOfBoundsException.class  \
83cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/lang$/XComponent.class                 \
84cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/lang$/XMultiServiceFactory.class       \
85cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/lang$/XServiceInfo.class               \
86cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/text$/XSimpleText.class                \
87cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/text$/XText.class                      \
88cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/text$/XTextContent.class               \
89cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/text$/XTextCursor.class                \
90cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/text$/XTextDocument.class              \
91cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/text$/XTextRange.class                 \
92cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/uno$/XNamingService.class      \
93cdf0e10cSrcweir#   $(CLASSDIR)$/com$/sun$/star$/uno$/Enum.class
94cdf0e10cSrcweir
95cdf0e10cSrcweir
96cdf0e10cSrcweirJAVACLASSFILES= \
97cdf0e10cSrcweir    $(CLASSDIR)$/$(PACKAGE)$/TestPGP.class
98cdf0e10cSrcweir
99cdf0e10cSrcweir
100cdf0e10cSrcweirTYPES={$(subst,.class, $(subst,$/,.  $(subst,$(CLASSDIR)$/,-T  $(GENJAVACLASSFILES))))}
101cdf0e10cSrcweirGENJAVAFILES = {$(subst,.class,.java $(subst,$/class, $(GENJAVACLASSFILES)))}
102cdf0e10cSrcweirJAVAFILES= $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES))) $(GENJAVAFILES)
103cdf0e10cSrcweir
104cdf0e10cSrcweir
105cdf0e10cSrcweir# --- Targets ------------------------------------------------------
106cdf0e10cSrcweir
107cdf0e10cSrcweir
108cdf0e10cSrcweir.IF "$(depend)" == ""
109cdf0e10cSrcweirALL : $(GENJAVAFILES) ALLTAR
110cdf0e10cSrcweir.ELSE
111cdf0e10cSrcweirALL: ALLDEP
112cdf0e10cSrcweir.ENDIF
113cdf0e10cSrcweir
114cdf0e10cSrcweir.INCLUDE :  target.mk
115cdf0e10cSrcweir
116cdf0e10cSrcweir$(GENJAVAFILES) : $(RDB)
117cdf0e10cSrcweir#   javamaker -BUCR -O$(OUT) $(TYPES) $(RDB)
118cdf0e10cSrcweir    javamaker @$(mktmp -BUCR -O$(OUT) $(TYPES) $(RDB))
119cdf0e10cSrcweir
120cdf0e10cSrcweir$(JAVACLASSFILES) : $(GENJAVAFILES)
121