michael@0: # michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: # This makefile appends to the variable OBJS the platform-dependent michael@0: # object modules that will be part of the nspr20 library. michael@0: michael@0: CSRCS = \ michael@0: os2io.c \ michael@0: os2sock.c \ michael@0: os2thred.c \ michael@0: os2cv.c \ michael@0: os2gc.c \ michael@0: os2misc.c \ michael@0: os2inrval.c \ michael@0: os2sem.c \ michael@0: os2_errors.c \ michael@0: os2poll.c \ michael@0: os2rng.c \ michael@0: $(NULL) michael@0: michael@0: ASFILES = os2emx.s os2vaclegacy.s michael@0: michael@0: OBJS += $(addprefix md/os2/$(OBJDIR)/,$(CSRCS:.c=.$(OBJ_SUFFIX))) \ michael@0: $(addprefix md/os2/$(OBJDIR)/,$(ASFILES:.$(ASM_SUFFIX)=.$(OBJ_SUFFIX))) michael@0: