source:
protocols/skype/Makefile
@
2f99f23
Last change on this file since 2f99f23 was c42d991, checked in by , at 2015-05-29T22:17:50Z | |
---|---|
|
|
File size: 611 bytes |
Rev | Line | |
---|---|---|
[5155570] | 1 | -include ../../Makefile.settings |
[7fa5c19] | 2 | ifdef _SRCDIR_ |
3 | _SRCDIR_ := $(_SRCDIR_)protocols/skype/ | |
[5155570] | 4 | endif |
[f06e3ac] | 5 | |
[398eb78] | 6 | DATE := $(shell date +%Y-%m-%d) |
[e46db53] | 7 | INSTALL = install |
[05c1bed] | 8 | |
[09bd226] | 9 | all: |
[f06e3ac] | 10 | clean: |
[bff265c] | 11 | |
[16304ab] | 12 | # take this from the kernel |
13 | check: | |
[e1d6b38] | 14 | perl checkpatch.pl --show-types --ignore LONG_LINE,CAMELCASE --no-tree --file skype.c |
[16304ab] | 15 | |
[7279554] | 16 | test: all |
[650d2b4] | 17 | ./test.py |
[7279554] | 18 | |
[08a9323] | 19 | install-doc: |
[e46db53] | 20 | $(INSTALL) -d $(DESTDIR)$(MANDIR)/man1 |
[c42d991] | 21 | $(INSTALL) -m644 $(_SRCDIR_)skyped.1 $(DESTDIR)$(MANDIR)/man1 |
[5155570] | 22 | |
23 | uninstall-doc: | |
24 | rm -f $(DESTDIR)$(MANDIR)/man1/skyped.1* | |
[d1c9e35] | 25 | |
[7fa5c19] | 26 | %.1: $(_SRCDIR_)%.txt $(_SRCDIR_)asciidoc.conf |
[09bd226] | 27 | a2x --asciidoc-opts="-f $(_SRCDIR_)asciidoc.conf" -a bee_date=$(DATE) -f manpage $< |
Note: See TracBrowser
for help on using the repository browser.