nsprpub/pr/src/cplus/Makefile.in

Wed, 31 Dec 2014 06:55:46 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:46 +0100
changeset 1
ca08bd8f51b2
permissions
-rw-r--r--

Added tag TORBROWSER_REPLICA for changeset 6474c204b198

michael@0 1 #
michael@0 2 # This Source Code Form is subject to the terms of the Mozilla Public
michael@0 3 # License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0 5
michael@0 6 #! gmake
michael@0 7
michael@0 8 MOD_DEPTH = ../../..
michael@0 9 topsrcdir = @top_srcdir@
michael@0 10 srcdir = @srcdir@
michael@0 11 VPATH = @srcdir@
michael@0 12
michael@0 13 include $(MOD_DEPTH)/config/autoconf.mk
michael@0 14
michael@0 15 include $(topsrcdir)/config/config.mk
michael@0 16
michael@0 17 CXXSRCS = \
michael@0 18 rcbase.cpp \
michael@0 19 rccv.cpp \
michael@0 20 rcfileio.cpp \
michael@0 21 rcinrval.cpp \
michael@0 22 rcio.cpp \
michael@0 23 rclock.cpp \
michael@0 24 rcnetdb.cpp \
michael@0 25 rcnetio.cpp \
michael@0 26 rcthread.cpp \
michael@0 27 rctime.cpp \
michael@0 28 $(NULL)
michael@0 29
michael@0 30 OBJS = $(addprefix $(OBJDIR)/,$(CXXSRCS:.cpp=.$(OBJ_SUFFIX)))
michael@0 31
michael@0 32 TARGETS = $(OBJS)
michael@0 33
michael@0 34 INCLUDES = -I$(dist_includedir)
michael@0 35
michael@0 36 DEFINES += -D_NSPR_BUILD_
michael@0 37
michael@0 38 include $(topsrcdir)/config/rules.mk
michael@0 39
michael@0 40 HEADERS = $(wildcard $(srcdir)/*.h)
michael@0 41
michael@0 42 export:: $(TARGETS)
michael@0 43

mercurial