Lines Matching full:misc
55 # if the build of misc/panel.def fails.
79 # The way things are handled in misc/Makefile is not well suited for OS/2,
141 DEFS = $(addsuffix .def, $(addprefix ./misc/, $(LIBRARIES)))
145 ./lib/%$(LIB_TAG).lib : ./misc/%.def
148 ./lib/%$(LIB_TAG).a : ./misc/%.def
155 ./misc/$*.def -o $@; \
158 ./lib/ncurses$(LIB_TAG).lib ./misc/$*.def -o $@; \
188 echo LIBRARY $${i}$(DLL_TAG) INITINSTANCE TERMINSTANCE > ./misc/$$i.def; \
189 echo DESCRIPTION \"$(DLL_SIGNATURE), module $$i\" >> ./misc/$$i.def; \
190 echo CODE LOADONCALL >> ./misc/$$i.def; \
191 echo DATA LOADONCALL NONSHARED MULTIPLE >> ./misc/$$i.def; \
192 echo EXPORTS >> ./misc/$$i.def; \
194 (cmd /C ".\\misc\\makedef.cmd ./lib/$$i.a ./misc/$$i.ref >> ./misc/$$i.def" \
195 && cmd /C ".\\misc\\chkdef.cmd ./misc/$$i.def") \
202 test -f ./misc/$$i.def && cp ./misc/$$i.def ./misc/$$i.ref; \
210 -rm -f $(addprefix ./misc/, $(addsuffix .def, $(LIBRARIES)))
213 # This is a simplified version of misc/Makefile
226 set TERMINFO=$(TICDIR); ./progs/tic ./misc/emx.src
228 cp ./misc/emx.src ./misc/cleantic.cmd $(TICDIR)
229 ./misc/cleantic.cmd $(TICDIR)