~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/toolkit/mozapps/installer/windows/wizard/setup/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# The contents of this file are subject to the Mozilla Public
 
3
# License Version 1.1 (the "License"); you may not use this file
 
4
# except in compliance with the License. You may obtain a copy of
 
5
# the License at http://www.mozilla.org/MPL/
 
6
 
7
# Software distributed under the License is distributed on an "AS
 
8
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
9
# implied. See the License for the specific language governing
 
10
# rights and limitations under the License.
 
11
 
12
# The Original Code is mozilla.org code
 
13
 
14
# The Initial Developer of the Original Code is Netscape
 
15
# Communications Corporation.  Portions created by Netscape are 
 
16
# Copyright (C) 2001 Netscape Communications Corporation.  All
 
17
# Rights Reserved.
 
18
 
19
# Contributor(s):
 
20
#
 
21
 
 
22
DEPTH           = ../../../../../..
 
23
topsrcdir       = @top_srcdir@
 
24
srcdir          = @srcdir@
 
25
VPATH           = @srcdir@
 
26
 
 
27
include $(DEPTH)/config/autoconf.mk
 
28
 
 
29
PROGRAM         = setup$(BIN_SUFFIX)
 
30
RESFILE         = setup.res
 
31
REQUIRES        = \
 
32
                setuprsc \
 
33
                xpnet \
 
34
                $(NULL)
 
35
 
 
36
EXTRA_DSO_LIBS  = \
 
37
                mozregsa_s \
 
38
                jar50_s \
 
39
                mozz_s \
 
40
                xpnet_s \
 
41
                $(NULL)
 
42
 
 
43
USE_NON_MT_LIBS = 1
 
44
 
 
45
CSRCS           = \
 
46
                dialogs.c \
 
47
                extra.c \
 
48
                ifuncns.c \
 
49
                setup.c \
 
50
                xpi.c \
 
51
                logging.c \
 
52
                supersede.c \
 
53
                version.c \
 
54
                process.c \
 
55
 
 
56
CPPSRCS         = \
 
57
                shortcut.cpp \
 
58
                xpnetHook.cpp \
 
59
                nsEscape.cpp \
 
60
                $(NULL)
 
61
 
 
62
LIBS            = $(EXTRA_DSO_LIBS)
 
63
 
 
64
LOCAL_INCLUDES  = -I$(srcdir) -I$(srcdir)/../uninstall
 
65
 
 
66
NO_DIST_INSTALL = 1
 
67
 
 
68
MOZ_WINCONSOLE = 0
 
69
 
 
70
include $(topsrcdir)/config/rules.mk
 
71
 
 
72
_OS_LIBS        = ole32 comdlg32 comctl32 shell32 version
 
73
ifdef GNU_CC
 
74
_OS_LIBS        += gdi32 ws2_32 uuid
 
75
endif
 
76
OS_LIBS         += $(call EXPAND_LIBNAME,$(_OS_LIBS))
 
77
 
 
78
libs:: $(PROGRAM)
 
79
        $(INSTALL) $(PROGRAM) $(DIST)/install
 
80
 
 
81
install:: $(PROGRAM)
 
82
        $(INSTALL) $(PROGRAM) $(DESTDIR)$(mozappdir)/install
 
83
 
 
84
clean clobber realclean clobber_all::
 
85
        $(RM) $(DIST)/install/$(PROGRAM)