mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2025-12-31 13:40:06 +01:00
Revert the default Makefile
This commit is contained in:
parent
1ca7e0a24b
commit
cf22bb061a
22
Makefile
22
Makefile
|
|
@ -1,10 +1,19 @@
|
|||
# export CXX ?= $(shell wx-config --cxx)
|
||||
# export CFLAGS ?= -O2 -Wall $(shell wx-config --cxxflags)
|
||||
# export GUILIBS ?= $(shell wx-config --libs adv,core,base)
|
||||
# export LIBS ?= $(shell wx-config --libs base)
|
||||
# export LDFLAGS ?=
|
||||
export DATADIR := "/usr/share/ircddbgateway"
|
||||
export LOGDIR := "/var/log"
|
||||
export CONFDIR := "/etc"
|
||||
export BINDIR := "/usr/bin"
|
||||
|
||||
all: ircDDBGateway/ircddbgatewayd
|
||||
# Add -DDCS_LINK to the end of the CFLAGS line below to add DCS linking to StarNet
|
||||
# Add -DDEXTRA_LINK to the end of the CFLAGS line below to add DExtra linking to StarNet
|
||||
|
||||
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)
|
||||
export LIBS := $(shell wx-config --libs base)
|
||||
export LDFLAGS :=
|
||||
|
||||
all: ircDDBGateway/ircddbgatewayd ircDDBGatewayConfig/ircddbgatewayconfig APRSTransmit/aprstransmitd RemoteControl/remotecontrold \
|
||||
StarNetServer/starnetserverd TextTransmit/texttransmitd TimerControl/timercontrold TimeServer/timeserverd VoiceTransmit/voicetransmitd
|
||||
|
||||
ircDDBGateway/ircddbgatewayd: Common/Common.a ircDDB/IRCDDB.a
|
||||
$(MAKE) -C ircDDBGateway
|
||||
|
|
@ -67,4 +76,3 @@ clean:
|
|||
$(MAKE) -C TimeServer clean
|
||||
$(MAKE) -C VoiceTransmit clean
|
||||
$(MAKE) -C ircDDBGatewayConfig clean
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue