Makefile Tweaks

pull/6/head
Christoph Kottke 8 years ago
parent 3e939b06f1
commit 1a6b2cb31f

1
.gitignore vendored

@ -8,3 +8,4 @@ Release
*.bak
.vs
*.a
*.d

@ -5,7 +5,7 @@ export BINDIR := "/usr/bin"
export CXX := $(shell wx-config --cxx)
export CFLAGS := -O2 -Wall $(shell wx-config --cxxflags) -DLOG_DIR='$(LOGDIR)' -DCONF_DIR='$(CONFDIR)' -DDATA_DIR='$(DATADIR)'
export GUILIBS := $(shell wx-config --libs adv,core,base) -lasound -lusb-1.0
export GUILIBS := $(shell wx-config --libs adv,core,base) -lasound
export LIBS := $(shell wx-config --libs base) -lasound -lusb-1.0
export LDFLAGS :=
@ -39,4 +39,3 @@ clean:
.PHONY: force
force:
@true

@ -23,7 +23,7 @@ GUICommon/GUICommon.a: force
Common/Common.a: force
$(MAKE) -C Common
.PHONY:
.PHONY: install
install: all
$(MAKE) -C Data install
$(MAKE) -C DStarRepeater install

Loading…
Cancel
Save

Powered by TurnKey Linux.