comparison sounds/Makefile.am @ 1094:3deadbe50737

[gaim-migrate @ 1104] making make distcheck work committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 14 Nov 2000 10:34:10 +0000
parents 0a4d0ed65e17
children bea407767ac1
comparison
equal deleted inserted replaced
1093:46ffd2dca607 1094:3deadbe50737
7 all: BuddyArrive.h BuddyLeave.h Send.h Receive.h 7 all: BuddyArrive.h BuddyLeave.h Send.h Receive.h
8 8
9 clean distclean: 9 clean distclean:
10 rm -f BuddyArrive.h BuddyLeave.h Send.h Receive.h 10 rm -f BuddyArrive.h BuddyLeave.h Send.h Receive.h
11 11
12 BuddyArrive.h: au2h BuddyArrive.au 12 BuddyArrive.h: BuddyArrive.au au2h
13 ./au2h BuddyArrive.au BuddyArrive.h 13 ./au2h $< $@
14 14
15 BuddyLeave.h: au2h BuddyLeave.au 15 BuddyLeave.h: BuddyLeave.au au2h
16 ./au2h BuddyLeave.au BuddyLeave.h 16 ./au2h $< $@
17 17
18 Send.h: au2h Send.au 18 Send.h: Send.au au2h
19 ./au2h Send.au Send.h 19 ./au2h $< $@
20 20
21 Receive.h: au2h Receive.au 21 Receive.h: Receive.au au2h
22 ./au2h Receive.au Receive.h 22 ./au2h $< $@
23
24 #if GNOMEAPPLET
25 #gnomedata = `@GNOME_CONFIG@ --datadir`
26 #gaimsoundsdir = $(gnomedata)/sounds/gaim
27 #gaimsounds_DATA = $(EXTRA_DIST)
28 #endif
29 #
30 #if DISTRIB
31 #gaimdistribdir = $(datadir)/sounds/gaim
32 #gaimdistrib_DATA = $(EXTRA_DIST)
33 #endif
34 #
35 #if GNOMEBITS
36 #bitsdata = `@GNOME_CONFIG@ --datadir`
37 #bitssoundsdir = $(bitsdata)/sounds/gaim
38 #bitssounds_DATA = $(EXTRA_DIST)
39 #endif