Home | History | Annotate | Download | only in os2emx

Lines Matching defs:DLL

10 # The output of the build is a largish Python26.DLL containing the
13 # Python26.DLL is needed. We also build python_s.a static library (which
47 # I have had no success trying to use a DLL version, even when
80 LDFLAGS.DLL= $(LDFLAGS) -Zdll
116 MODLIB.EXT= .dll
211 %.dll:
212 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS)
215 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(PYTHON.IMPLIB) $(LIBS)
250 PYTHON.DLL= $(PYTHON_LIB).dll
267 DESCRIPTION.zlib$(MODULE.EXT)= Python Extension DLL for accessing the InfoZip compression library
268 DESCRIPTION.crypt$(MODULE.EXT)= Python Extension DLL implementing the crypt$(BRO)$(BRC) function
269 DESCRIPTION._tkinter$(MODULE.EXT)= Python Extension DLL for access to Tcl/Tk Environment
270 DESCRIPTION.readline$(MODULE.EXT)= Python Extension DLL for access to GNU ReadLine library
271 DESCRIPTION.bsddb185$(MODULE.EXT)= Python Extension DLL for access to BSD DB (v1.85) library
272 DESCRIPTION._curses$(MODLIB.EXT)= Python Extension DLL for access to ncurses library
273 DESCRIPTION.pyexpat$(MODULE.EXT)= Python Extension DLL for access to expat library
274 DESCRIPTION.bz2$(MODULE.EXT)= Python Extension DLL for accessing the bz2 compression library
464 # a .DLL extension
515 all: $(OUT) $(PYTHON.LIB) $(PYTHON.DEF) $(PYTHON.IMPLIB) $(PYTHON.DLL) \
523 rm -f $(PYTHON.LIB) $(PYTHON.IMPLIB) $(PYTHON.EXEIMP) $(PYTHON.DLL) \
524 $(PYTHON.EXE) $(PYTHONPM.EXE) $(PGEN.EXE) *$(MODULE.EXT) *.dll
529 lxlite $(PYTHON.DLL) $(PYTHON.EXE) $(PYTHONPM.EXE) $(PGEN.EXE)
544 # the Python core DLL .def file needs to have a number of non-static
546 # from the DLL export list.
550 @echo DESCRIPTION $(DQUOTE)Python $(PYTHON_VER) Core DLL$(DQUOTE) >>$@
572 $(PYTHON.DLL): $(OUT)dllentry$O $(PYTHON.LIB) $(PYTHON.DEF)
592 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS)
595 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS)
599 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS)
606 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS) $(MODULE_LIBS)
613 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) -ldb $(LIBS)
616 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) -lufc $(LIBS)
619 # points, which are best exposed as exports from the _curses module DLL
650 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS) -lncurses
654 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS) -lpanel
660 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS) -lgdbm
663 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS) -lgdbm
677 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS)
680 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS) -lreadline -lncurses
685 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS) $(TK_LIBS)
688 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS) -lz
691 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS) -lbz2
694 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS) -lssl -lcrypto