Mercurial > audlegacy
view libaudacious/Makefile.in @ 995:e4089d6b0fcf trunk
[svn] Reduce amount of emitted GCC 4.1 warnings to 6. For that boring rainy afternoon, remove the two -Wno statements in CFLAGS (configure.ac) and you will see the actual amount.
author | chainsaw |
---|---|
date | Mon, 01 May 2006 05:57:13 -0700 |
parents | d2234cb542b3 |
children | 4dfe83e30bfa |
line wrap: on
line source
include ../mk/rules.mk include ../mk/objective.mk beepincludedir = $(includedir)/audacious OBJECTIVE_LIBS = libaudacious.so OBJECTIVE_LIBS_NOINST = libaudacious.a LDFLAGS += -Wl,-export-dynamic LIBADD = \ $(GTK_LIBS) \ $(GCONF_LIBS) \ $(GNOMEVFS_LIBS) CFLAGS += -fPIC -DPIC \ $(GTK_CFLAGS) \ $(GCONF_CFLAGS) \ $(GNOMEVFS_CFLAGS) \ -I.. \ -I../intl CONF_SRC = configdb_$(CONFIGDB_BACKEND).c VFS_SRC = vfs_$(VFS_BACKEND).c SOURCES = \ $(CONF_SRC) \ rcfile.c \ $(VFS_SRC) \ configfile.c \ beepctrl.c \ dirbrowser.c \ util.c \ formatter.c \ titlestring.c \ xentry.c \ xconvert.c \ xml_document.c OBJECTS = ${SOURCES:.c=.o} HEADERS = \ vfs.h rcfile.h configdb.h \ configfile.h \ beepctrl.h dirbrowser.h util.h \ formatter.h titlestring.h xml_document.h install-posthook: @echo [adding versioning information to libaudacious] @mv -f ${DESTDIR}/${LIBDIR}/libaudacious.so \ ${DESTDIR}/${LIBDIR}/libaudacious.so.2.0.0 @ln -sf ${LIBDIR}/libaudacious.so.2.0.0 \ ${DESTDIR}/${LIBDIR}/libaudacious.so.2 @ln -sf ${LIBDIR}/libaudacious.so.2.0.0 \ ${DESTDIR}/${LIBDIR}/libaudacious.so