bin_PROGRAMS = simplertp simplertp-genkey simplertp_LDADD = $(QT_LIBS) $(AO_LIBS) $(V4LC_LIBS) -ljpeg \ $(OPUS_LIBS) $(AO_LIBS) \ $(top_srcdir)/lrtp/src/liblrtp.la \ $(top_srcdir)/libaudioin/src/libaudioin.la \ $(shell ../tools/MocList o ) qrc_simplertp.o simplertp_CXXFLAGS = $(QT_CFLAGS) $(AO_CFLAGS) $(V4LC_CFLAGS) \ -I$(top_srcdir)/lrtp/src \ -I$(top_srcdir)/libaudioin/src \ $(OPUS_CFLAGS) $(AO_CFLAGS) AM_CXXFLAGS = $(simplertp_CXXFLAGS) simplertp_SOURCES = \ simplertp.cc \ mainwindow.cc \ v4l.cc \ opusencoder.cc \ opusdecoder.cc \ samplecache.cc \ frame.cc \ audioinput.cc \ audioinputhandler.cc \ audiooutputhandler.cc \ soundplayer.cc \ outputstreamer.cc \ inputstreamer.cc simplertp-genkey_LDADD = simplertp-genkey_CXXFLAGS = simplertp-genkey_SOURCES = \ simplertp-genkey.cc EXTRA_DIST = \ simplertp.qrc mainwindow.h \ v4l.h \ opusencoder.h \ opusdecoder.h \ samplecache.h \ frame.h \ audioinput.h \ audioinputhandler.h \ audiooutputhandler.h \ soundplayer.h \ outputstreamer.h \ inputstreamer.h simplertp_MOC = $(shell ../tools/MocList cc ) BUILT_SOURCES = $(simplertp_MOC) qrc_simplertp.cc CLEANFILES = $(BUILT_SOURCES) qrc_%.cc: %.qrc rcc $< > $@ %.moc.cc: %.h $(QT_MOC) -o $@ $< # # ui files not used in this project... #%.h: %.ui # $(QT_UIC) -o $@ $< # #%.cc: %.ui # $(QT_UIC) -o $@ -impl $*.h $< # command for creating .res file from .rc on Win32 %.res: %.rc rc $<