X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=6572235cb982a1eb300ba6d3dcde82aed0e54584;hp=e51a20eb77be646553e84ebd43d6b05c03fb1eb6;hb=c5a5bb1a8c22c25c4c96653360ec51bc701a8ea8;hpb=52f6c9ab26c8a64ec413c7b4ae8cf43ac8f628a5 diff --git a/Makefile.in b/Makefile.in index e51a20eb..6572235c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,7 +6,7 @@ exec_prefix = @exec_prefix@ BINDIR = @bindir@ VARDIR = /var/paraslash -PKGDATADIR = @datadir@/@PACKAGE_NAME@ +PKGDATADIR = @datarootdir@/@PACKAGE_NAME@ FONTDIR = $(PKGDATADIR)/fonts PICDIR = $(PKGDATADIR)/pics MANDIR = @datarootdir@/man/man1 @@ -16,7 +16,7 @@ install_sh = @install_sh@ build_date = $(shell date) system = $(shell uname -rs) cc_version = $(shell $(CC) --version | head -n 1) -codename = oriented abstraction +codename = transient singularity DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W @@ -148,6 +148,9 @@ grab_client.cmdline.h grab_client.cmdline.c: grab_client.ggo --set-package="para_$(subst .cmdline,,$(*F))" \ --set-version="$V" < $< +mp3dec.o: mp3dec.c + $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @mad_cppflags@ $< + aacdec.o: aacdec.c $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) @faad_cppflags@ $<