Bug 417561, disable tagging of Talkback now we have prebuilt packages, r=rhelmer
[mozilla-1.9.git] / config / Makefile.in
blob8330678dc78b74ca245bd1455f5e6aa2e7d0ea8a
2 # ***** BEGIN LICENSE BLOCK *****
3 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License. You may obtain a copy of the License at
8 # http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
13 # License.
15 # The Original Code is mozilla.org code.
17 # The Initial Developer of the Original Code is
18 # Netscape Communications Corporation.
19 # Portions created by the Initial Developer are Copyright (C) 1998
20 # the Initial Developer. All Rights Reserved.
22 # Contributor(s):
23 # Robert Ginda <rginda@netscape.com>
24 # John Taylor <jtaylor@netscape.com>
26 # Alternatively, the contents of this file may be used under the terms of
27 # either of the GNU General Public License Version 2 or later (the "GPL"),
28 # or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29 # in which case the provisions of the GPL or the LGPL are applicable instead
30 # of those above. If you wish to allow use of your version of this file only
31 # under the terms of either the GPL or the LGPL, and not to allow others to
32 # use your version of this file under the terms of the MPL, indicate your
33 # decision by deleting the provisions above and replace them with the notice
34 # and other provisions required by the GPL or the LGPL. If you do not delete
35 # the provisions above, a recipient may use your version of this file under
36 # the terms of any one of the MPL, the GPL or the LGPL.
38 # ***** END LICENSE BLOCK *****
40 DEPTH = ..
41 topsrcdir = @top_srcdir@
42 srcdir = @srcdir@
43 VPATH = @srcdir@
45 include $(DEPTH)/config/autoconf.mk
47 # For sanity's sake, we compile nsinstall without the wrapped system
48 # headers, so that we can use it to set up the wrapped system headers.
49 VISIBILITY_FLAGS =
51 ifneq (,$(CROSS_COMPILE)$(filter-out WINNT OS2,$(OS_ARCH)))
52 ifneq ($(OS_ARCH), WINCE)
53 HOST_PROGRAM = nsinstall$(HOST_BIN_SUFFIX)
54 HOST_CSRCS = nsinstall.c pathsub.c
55 endif
56 endif
58 PLSRCS = nfspwd.pl revdepth.pl
60 TARGETS = $(HOST_PROGRAM) $(PLSRCS:.pl=) $(SIMPLE_PROGRAMS)
62 ifndef CROSS_COMPILE
63 ifdef USE_ELF_DYNSTR_GC
64 TARGETS += elf-dynstr-gc
65 endif
66 endif
68 # IMPORTANT: Disable NSBUILDROOT for this directory only, otherwise we have
69 # a recursive rule for finding nsinstall and the Perl scripts.
70 ifdef NSBUILDROOT
71 override NSBUILDROOT :=
72 endif
74 ifdef GNU_CC
75 MODULE_OPTIMIZE_FLAGS = -O3
76 endif
78 ifndef COMPILER_DEPEND
79 ifndef MOZ_NATIVE_MAKEDEPEND
80 DIRS += mkdepend
81 endif
82 endif
84 include $(topsrcdir)/config/config.mk
86 # Do not install util programs
87 NO_INSTALL=1
89 include $(topsrcdir)/config/rules.mk
91 ifeq ($(OS_CONFIG),SunOS4.1)
92 NSPR_CFLAGS += -I$(srcdir)/../nsprpub/pr/include/md
93 endif
95 HEADERS = \
96 $(DEPTH)/mozilla-config.h \
97 $(srcdir)/nsStaticComponents.h \
98 $(NULL)
100 export:: $(TARGETS) $(HEADERS)
101 $(INSTALL) $(IFLAGS1) $(HEADERS) $(DIST)/include
102 -rm -f $(FINAL_LINK_COMPS) $(FINAL_LINK_LIBS) $(FINAL_LINK_COMP_NAMES)
103 -rm -f $(DIST)/bin/chrome/chromelist.txt
104 ifdef HOST_PROGRAM
105 $(INSTALL) $(HOST_PROGRAM) $(DIST)/bin
106 endif
108 # Generate a new buildid every time we "export" in config... that's only
109 # supposed to be once per-build!
110 export::
111 ifdef MOZ_BUILD_DATE
112 printf "%s" $(MOZ_BUILD_DATE) > buildid
113 else
114 $(PYTHON) $(topsrcdir)/toolkit/xre/make-platformini.py --print-buildid > buildid
115 endif
117 ifdef WRAP_SYSTEM_INCLUDES
118 export::
119 if test ! -d system_wrappers; then mkdir system_wrappers; fi
120 $(PERL) $(topsrcdir)/config/preprocessor.pl $(DEFINES) $(ACDEFINES) \
121 -DBUILD_STATIC_LIBS=$(BUILD_STATIC_LIBS) \
122 -DMOZ_TREE_CAIRO=$(MOZ_TREE_CAIRO) \
123 -DMOZ_ENABLE_LIBXUL=$(MOZ_ENABLE_LIBXUL) \
124 -DMOZ_NATIVE_HUNSPELL=$(MOZ_NATIVE_HUNSPELL) \
125 -DMOZ_NATIVE_ZLIB=$(MOZ_NATIVE_ZLIB) \
126 -DMOZ_NATIVE_PNG=$(MOZ_NATIVE_PNG) \
127 -DMOZ_NATIVE_JPEG=$(MOZ_NATIVE_JPEG) \
128 -DMOZ_NATIVE_LCMS=$(MOZ_NATIVE_LCMS) \
129 $(srcdir)/system-headers | $(PERL) $(topsrcdir)/nsprpub/config/make-system-wrappers.pl system_wrappers
130 $(INSTALL) system_wrappers $(DIST)/include
132 GARBAGE_DIRS += system_wrappers
133 endif
135 install::
136 $(SYSINSTALL) $(IFLAGS1) $(DEPTH)/mozilla-config.h $(DESTDIR)$(includedir)
138 GARBAGE += \
139 $(FINAL_LINK_COMPS) $(FINAL_LINK_LIBS) $(FINAL_LINK_COMP_NAMES) buildid $(srcdir)/*.pyc
141 ifndef CROSS_COMPILE
142 ifdef USE_ELF_DYNSTR_GC
143 elf-dynstr-gc: elf-dynstr-gc.c Makefile Makefile.in
144 $(CC) $(COMPILE_CFLAGS) $(GLIB_CFLAGS) -o $@ $< $(LDFLAGS) $(GLIB_LIBS)
145 endif
146 endif
148 FORCE:
150 ifdef MKDEPEND_DIR
151 clean clobber realclean clobber_all::
152 cd $(MKDEPEND_DIR); $(MAKE) $@
153 endif
155 PYUNITS := unit-Expression.py unit-Preprocessor.py
157 check::
158 @$(EXIT_ON_ERROR) \
159 for test in $(PYUNITS); do \
160 $(PYTHON) $(srcdir)/tests/$$test ; \
161 done