Skip to content

Usernamealreadyis patch 14#60

Merged
usernamealreadyis merged 76 commits intokoplak.incfrom
usernamealreadyis-patch-14
Jan 12, 2016
Merged

Usernamealreadyis patch 14#60
usernamealreadyis merged 76 commits intokoplak.incfrom
usernamealreadyis-patch-14

Conversation

@usernamealreadyis
Copy link
Contributor

I think you should use an
`
need := 3.81
ok := $(filter $(need),$(firstword $(sort $(MAKE_VERSION)
$(need))))

ifndef ok
$(error fatal error... Need make $(need) but using $(MAKE_VERSION), please upgrade)
endif

AC_ROOT = .
include $(AC_ROOT)/common.mak

DOCFILES = ChangeLog INSTALLING README LICENSE AUTHORS VERSION

COVERITY_BUILD ?= cov-build
COVERITY_DIR = cov-int

COVERITY_TAR_GZ = Aircrack-ng.tar.gz
COVERITY_CREDS_DIR = coverity
COVERITY_TOKEN = $(shell cat ${COVERITY_CREDS_DIR}/token)
COVERITY_EMAIL = $(shell cat ${COVERITY_CREDS_DIR}/email)

default: all

all:
$(MAKE) -C src $(@)

coverity-build:
$(COVERITY_BUILD) --dir $(COVERITY_DIR) $(MAKE) sqlite=true experimental=true pcre=true

coverity-package: coverity-build
tar czvf $(COVERITY_TAR_GZ) $(COVERITY_DIR)

coverity-upload: coverity-package
curl --form project=Aircrack-ng --form token=$(COVERITY_TOKEN) --form email=$(COVERITY_EMAIL) --form file=@$(COVERITY_TAR_GZ) --form version=r$(REVISION) --form description="Aircrack-ng svn r$(REVISION)" http://scan5.coverity.com/cgi-bin/upload.py

coverity-show-creds:
@echo "Token: $(COVERITY_TOKEN)"
@echo "Email: $(COVERITY_EMAIL)"

aircrack-ng-opt-prof_gen: all
mkdir -p prof
$(MAKE) -C src $(@)

aircrack-ng-opt-prof_use:
$(MAKE) -C src $(@)

install: all
$(MAKE) -C src $(@)
$(MAKE) -C scripts $(@)
$(MAKE) -C manpages $(@)
@echo " "
@echo "[*] Run 'airodump-ng-oui-update' as root (or with sudo) to install or update Airodump-ng OUI file (Internet connection required)."

uninstall:
$(MAKE) -C src $(@)
-rm -fr $(DESTDIR)$(docdir)
$(MAKE) -C manpages $(@)
$(MAKE) -C scripts $(@)

strip:
$(MAKE) -C src $(@)

doc:
install -d $(DESTDIR)$(docdir)
install -m 644 $(DOCFILES) $(DESTDIR)$(docdir)

clean:
-rm -rf $(COVERITY_DIR)
$(MAKE) -C src $(@)
$(MAKE) -C test/cryptounittest $(@)
$(MAKE) -C test $(@)

distclean: clean

check:
$(MAKE) -C src $(@)
$(MAKE) -C test/cryptounittest $(@)
$(MAKE) -C test $(@)`]
element here instead.

Merge pull request #16 from GistIcon/kupret.inc-3
The following 825 file extension or suffixes descriptions are used for the <TITLE>-based tooltips in the extension-sorted archive contents files (index_ax.html).
For further file extension descriptions you may look for e.g. at

http://filext.com/
http://www.fileinfo.com/
http://www.computerhope.com/dosext.htm
http://www.netlingo.com/more/fileextensions.php
where some informations were found to build parts of the initial version of the list below.
If you have improvements or additions for the Fossies file extension description list or detect errors so please inform us.
Merge pull request #21 from GistIcon/usernamealreadyis-patch-3 into kupret.inc
Merge pull request #22 from GistIcon/master
To generate User and Organization Pages sites, you'll need to create a repository named username.github.io . The username or organization name must be your own or your GitHub Pages site will not build. The automatic page generator is accessible via the repository's Settings page. You can read more about User and Organization Page
If you generated a User Pages site, the code lives in the master branch instead of the gh-pages branch, so just check out master and then pull
Merge pull request #29 from usernamealreadyis/master to rom master #3
@GistIcon GistIcon locked and limited conversation to collaborators Jan 12, 2016
usernamealreadyis added a commit that referenced this pull request Jan 12, 2016
@usernamealreadyis usernamealreadyis merged commit 00d3e14 into koplak.inc Jan 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants