36c3 Mate Bottle Simulator
Note: This is a fun-application. Don't take it seriously! Dial Eventphone extension 6283 (MATE) and feed audio from this simulator into the phone.
This commit is contained in:
29
src/mate/Makefile.am
Normal file
29
src/mate/Makefile.am
Normal file
@@ -0,0 +1,29 @@
|
||||
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
|
||||
|
||||
bin_PROGRAMS = \
|
||||
matesimulator
|
||||
|
||||
matesimulator_SOURCES = \
|
||||
matesimulator.c
|
||||
|
||||
matesimulator_LDADD = \
|
||||
$(COMMON_LA) \
|
||||
$(top_builddir)/src/liboptions/liboptions.a \
|
||||
$(top_builddir)/src/libdebug/libdebug.a \
|
||||
$(top_builddir)/src/libwave/libwave.a \
|
||||
$(top_builddir)/src/libsample/libsample.a \
|
||||
$(top_builddir)/src/liblogging/liblogging.a \
|
||||
$(LIBOSMOCORE_LIBS) \
|
||||
$(LIBOSMOCC_LIBS) \
|
||||
-lm
|
||||
|
||||
if HAVE_ALSA
|
||||
matesimulator_LDADD += \
|
||||
$(top_builddir)/src/libsound/libsound.a \
|
||||
$(ALSA_LIBS)
|
||||
endif
|
||||
|
||||
if HAVE_ALSA
|
||||
AM_CPPFLAGS += -DHAVE_ALSA
|
||||
endif
|
||||
|
Reference in New Issue
Block a user