library.makefile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.eclipse.swt.gtk.linux.ppc64le Show documentation
Show all versions of org.eclipse.swt.gtk.linux.ppc64le Show documentation
Standard Widget Toolkit for GTK on ppc64le
The newest version!
# Notes:
# - Currently 'install' cannot be ran on it's own, only part of a build.
# - At time of writing, this makefile is not used by any build server.
# Build servers call build.sh directly.
all:
./build.sh -gtk-all install
gtk4:
./build.sh -gtk4 install
gtk4-build-only:
./build.sh -gtk4
gtk3:
./build.sh -gtk3 install
clean:
./build.sh clean
© 2015 - 2024 Weber Informatics LLC | Privacy Policy