|
|
@@ -83,28 +83,28 @@ set.cc: set_default.h
|
|
|
|
|
|
set_default.h: $(SETTINGSFILE) $(top_srcdir)/build/makeset.sh
|
|
|
@echo -e "[H] \033[1m$*\033[0m"
|
|
|
- @$(top_srcdir)/build/makeset.sh < $(SETTINGSFILE) > $@
|
|
|
+ $(top_srcdir)/build/makeset.sh < $(SETTINGSFILE) > $@
|
|
|
|
|
|
response.cc: responses.cc
|
|
|
|
|
|
responses.cc: $(RESPONSESFILE) $(top_srcdir)/build/makeres.sh
|
|
|
@echo -e "[CC] \033[1m$*\033[0m"
|
|
|
- @$(top_srcdir)/build/makeres.sh < $(RESPONSESFILE) > $@
|
|
|
+ $(top_srcdir)/build/makeres.sh < $(RESPONSESFILE) > $@
|
|
|
|
|
|
cmds.cc: help.h
|
|
|
|
|
|
help.h: $(HELPFILE) $(top_srcdir)/build/makehelp.sh stringfix
|
|
|
@echo -e "[H] \033[1m$*\033[0m"
|
|
|
- @$(top_srcdir)/build/makehelp.sh < $(HELPFILE) | ./stringfix > $@
|
|
|
+ $(top_srcdir)/build/makehelp.sh < $(HELPFILE) | ./stringfix > $@
|
|
|
|
|
|
sorthelp: sorthelp.cc ../lib/bdlib/src/libbdlib.a
|
|
|
@echo -e "Compiling: \033[1msorthelp\033[0m"
|
|
|
- @$(CXX) $(CPPFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)/pack $(CXXFLAGS) $< ../lib/bdlib/src/libbdlib.a $(LDFLAGS) -o $@
|
|
|
+ $(CXX) $(CPPFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)/pack $(CXXFLAGS) $< ../lib/bdlib/src/libbdlib.a $(LDFLAGS) -o $@
|
|
|
@$(STRIP) $@@EXEEXT@
|
|
|
|
|
|
stringfix: stringfix.cc
|
|
|
@echo -e "Compiling: \033[1mstringfix\033[0m"
|
|
|
- @$(CXX) $(CPPFLAGS) -I$(top_srcdir) -I$(top_srcdir)/pack $(CXXFLAGS) $< $(LDFLAGS) -o stringfix
|
|
|
+ $(CXX) $(CPPFLAGS) -I$(top_srcdir) -I$(top_srcdir)/pack $(CXXFLAGS) $< $(LDFLAGS) -o stringfix
|
|
|
@$(STRIP) $@@EXEEXT@
|
|
|
|
|
|
#../$(EGGEXEC): build_msg $(OBJS) mycrypto compatability
|