view sounds/Makefile.am @ 1813:998a6a032874

[gaim-migrate @ 1823] decklin's default conversation size patch. we should have a thing to optionally set this based on the conversation window size, but that doesn't seem that important right now. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 06 May 2001 00:18:17 +0000
parents bea407767ac1
children d22b58f2a51e
line wrap: on
line source

noinst_PROGRAMS = au2h

au2h_SOURCES = au2h.c

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

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

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

BuddyArrive.h: BuddyArrive.au au2h
	./au2h $< $@

BuddyLeave.h: BuddyLeave.au au2h
	./au2h $< $@

Send.h: Send.au au2h
	./au2h $< $@

Receive.h: Receive.au au2h
	./au2h $< $@

RedAlert.h: RedAlert.au au2h
	./au2h $< $@