Follow-on fix for bug 457825. Use sheet principal for agent and user sheets. r=dbaron...
[wine-gecko.git] / embedding / tests / Makefile.in
blobc5415d6e2ec6c7fd62048c7dd248f7c44523a300
1 #
2 # ***** BEGIN LICENSE BLOCK *****
3 # Version: Mozilla-sample-code 1.0
5 # Copyright (c) 2002 Netscape Communications Corporation and
6 # other contributors
8 # Permission is hereby granted, free of charge, to any person obtaining a
9 # copy of this Mozilla sample software and associated documentation files
10 # (the "Software"), to deal in the Software without restriction, including
11 # without limitation the rights to use, copy, modify, merge, publish,
12 # distribute, sublicense, and/or sell copies of the Software, and to permit
13 # persons to whom the Software is furnished to do so, subject to the
14 # following conditions:
16 # The above copyright notice and this permission notice shall be included
17 # in all copies or substantial portions of the Software.
19 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
20 # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
22 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
24 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
25 # DEALINGS IN THE SOFTWARE.
27 # Contributor(s):
29 # ***** END LICENSE BLOCK *****
31 DEPTH = ../..
32 topsrcdir = @top_srcdir@
33 srcdir = @srcdir@
34 VPATH = @srcdir@
36 include $(DEPTH)/config/autoconf.mk
38 ifeq ($(OS_ARCH),OS2)
39 DIRS = os2Embed
40 endif
42 ifeq ($(OS_ARCH),WINNT)
43 # disable winembed in non-libxul
44 ifndef BUILD_STATIC_LIBS
45 DIRS = winEmbed
46 endif
48 endif
50 include $(topsrcdir)/config/rules.mk