New titlebar button style
[wmaker-crm.git] / WPrefs.app / tiff / Makefile.am
blob8736e97177518362e4c64755d88fac0d2d65d866
1 tiffdatadir = $(wprefs_datadir)/tiff
3 EXTRA_DIST = \
4         advancetonewworkspace.tiff \
5         animations.tiff \
6         appearance.tiff \
7         clip.tiff \
8         configs.tiff \
9         cycleworkspaces.tiff \
10         dock.tiff \
11         dontlinkworkspaces.tiff \
12         ergonomic.tiff \
13         expert.tiff \
14         fonts.tiff \
15         iconprefs.tiff \
16         keyboard.tiff \
17         keyboardprefs.tiff \
18         keyshortcuts.tiff \
19         menualign1.tiff \
20         menualign2.tiff \
21         menuprefs.tiff \
22         menus.tiff \
23         miscprefs2.tiff \
24         moreanim.tiff \
25         mousesettings.tiff \
26         mousespeed.tiff \
27         msty1.tiff \
28         msty2.tiff \
29         msty3.tiff \
30         newstyle.tiff \
31         nextstyle.tiff \
32         nonopaque.tiff \
33         oldstyle.tiff \
34         opaque.tiff \
35         paths.tiff \
36         smooth.tiff \
37         sound.tiff \
38         speed0.tiff \
39         speed0s.tiff \
40         speed1.tiff \
41         speed1s.tiff \
42         speed2.tiff \
43         speed2s.tiff \
44         speed3.tiff \
45         speed3s.tiff \
46         speed4.tiff \
47         speed4s.tiff \
48         tdel.tiff \
49         tedit.tiff \
50         temp.tiff \
51         textr.tiff \
52         theme.tiff \
53         timer0.tiff \
54         timer0s.tiff \
55         timer1.tiff \
56         timer1s.tiff \
57         timer2.tiff \
58         timer2s.tiff \
59         timer3.tiff \
60         timer3s.tiff \
61         timer4.tiff \
62         timer4s.tiff \
63         timer5.tiff \
64         timer5s.tiff \
65         tnew.tiff \
66         whandling.tiff \
67         windowfocus.tiff \
68         workspace.tiff \
69         workspacename.tiff \
70         xis.tiff 
72 TIFF_FILES=
74 tiffdata_DATA=$(TIFF_FILES)
76 install-data-local:
77         if [ @ICONEXT@ = "tiff" -a x"$(TIFF_FILES)" = "x" ] ; then\
78                 $(MAKE) install-data TIFF_FILES="$(EXTRA_DIST)";\
79         fi