]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
paraslash 0.2.13
[paraslash.git] / Makefile.in
index e51a20eb77be646553e84ebd43d6b05c03fb1eb6..d636f6cf3e7f631ffa032f7e3ef7f3f27f6efcca 100644 (file)
@@ -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,11 +16,11 @@ install_sh = @install_sh@
 build_date = $(shell date)
 system = $(shell uname -rs)
 cc_version = $(shell $(CC) --version | head -n 1)
-codename = oriented abstraction
+codename = sonic convolution
 
-DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
+#DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 
-DEBUG_CPPFLAGS += -Wredundant-decls
+#DEBUG_CPPFLAGS += -Wredundant-decls
 
 # produces false positives
 # DEBUG_CPPFLAGS += -Wunreachable-code