Changeset 1989 in Sophya for trunk/ArchTOIPipe
- Timestamp:
- May 8, 2002, 11:03:08 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/SMakefile
r1987 r1989 95 95 # XPILIBS = $(LIBXPIPATH) $(LIBXPILIST) 96 96 97 # --- Shared lib name (extension) depending on OS 98 SLBNAME = $(MYSLB)libpipe.so 99 ifeq ($(MACHEROS),Darwin) 100 SLBNAME = $(MYSLB)libpipe.dylib 101 endif 102 97 103 # main dependence list 98 archslb : $(SLB )libpipe.so99 104 archslb : $(SLBNAME) 105 100 106 # List of .o files for each module 101 107 # OBJKernel = $(shell echo `cat ./Kernel/objlist.list `) … … 109 115 110 116 # Building ArchTOIPipe shared library 111 $(SLB )libpipe.so: $(PSLB)117 $(SLBNAME) : $(PSLB) 112 118 cd $(OBJ); \ 113 $(CMDSHLCXX) -o $( MYSLB)libpipe.so\119 $(CMDSHLCXX) -o $(SLBNAME) \ 114 120 $(FGSHLACXX) $(ALLOBJS) $(FGSHLNCXX)\ 115 121 -L$(SLB) -lsophya -lextsophya $(EXTLIB) $(LIBLSHL)
Note:
See TracChangeset
for help on using the changeset viewer.