Mercurial > pidgin
view sounds/Makefile.am @ 581:c72e5ee07d0a
[gaim-migrate @ 591]
more stuff, but i haven't tested any of it yet :-]
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 02 Aug 2000 05:15:57 +0000 |
parents | 8086ed233742 |
children | eaab8abda2c0 |
line wrap: on
line source
bin_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