| Server IP : 82.208.35.60 / Your IP : 216.73.216.168 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/cad/basicdsp/files/ |
Upload File : |
--- Makefile.orig 2011-07-01 07:56:12.000000000 -0400
+++ Makefile 2011-07-01 08:11:05.000000000 -0400
@@ -1,5 +1,5 @@
-CXXFLAGS = -O9 -g -Wall `wx-config --cxxflags` -g -Wall -pg
-LDFLAGS = `wx-config --libs` -lm -g -pg
+CXXFLAGS += -g -Wall `%%WX_CONFIG%% --cxxflags` -g -Wall
+LDFLAGS = `%%WX_CONFIG%% --libs` -lm -g
OBJS = aboutdialog.o book.o core.o displayslider.o graphframe.o gui.o linux.o vu_meter.o spectrumplot.o fft4g.o wav_streamer.o
@@ -7,9 +7,9 @@
gui.o: help.h gui.cpp
-help.h: help_variables.html help_functions.html
- ./mkhelp > help.h
+#help.h: help_variables.html help_functions.html
+# ./mkhelp > help.h
basicdsp: help.h $(OBJS)
- g++ $(LDFLAGS) $(OBJS) -o basicdsp
+ ${CXX} $(LDFLAGS) $(OBJS) -o basicdsp