morse-wip/src/Makefile.am

20 wiersze
639 B
Makefile
Czysty Zwykły widok Historia

2014-06-14 01:57:08 +00:00
GIT_VERSION := $(shell git describe --abbrev=4 --dirty --always)
2014-01-02 02:58:00 +00:00
bin_PROGRAMS = bmorse
CFLAGS= -Wall -pedantic -DGVERSION=\"$(GIT_VERSION)\"
CXXFLAGS = -DGVERSION=\"$(GIT_VERSION)\" -std=c++0x
2014-01-02 02:58:00 +00:00
#AM_CXXFLAGS = -I$(src)
bmorse_SOURCES = fftfilt.cxx kalfil.cxx model.cxx probp.cxx\
savep.cxx sprob.cxx trelis.cxx xtrans.cxx \
bmorse.cxx fft.cxx misc.cxx initl.cxx noise.cxx\
proces.cxx trprob.cxx\
likhd.cxx path.cxx\
ptrans.cxx spdtr.cxx transl.cxx window.cxx\
bmorse.h complex.h config.h fftfilt.h fft.h misc.h window.h
LIBS = -lm -lsndfile -lfftw3