Function makeIcon removed
[wmaker-crm.git] / WPrefs.app / Makefile.am
blob3f6642826914bce856ff540eb8b9e4c27cc0cc4d
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 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         FontSimple.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         xmodifier.c
43 AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\" -DRESOURCE_PATH=\"$(wpdatadir)\" -DWMAKER_RESOURCE_PATH=\"$(pkgdatadir)\"
44 AM_CFLAGS =
46 INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@ 
48 WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
50 WPrefs_LDADD = \
51         $(top_builddir)/WINGs/libWINGs.la\
52         $(top_builddir)/WINGs/libWUtil.la\
53         $(top_builddir)/wrlib/libwraster.la \
54         @XLFLAGS@ @XLIBS@ \
55         @FCLIBS@ \
56         @INTLIBS@