Update Serbian translation from master branch
[wmaker-crm.git] / WPrefs.app / Makefile.am
blob4408ff963bffece4a8e685ed12b5688a72f7362c
1 SUBDIRS = xpm tiff po
3 AUTOMAKE_OPTIONS =
5 wpexecbindir = @wprefs_bindir@
7 wpexecbin_PROGRAMS = WPrefs
9 wpdatadir = @wprefs_datadir@
11 wpdata_DATA = WPrefs.tiff WPrefs.xpm
13 applicationsdir = @datadir@/applications
15 applications_DATA = WPrefs.desktop
17 WPrefs.desktop: WPrefs.desktop.in
18         $(AM_V_GEN)sed -e "s:#wprefs_bindir#:${wprefs_bindir}:" \
19                        -e "s:#wprefs_datadir#:${wprefs_datadir}:" $< > $@
21 EXTRA_DIST = $(wpdata_DATA) \
22         KeyboardSettings.c \
23         Themes.c \
24         WPrefs.desktop.in
26 DISTCLEANFILES = WPrefs.desktop
28 WPrefs_SOURCES = \
29         main.c \
30         WPrefs.c \
31         WPrefs.h \
32         Appearance.c \
33         Configurations.c \
34         Docks.c \
35         Expert.c \
36         Focus.c \
37         FontSimple.c \
38         HotCornerShortcuts.c \
39         Icons.c \
40         KeyboardShortcuts.c \
41         Menu.c \
42         MenuPreferences.c \
43         MouseSettings.c \
44         Paths.c \
45         Preferences.c \
46         TexturePanel.c \
47         TexturePanel.h \
48         WindowHandling.c \
49         Workspace.c \
50         double.c \
51         editmenu.c \
52         editmenu.h \
53         xmodifier.c
55 # not_yet_fully_implemented
56 #WPrefs_SOURCES += \
57 #       KeyboardSettings.c \
58 #       Themes.c
60 AM_CFLAGS = @PANGO_CFLAGS@
62 AM_CPPFLAGS = -DRESOURCE_PATH=\"$(wpdatadir)\" -DWMAKER_RESOURCE_PATH=\"$(pkgdatadir)\" \
63          -I$(top_builddir)/wrlib -I$(top_srcdir)/WINGs -I$(top_builddir)/WINGs \
64          @HEADER_SEARCH_PATH@
66 WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
68 WPrefs_LDADD = \
69         $(top_builddir)/WINGs/libWINGs.la\
70         $(top_builddir)/WINGs/libWUtil.la\
71         $(top_builddir)/wrlib/libwraster.la \
72         @XLFLAGS@ @XLIBS@ \
73         @LIBM@ \
74         @FCLIBS@ \
75         @INTLIBS@