view sounds/Makefile.am @ 1925:a54442421428

[gaim-migrate @ 1935] better. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 31 May 2001 00:57:28 +0000
parents d22b58f2a51e
children 1a9867e1bfd5
line wrap: on
line source

noinst_PROGRAMS = au2h

au2h_SOURCES = au2h.c

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

h_files = BuddyArrive.h BuddyLeave.h Send.h Receive.h RedAlert.h

all: h_files

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

SUFFIXES = .au .h

h_files: au2h

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