new menu editor code
[wmaker-crm.git] / WPrefs.app / Makefile.am
blob6d358b76994482c2acfeb7c8d4428c94231e17a5
1 SUBDIRS = xpm tiff po
3 AUTOMAKE_OPTIONS = no-dependencies
5 wpexecbindir = @wprefsdir@
7 wpexecbin_PROGRAMS = WPrefs 
9 wpdatadir = @wprefsdir@
11 wpdata_DATA = WPrefs.tiff WPrefs.xpm
13 EXTRA_DIST = $(wpdata_DATA)
15 WPrefs_SOURCES = \
16         main.c \
17         WPrefs.c \
18         WPrefs.h \
19         Appearance.c \
20         Configurations.c \
21         Expert.c \
22         Focus.c \
23         Font.c \
24         Icons.c \
25         KeyboardSettings.c \
26         KeyboardShortcuts.c \
27         MenuPreferences.c \
28         MouseSettings.c \
29         Paths.c \
30         Preferences.c \
31         TexturePanel.c \
32         TexturePanel.h \
33         Themes.c \
34         WindowHandling.c \
35         Workspace.c \
36         double.c \
37         double.h \
38         editmenu.c \
39         editmenu.h \
40         imagebrowser.c \
41         xmodifier.c
43 CPPFLAGS = @CPPFLAGS@ -DLOCALEDIR=\"$(NLSDIR)\"
45 INCLUDES = \
46         -I$(top_srcdir)/wrlib \
47         -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
49 WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
51 WPrefs_LDADD = \
52         $(top_builddir)/WINGs/libWINGs.a\
53         $(top_builddir)/wrlib/libwraster.la \
54         @LIBRARY_SEARCH_PATH@ \
55         @LIBPL@ \
56         @GFXLIBS@ \
57         @XLIBS@ \
58         @X_EXTRA_LIBS@ \
59         @INTLIBS@ \
60         -lm