Update to Window Maker 0.50.2
[wmaker-crm.git] / WPrefs.app / Makefile.am
blob19fe77d054e795139bbc95aa7b63a7db5e379203
1 SUBDIRS = xpm tiff po
3 nlsdir = @NLSDIR@
5 AUTOMAKE_OPTIONS = no-dependencies
7 wpexecbindir = @wprefsdir@
9 wpexecbin_PROGRAMS = WPrefs 
11 wpdatadir = @wprefsdir@
13 wpdata_DATA = WPrefs.tiff WPrefs.xpm
15 EXTRA_DIST = $(wpdata_DATA) TexturePanel.icons 
17 WPrefs_SOURCES = \
18         main.c \
19         WPrefs.c \
20         WPrefs.h \
21         Appearance.c \
22         Configurations.c \
23         Expert.c \
24         Focus.c \
25         Icons.c \
26         KeyboardSettings.c \
27         KeyboardShortcuts.c \
28         Menu.c \
29         MenuPreferences.c \
30         MouseSettings.c \
31         Paths.c \
32         Preferences.c \
33         Text.c \
34         TextureAndColor.c \
35         TexturePanel.c \
36         TexturePanel.h \
37         Themes.c \
38         WindowHandling.c \
39         Workspace.c \
40         double.c \
41         double.h \
42         MenuGuru.c \
43         xmodifier.c
45 CPPFLAGS = \
46         @CPPFLAGS@ \
47         @SHAPE@ @I18N@ @X_LOCALE@ \
48         -DNLSDIR="\"$(nlsdir)\"" 
51 INCLUDES = \
52         -I$(top_srcdir)/wrlib \
53         -I$(top_srcdir)/WINGs \
54         -I$(top_srcdir)/libPropList \
55         @XCFLAGS@ 
57 WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
59 WPrefs_LDADD = \
60         $(top_builddir)/WINGs/libWINGs.a\
61         $(top_builddir)/wrlib/libwraster.la \
62         $(top_builddir)/libPropList/libPropList.la \
63         @GFXLFLAGS@ \
64         @XLFLAGS@ \
65         @GFXLIBS@ \
66         @XLIBS@ \
67         @X_EXTRA_LIBS@ \
68         @INTLIBS@ \
69         -lm