1998-09-29 22:36:29 +00:00
|
|
|
SUBDIRS = xpm tiff po
|
|
|
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies
|
|
|
|
|
|
|
|
|
|
wpexecbindir = @wprefsdir@
|
|
|
|
|
|
|
|
|
|
wpexecbin_PROGRAMS = WPrefs
|
|
|
|
|
|
|
|
|
|
wpdatadir = @wprefsdir@
|
|
|
|
|
|
|
|
|
|
wpdata_DATA = WPrefs.tiff WPrefs.xpm
|
|
|
|
|
|
1998-11-03 12:53:26 +00:00
|
|
|
EXTRA_DIST = $(wpdata_DATA) TexturePanel.icons
|
1998-09-29 22:36:29 +00:00
|
|
|
|
|
|
|
|
WPrefs_SOURCES = \
|
|
|
|
|
main.c \
|
|
|
|
|
WPrefs.c \
|
|
|
|
|
WPrefs.h \
|
1999-01-06 15:22:33 +00:00
|
|
|
Appearance.c \
|
1998-09-29 22:36:29 +00:00
|
|
|
Configurations.c \
|
|
|
|
|
Expert.c \
|
|
|
|
|
Focus.c \
|
|
|
|
|
Icons.c \
|
|
|
|
|
KeyboardSettings.c \
|
|
|
|
|
KeyboardShortcuts.c \
|
|
|
|
|
Menu.c \
|
|
|
|
|
MenuPreferences.c \
|
|
|
|
|
MouseSettings.c \
|
1999-02-17 11:06:40 +00:00
|
|
|
NoMenuAlert.c \
|
1998-09-29 22:36:29 +00:00
|
|
|
Paths.c \
|
|
|
|
|
Preferences.c \
|
|
|
|
|
Text.c \
|
1998-10-21 14:43:47 +00:00
|
|
|
TexturePanel.c \
|
|
|
|
|
TexturePanel.h \
|
1999-01-06 15:22:33 +00:00
|
|
|
Themes.c \
|
1998-09-29 22:36:29 +00:00
|
|
|
WindowHandling.c \
|
|
|
|
|
Workspace.c \
|
|
|
|
|
double.c \
|
|
|
|
|
double.h \
|
1999-02-17 11:06:40 +00:00
|
|
|
editmenu.c \
|
|
|
|
|
editmenu.h \
|
1998-09-29 22:36:29 +00:00
|
|
|
MenuGuru.c \
|
|
|
|
|
xmodifier.c
|
|
|
|
|
|
1999-02-17 11:06:40 +00:00
|
|
|
CPPFLAGS = @CPPFLAGS@ -DLOCALEDIR=\"$(NLSDIR)\"
|
1998-09-29 22:36:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
|
-I$(top_srcdir)/wrlib \
|
1999-02-17 11:06:40 +00:00
|
|
|
-I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@
|
1998-09-29 22:36:29 +00:00
|
|
|
|
|
|
|
|
WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.a
|
|
|
|
|
|
|
|
|
|
WPrefs_LDADD = \
|
1998-11-23 11:32:19 +00:00
|
|
|
$(top_builddir)/WINGs/libWINGs.a\
|
1999-01-06 15:22:33 +00:00
|
|
|
$(top_builddir)/wrlib/libwraster.la \
|
1999-02-17 11:06:40 +00:00
|
|
|
@LIBRARY_SEARCH_PATH@ \
|
1999-01-29 08:11:17 +00:00
|
|
|
@LIBPL@ \
|
1998-09-29 22:36:29 +00:00
|
|
|
@GFXLIBS@ \
|
|
|
|
|
@XLIBS@ \
|
|
|
|
|
@X_EXTRA_LIBS@ \
|
|
|
|
|
@INTLIBS@ \
|
|
|
|
|
-lm
|
1998-11-03 12:53:26 +00:00
|
|
|
|