view sounds/Makefile.am @ 1923:e1e0dcfb2fdd

[gaim-migrate @ 1933] bsd fixes committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 30 May 2001 23:26:32 +0000
parents d22b58f2a51e
children a54442421428
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

SUFFIXES = .au .h

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