view sounds/Makefile.am @ 1006:0a4d0ed65e17

[gaim-migrate @ 1016] wow, configurable sounds. this should be neat. too bad the UI isn't done yet. but at least you can have them configured. oh yeah, this means we don't need gaim.soundlist anymore, since i removed the option to go through gnome for sounds. (there were only two advantages to having them go through gnome, and making them configurable was the primary one). anyway, i also changed some of the installation script stuff so that now everything (including the panel) should go through the $(whateverdir) makefile variables, so it should be easier to make packages in chrooted environments committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 19 Oct 2000 10:42:46 +0000
parents 7e231bc0018a
children 3deadbe50737
line wrap: on
line source

noinst_PROGRAMS = au2h

au2h_SOURCES = au2h.c

EXTRA_DIST = BuddyArrive.au BuddyLeave.au Send.au Receive.au

all: BuddyArrive.h BuddyLeave.h Send.h Receive.h

clean distclean:
	rm -f BuddyArrive.h BuddyLeave.h Send.h Receive.h

BuddyArrive.h: au2h BuddyArrive.au
	./au2h BuddyArrive.au BuddyArrive.h

BuddyLeave.h: au2h BuddyLeave.au
	./au2h BuddyLeave.au BuddyLeave.h

Send.h: au2h Send.au                              
	./au2h Send.au Send.h                  

Receive.h: au2h Receive.au                              
	./au2h Receive.au Receive.h                  

#if GNOMEAPPLET
#gnomedata = `@GNOME_CONFIG@ --datadir`
#gaimsoundsdir = $(gnomedata)/sounds/gaim
#gaimsounds_DATA = $(EXTRA_DIST)
#endif
#
#if DISTRIB
#gaimdistribdir = $(datadir)/sounds/gaim
#gaimdistrib_DATA = $(EXTRA_DIST)
#endif
#
#if GNOMEBITS
#bitsdata = `@GNOME_CONFIG@ --datadir`
#bitssoundsdir = $(bitsdata)/sounds/gaim
#bitssounds_DATA = $(EXTRA_DIST)
#endif