Files
wmaker/WPrefs.app/Makefile.am
T

75 lines
1.4 KiB
Makefile
Raw Normal View History

1998-09-29 22:36:29 +00:00
SUBDIRS = xpm tiff po
2010-09-15 14:04:00 -04:00
AUTOMAKE_OPTIONS =
1998-09-29 22:36:29 +00:00
wpexecbindir = @wprefs_bindir@
1998-09-29 22:36:29 +00:00
2020-04-09 00:00:14 -04:00
wpexecbin_PROGRAMS = WPrefs
1998-09-29 22:36:29 +00:00
wpdatadir = @wprefs_datadir@
1998-09-29 22:36:29 +00:00
wpdata_DATA = WPrefs.tiff WPrefs.xpm
2022-02-17 21:57:17 +00:00
applicationsdir = @datadir@/applications
applications_DATA = WPrefs.desktop
WPrefs.desktop: WPrefs.desktop.in
$(AM_V_GEN)sed -e "s:#wprefs_bindir#:${wprefs_bindir}:" \
-e "s:#wprefs_datadir#:${wprefs_datadir}:" $< > $@
EXTRA_DIST = $(wpdata_DATA) \
KeyboardSettings.c \
2022-02-17 21:57:17 +00:00
Themes.c \
WPrefs.desktop.in
DISTCLEANFILES = WPrefs.desktop
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 \
Docks.c \
1998-09-29 22:36:29 +00:00
Expert.c \
Focus.c \
2004-10-13 23:39:29 +00:00
FontSimple.c \
1998-09-29 22:36:29 +00:00
Icons.c \
KeyboardShortcuts.c \
2000-07-15 22:53:53 +00:00
Menu.c \
1998-09-29 22:36:29 +00:00
MenuPreferences.c \
MouseSettings.c \
Paths.c \
Preferences.c \
1998-10-21 14:43:47 +00:00
TexturePanel.c \
TexturePanel.h \
1998-09-29 22:36:29 +00:00
WindowHandling.c \
Workspace.c \
double.c \
editmenu.c \
editmenu.h \
1998-09-29 22:36:29 +00:00
xmodifier.c
# not_yet_fully_implemented
#WPrefs_SOURCES += \
# KeyboardSettings.c \
# Themes.c
AM_CFLAGS = @PANGO_CFLAGS@
1998-09-29 22:36:29 +00:00
AM_CPPFLAGS = -DRESOURCE_PATH=\"$(wpdatadir)\" -DWMAKER_RESOURCE_PATH=\"$(pkgdatadir)\" \
-I$(top_builddir)/wrlib -I$(top_srcdir)/WINGs -I$(top_builddir)/WINGs \
@HEADER_SEARCH_PATH@
1998-09-29 22:36:29 +00:00
2007-08-14 13:33:22 +04:00
WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
1998-09-29 22:36:29 +00:00
WPrefs_LDADD = \
2007-08-14 13:33:22 +04:00
$(top_builddir)/WINGs/libWINGs.la\
$(top_builddir)/WINGs/libWUtil.la\
1999-01-06 15:22:33 +00:00
$(top_builddir)/wrlib/libwraster.la \
@XLFLAGS@ @XLIBS@ \
@LIBM@ \
@FCLIBS@ \
@INTLIBS@