# # The weighted make. # # GNU Make is a tool which controls the generation of executables and # other non-source files of a program from the program's source files. # # Make gets its knowledge of how to build your program from a file # called the makefile, which lists each of the non-source files and # how to compute it from other files. When you write a program, you # should write a makefile for it, so that it is possible to use Make # to build and install the program. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=make pkgversion=4.4.1 arch=amd64 release=1 pkgcategory="devel" full_pkgname=make_4.4.1_amd64-1@devel blurb="The weighted make." homepage="https://www.gnu.org/software/make" license="GPLv3+" fetch=" https://ftp.gnu.org/gnu/make/make-4.4.1.tar.lz https://mirror.cedia.org.ec/gnu/make/make-4.4.1.tar.lz " replace=""