- compile C-sources instead of lib
git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@919 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+13
-1
@@ -7,6 +7,18 @@ CXX_SRCS += $(LIBSRC_PATH)/cpp/radio/Symbolizer.cpp
|
||||
CXX_SRCS += $(LIBSRC_PATH)/cpp/radio/Scrambler.cpp
|
||||
CXX_SRCS += $(LIBSRC_PATH)/cpp/radio/Frame.cpp
|
||||
|
||||
INCLUDES += -I $(LIBSRC_PATH)/cpp -I $(LIBSRC_PATH)
|
||||
GCC_SRCS := $(LIBSRC_PATH)/radio/real.c
|
||||
GCC_SRCS += $(LIBSRC_PATH)/radio/cpx.c
|
||||
GCC_SRCS += $(LIBSRC_PATH)/radio/ringbuf.c
|
||||
GCC_SRCS += $(LIBSRC_PATH)/radio/equalizer.c
|
||||
GCC_SRCS += $(LIBSRC_PATH)/radio/interpolation.c
|
||||
GCC_SRCS += $(LIBSRC_PATH)/radio/agc.c
|
||||
GCC_SRCS += $(LIBSRC_PATH)/radio/nco.c
|
||||
GCC_SRCS += $(LIBSRC_PATH)/radio/statistics.c
|
||||
GCC_SRCS += $(LIBSRC_PATH)/radio/symbol.c
|
||||
GCC_SRCS += $(LIBSRC_PATH)/radio/synchronization.c
|
||||
|
||||
INCLUDES += -I . -I $(LIBSRC_PATH)
|
||||
DEFINES := -Dradio_float_t=float -Dfir_float_t=float
|
||||
|
||||
include $(MAKE_HOME)/compile.mk
|
||||
|
||||
Reference in New Issue
Block a user