Rearranged the structure of the WINGs subdirectory.
[wmaker-crm.git] / WPrefs.app / Makefile.am
blob25bc0cadf26ba9d6af4278e894c6ea280d4a0c20
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         Menu.c \
28         MenuPreferences.c \
29         MouseSettings.c \
30         Paths.c \
31         Preferences.c \
32         TexturePanel.c \
33         TexturePanel.h \
34         Themes.c \
35         WindowHandling.c \
36         Workspace.c \
37         double.c \
38         double.h \
39         editmenu.c \
40         editmenu.h \
41         imagebrowser.c \
42         imagebrowser.h \
43         xmodifier.c
45 CPPFLAGS = @CPPFLAGS@ -DLOCALEDIR=\"$(NLSDIR)\"
47 INCLUDES = \
48         -I$(top_srcdir)/wrlib \
49         -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
51 WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
53 WPrefs_LDADD = \
54         $(top_builddir)/WINGs/libWINGs.a\
55         $(top_builddir)/wrlib/libwraster.la \
56         @LIBRARY_SEARCH_PATH@ \
57         @LIBPL@ \
58         @GFXLIBS@ \
59         @XLIBS@ \
60         @X_EXTRA_LIBS@ \
61         @INTLIBS@ \
62         -lm