Home
last modified time | relevance | path

Searched refs:LIBSMIOBJS (Results 1 – 3 of 3) sorted by relevance

/dports/net-mgmt/libsmi/libsmi-0.4.8/win/
H A Dmakefile30 LIBSMIOBJS = \ macro
131 …svcrt.lib shell32.lib version.lib /DEBUG /DEF:smi.def /OUT:smi.dll /IMPLIB:smi.lib $(LIBSMIOBJS)
136 $(SMILIB): $(LIBSMIOBJS)
137 $(implib) /out:smi.lib $(LIBSMIOBJS)
H A DMakefile.mingw59 LIBSMIOBJS = \
126 $(SMILIB): $(LIBSMIOBJS)
127 $(AR) -ruv $(SMILIB) $(LIBSMIOBJS)
H A DGNUmakefile71 LIBSMIOBJS = $(patsubst %.c, %.obj, $(notdir $(wildcard ../lib/*.c))) win.obj \ macro
89 smi.lib: $(LIBSMIOBJS)