Files
wmaker/WPrefs.app/Makefile.am
T

70 lines
1.2 KiB
Makefile
Raw Normal View History

1998-09-29 22:36:29 +00:00
SUBDIRS = xpm tiff po
AUTOMAKE_OPTIONS = no-dependencies
wpexecbindir = @wprefs_bindir@
1998-09-29 22:36:29 +00:00
wpexecbin_PROGRAMS = WPrefs
wpdatadir = @wprefs_datadir@
1998-09-29 22:36:29 +00:00
wpdata_DATA = WPrefs.tiff WPrefs.xpm
1999-06-01 22:25:45 +00:00
EXTRA_DIST = $(wpdata_DATA)
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 \
2004-10-13 23:39:29 +00:00
FontSimple.c \
1998-09-29 22:36:29 +00:00
Icons.c \
KeyboardSettings.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 \
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 \
editmenu.c \
editmenu.h \
imagebrowser.c \
imagebrowser.h \
1998-09-29 22:36:29 +00:00
xmodifier.c
AM_CPPFLAGS = -DLOCALEDIR=\"$(NLSDIR)\" -DRESOURCE_PATH=\"$(wpdatadir)\"
AM_CFLAGS = @NOSTRICTALIASING@
1998-09-29 22:36:29 +00:00
INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/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 \
@XFTLIBS@ \
@INTLIBS@
1998-11-03 12:53:26 +00:00
2008-11-05 02:09:10 +01:00
LIBTOOL = $(QUIET) $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
.c.o:
$(QUIET)$(COMPILE) -c $<
.c.obj:
$(QUIET)$(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
$(QUIET)$(LTCOMPILE) -c -o $@ $<