Home
last modified time | relevance | path

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

/openbmc/skeleton/libopenbmc_intf/
H A DMakefile7 LIBOBMC=$(SONAME).$(VERSION) macro
18 $(SONAME): $(LIBOBMC)
21 $(LIBOBMC): lib%.so.$(VERSION): %.o gpio.o gpio_configs.o gpio_json.o
25 install: $(SONAME) $(LIBOBMC)
29 install $(LIBOBMC) $(DESTDIR)$(libdir)
30 ln -sf $(LIBOBMC) $(DESTDIR)$(libdir)/$(SONAME)
33 rm -f *.o $(LIBOBMC) $(SONAME)