summaryrefslogtreecommitdiffstats
path: root/nsprpub/pr/src/md/os2/objs.mk
blob: c1a40e3f7d5241474011fa9490d95f7d32e4d6ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

# This makefile appends to the variable OBJS the platform-dependent
# object modules that will be part of the nspr20 library.

CSRCS = \
	os2io.c      \
	os2sock.c    \
	os2thred.c   \
	os2cv.c      \
	os2gc.c      \
	os2misc.c    \
	os2inrval.c  \
	os2sem.c     \
	os2_errors.c \
	os2poll.c    \
	os2rng.c     \
	$(NULL)

ASFILES = os2emx.s os2vaclegacy.s

OBJS += $(addprefix md/os2/$(OBJDIR)/,$(CSRCS:.c=.$(OBJ_SUFFIX)))  \
	$(addprefix md/os2/$(OBJDIR)/,$(ASFILES:.$(ASM_SUFFIX)=.$(OBJ_SUFFIX)))