SCM Repository
View of /sml/trunk/src/runtime/mp/makefile.win32
Parent Directory
|
Revision Log
Revision 651 -
(download)
(annotate)
Thu Jun 1 18:34:03 2000 UTC (20 years, 10 months ago) by monnier
File size: 761 byte(s)
Thu Jun 1 18:34:03 2000 UTC (20 years, 10 months ago) by monnier
File size: 761 byte(s)
bring revisions from the vendor branch to the trunk
# # the makefile for the MP support library # # win32 specific; nothing here yet MAKE = nmake AR = lib ARFLAGS = RANLIB = lib VERSION = v-dummy LIB = libmp.lib INC_DIR = ..\include INCLUDES = -I$(INC_DIR) # # each version of the MP library has its own list of object files: # SGI_OBJS = sgi-mp.obj $(LIB) : $(VERSION) $(OBJS) del /F /Q $(LIB) $(AR) $(ARFLAGS) $(LIB) $(OBJS) $(RANLIB) $(LIB) $(VERSION) : ($(MAKE) MAKE="$(MAKE)" clean) echo "$(VERSION)" > $(VERSION) sgi-mp.obj: sgi-mp.c \ $(INC_DIR)\ml-base.h $(INC_DIR)\ml-limits.h \ $(INC_DIR)\ml-values.h $(INC_DIR)\tags.h $(INC_DIR)\ml-mp.h \ $(INC_DIR)\ml-state.h $(INC_DIR)\ml-globals.h $(CC) -c $(CFLAGS) $(DEFS) $(INCLUDES) sgi-mp.c clean : del /F /Q v-* *.obj *.pdb $(LIB)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |