view sounds/Makefile.am @ 1863:bf2434d36e54

[gaim-migrate @ 1873] removing lots of auto-generated files. this should help when things like gettext and libtool are upgraded (like they are in debian). remember, don't run ./gen anymore, run ./autogen.sh. it'll also run ./configure for you with any options you pass it. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 20 May 2001 00:01:55 +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 $< $@