Mercurial > audlegacy
view libaudacious/Makefile.in @ 1695:3cf80d8a6d8d trunk
[svn] - Removed .cpp.o target since we don't have any .cpp files anymore.
- A test build then revealed that we still had two .cpp files in
Plugins/Input/musepack, fixed that.
- Moved nenolod's fix from init.mk to objective.mk.
- Removed call to ldconfig in Makefile and replaced it with a hint to
call ldconfig manually, since ldconfig without parameters breaks some
systems (mainly OpenBSD).
- I hope I did not forget to list a change I did ;)
author | js |
---|---|
date | Fri, 15 Sep 2006 06:36:26 -0700 |
parents | 842667773cc0 |
children | 43c197f55dda |
line wrap: on
line source
include ../mk/rules.mk include ../mk/init.mk PICLDFLAGS = $(LIBLDFLAGS) beepincludedir = $(includedir)/audacious OBJECTIVE_LIBS = libaudacious$(SHARED_SUFFIX) OBJECTIVE_SONAME_SUFFIX = 3.0.0 LIBADD = \ $(GTK_LIBS) \ $(GCONF_LIBS) \ $(GNOMEVFS_LIBS) CFLAGS += $(PICFLAGS) \ $(GTK_CFLAGS) \ $(GCONF_CFLAGS) \ $(GNOMEVFS_CFLAGS) \ -I.. \ -I../intl CONF_SRC = configdb_$(CONFIGDB_BACKEND).c VFS_SRC = vfs_$(VFS_BACKEND).c vfs_common.c SOURCES = \ $(CONF_SRC) \ rcfile.c \ $(VFS_SRC) \ 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 \ beepctrl.h dirbrowser.h util.h \ formatter.h titlestring.h xml_document.h include ../mk/objective.mk install-posthook: @mv ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX) ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX).3.0.0 @ln -sf ${LIBDIR}/libaudacious$(SHARED_SUFFIX).3.0.0 \ ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX).3 @ln -sf ${LIBDIR}/libaudacious$(SHARED_SUFFIX).3 \ ${DESTDIR}/${LIBDIR}/libaudacious$(SHARED_SUFFIX)