Skip to content

Commit

Permalink
OS/2 platform dependent objs file. Thanks to Javier H. Pedemonte <ped…
Browse files Browse the repository at this point in the history
[email protected]> for the file. Bug #58804
  • Loading branch information
cls%seawood.org committed Feb 24, 2001
1 parent 737ae63 commit 79e7bb1
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions nsprpub/pr/src/md/os2/objs.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#
# The contents of this file are subject to the Netscape Public License
# Version 1.1 (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.
#

# 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)

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

0 comments on commit 79e7bb1

Please sign in to comment.