Backed out changeset b71c8c052463 (bug 1943846) for causing mass failures. CLOSED...
[gecko.git] / nsprpub / pr / src / io / Makefile.in
blobf6b5bcd6ddb75682429482296d98e67cc0f41ab4
1 #
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 #! gmake
8 MOD_DEPTH = ../../..
9 topsrcdir = @top_srcdir@
10 srcdir = @srcdir@
11 VPATH = @srcdir@
13 include $(MOD_DEPTH)/config/autoconf.mk
15 include $(topsrcdir)/config/config.mk
17 CSRCS = \
18 prfdcach.c \
19 prmwait.c \
20 priometh.c \
21 pripv6.c \
22 prmapopt.c \
23 prlayer.c \
24 prlog.c \
25 prmmap.c \
26 prpolevt.c \
27 prprf.c \
28 prscanf.c \
29 prstdio.c \
30 $(NULL)
32 ifndef USE_PTHREADS
33 CSRCS += \
34 prdir.c \
35 prfile.c \
36 prio.c \
37 prsocket.c \
38 $(NULL)
39 endif
41 TARGETS = $(OBJS)
43 INCLUDES = -I$(dist_includedir) -I$(topsrcdir)/pr/include -I$(topsrcdir)/pr/include/private
45 DEFINES += -D_NSPR_BUILD_
47 include $(topsrcdir)/config/rules.mk
49 export:: $(TARGETS)