view sounds/Makefile.am @ 1806:c649b63382b7

[gaim-migrate @ 1816] part one of nsanch's patch. i still need to look at what got changed with zephyr. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 05 May 2001 11:11:22 +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 $< $@