gecko-dev/xpfe/bootstrap/Makefile.in

102 строки
2.0 KiB
Makefile
Исходник Обычный вид История

1998-12-09 01:43:20 +03:00
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
# http://www.mozilla.org/NPL/
#
# Software distributed under the NPL is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
# for the specific language governing rights and limitations under the
# NPL.
#
# The Initial Developer of this code under the NPL is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
1999-01-27 05:26:53 +03:00
PROGRAM = apprunner
MODULE = apprunner
1998-12-09 01:43:20 +03:00
include $(DEPTH)/config/autoconf.mk
TOOLKIT_GFX_LIB = -lgfx$(MOZ_TOOLKIT)
TOOLKIT_WIDGET_LIB = -lwidget$(MOZ_TOOLKIT)
TOOLKIT_BASE_LIB = -lgmbase$(MOZ_TOOLKIT)
1998-12-09 01:43:20 +03:00
1999-01-27 05:26:53 +03:00
LIBS = \
1998-12-09 01:43:20 +03:00
-L$(DIST)/bin \
-lnsappshell \
1998-12-09 01:43:20 +03:00
-lxpcom \
-lraptorbase \
$(TOOLKIT_WIDGET_LIB)\
1998-12-09 01:43:20 +03:00
-lraptorgfx \
$(TOOLKIT_GFX_LIB)\
-lgfxps \
$(TOOLKIT_BASE_LIB)\
1998-12-09 01:43:20 +03:00
-lreg \
-labouturl \
-lhttpurl \
1999-01-28 07:11:44 +03:00
-lsockstuburl \
1998-12-09 01:43:20 +03:00
-lfileurl \
-lgophurl \
-lftpurl \
-lremoturl \
-lxp \
-lnetutil \
-lnetcache \
-lnetcnvts \
-lmimetype \
-lnetwork \
-lnetlib \
-lraptorwebwidget \
-lraptorhtml \
1998-12-18 07:47:26 +03:00
-lraptorhtmlpars \
-lexpat \
-lxmltok \
-ljsdom \
1998-12-18 07:47:26 +03:00
-ljsurl \
1998-12-09 01:43:20 +03:00
-lraptorbase \
-lsecfree \
-l$(MOZ_LIB_JS_PREFIX)js \
1998-12-09 01:43:20 +03:00
$(JSJ_LIB) \
-lpref \
-limg \
$(JPEG_LIBS) \
$(PNG_LIBS) \
-l$(MOZ_LIB_UTIL_PREFIX)util \
1998-12-09 01:43:20 +03:00
-lxp \
-lxpcom \
$(ZLIB_LIBS) \
$(NSPR_LIBS) \
1998-12-09 01:43:20 +03:00
-lpwcac \
1999-01-27 05:26:53 +03:00
$(TK_LIBS) \
1998-12-09 01:43:20 +03:00
$(NULL)
CPPSRCS = \
1998-12-09 01:43:20 +03:00
nsAppRunner.cpp \
nsSetupRegistry.cpp \
nsUnixStubs.cpp \
$(NULL)
1999-01-27 05:26:53 +03:00
include $(topsrcdir)/config/config.mk
1998-12-09 01:43:20 +03:00
CFLAGS += $(TOOLKIT_CFLAGS)
1998-12-09 01:43:20 +03:00
include $(topsrcdir)/config/rules.mk
RUN_APPRUNNER_SCRIPT=mozilla-apprunner.sh
install:: $(RUN_APPRUNNER_SCRIPT)
$(INSTALL) $(RUN_APPRUNNER_SCRIPT) $(DIST)/bin