Skip to content
Permalink
26d02e2643
Go to file
 
 
Cannot retrieve contributors at this time
19 lines (16 sloc) 905 Bytes
# XXX/FIXME/TODO: honour debian cflags too
CFLAGS = -Wall -Werror -Wextra -std=gnu99 -O2 -ggdb -g -Wno-format-truncation -Wno-stringop-overflow
# CFLAGS += $(CFLAGS) -ggdb -g
bin_PROGRAMS = maemo-xinput-sounds
maemo_xinput_sounds_CFLAGS = $(CFLAGS) $(LIBDBUS_CFLAGS) $(LIBDBUSGLIB_CFLAGS) $(GCONF_CFLAGS) $(X11_CFLAGS) $(XEXT_CFLAGS) $(XTEST_CFLAGS) $(PULSE_CFLAGS) $(CANBERRA_CFLAGS) $(PLAYBACK_CFLAGS)
maemo_xinput_sounds_LDADD = $(LIBDBUS_LIBS) $(LIBDBUSGLIB_LIBS) $(GCONF_LIBS) $(X11_LIBS) $(XEXT_LIBS) $(XTEST_LIBS) $(PULSE_LIBS) $(CANBERRA_LIBS) $(PLAYBACK_LIBS)
maemo_xinput_sounds_SOURCES = maemo-input-sounds.c \
mis-profile.c \
mis-pulse.c \
mis-mce.c \
mis-vibra.c \
mis-sound.c \
mis-policy.c \
mis-xrecord.c
soundsdir = $(prefix)/share/sounds/maemo/stereo
sounds_DATA = x-maemo-key-pressed.wav x-maemo-touchscreen-pressed.wav
You can’t perform that action at this time.