Merge pull request #208 from Nimloth/dev
Add FreeBSD to install targets
This commit is contained in:
commit
1f47f3f747
5
Makefile
5
Makefile
@ -72,8 +72,9 @@ clean:
|
|||||||
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#make install is validated only for Linux, OSX, kFreeBSD and Hurd targets
|
#make install is validated only for Linux, OSX, kFreeBSD, Hurd and
|
||||||
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
|
#FreeBSD targets
|
||||||
|
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD))
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@$(MAKE) -C $(LZ4DIR) $@
|
@$(MAKE) -C $(LZ4DIR) $@
|
||||||
|
@ -81,8 +81,9 @@ clean:
|
|||||||
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#make install is validated only for Linux, OSX, kFreeBSD and Hurd targets
|
#make install is validated only for Linux, OSX, kFreeBSD, Hurd and
|
||||||
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
|
#FreeBSD targets
|
||||||
|
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD))
|
||||||
|
|
||||||
liblz4.pc: liblz4.pc.in Makefile
|
liblz4.pc: liblz4.pc.in Makefile
|
||||||
@echo creating pkgconfig
|
@echo creating pkgconfig
|
||||||
|
@ -113,8 +113,9 @@ clean:
|
|||||||
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#make install is validated only for Linux, OSX, kFreeBSD and Hurd targets
|
#make install is validated only for Linux, OSX, kFreeBSD, Hurd and
|
||||||
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
|
#FreeBSD targets
|
||||||
|
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD))
|
||||||
|
|
||||||
install: lz4$(EXT) lz4c$(EXT)
|
install: lz4$(EXT) lz4c$(EXT)
|
||||||
@echo Installing binaries
|
@echo Installing binaries
|
||||||
|
Loading…
Reference in New Issue
Block a user