comparison gtk/sounds/Makefile.mingw @ 14461:841ce6b110a8

[gaim-migrate @ 17175] A couple mingw makefile tweaks from Lee Roach and some cleanup from me. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 06 Sep 2006 03:01:57 +0000
parents 8793fc8f7064
children 5d03b309b482
comparison
equal deleted inserted replaced
14460:040dfd49107d 14461:841ce6b110a8
1 # 1 #
2 # Makefile.mingw 2 # Makefile.mingw
3 # 3 #
4 # Description: Makefile for win32 (mingw) version of Gaim 4 # Description: Makefile for win32 (mingw) version of Gaim sounds
5 # 5 #
6 6
7 GAIM_TOP := ../.. 7 GAIM_TOP := ../..
8 include $(GAIM_TOP)/libgaim/win32/global.mak 8 include $(GAIM_TOP)/libgaim/win32/global.mak
9 include $(GAIM_GTK_SOUNDS_TOP)/Makefile.am
10 9
11 install: $(GAIM_INSTALL_SOUNDS_DIR) 10 datadir := $(GAIM_INSTALL_DIR)
12 cp $(EXTRA_DIST) $(GAIM_INSTALL_SOUNDS_DIR) 11 include ./Makefile.am
13 12
14 include $(GAIM_COMMON_TARGETS) 13 install:
14 if test '$(sounds_DATA)'; then \
15 mkdir -p $(soundsdir); \
16 cp $(sounds_DATA) $(soundsdir); \
17 fi;
18