This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
DUT2Curling/lib/ruby-gtk2-2.0.2/gio2/ext/gio2/depend

12 lines
324 B
Plaintext

install-so: install-headers
install-headers:
$(INSTALL_DATA) $(srcdir)/rbgio2.h $(RUBYARCHDIR)
$(INSTALL_DATA) $(srcdir)/rbgio2conversions.h $(RUBYARCHDIR)
install: install-pc
install-pc:
if test -n "$(pkgconfigdir)"; then \
$(MAKEDIRS) $(pkgconfigdir); \
$(INSTALL_DATA) ruby-gio2.pc $(pkgconfigdir); \
fi