1998-09-29 22:36:29 +00:00
|
|
|
AUTOMAKE_OPTIONS = no-dependencies
|
|
|
|
|
|
|
|
|
|
BUILT_SOURCES = wconfig.h
|
|
|
|
|
|
|
|
|
|
bin_PROGRAMS = wmaker
|
|
|
|
|
|
2002-01-05 01:35:30 +00:00
|
|
|
EXTRA_DIST =
|
1998-09-29 22:36:29 +00:00
|
|
|
|
|
|
|
|
wmaker_SOURCES = \
|
|
|
|
|
GNUstep.h \
|
|
|
|
|
WindowMaker.h \
|
|
|
|
|
actions.c \
|
|
|
|
|
actions.h \
|
|
|
|
|
appicon.c \
|
|
|
|
|
appicon.h \
|
|
|
|
|
application.c \
|
|
|
|
|
application.h \
|
|
|
|
|
appmenu.c \
|
|
|
|
|
appmenu.h \
|
|
|
|
|
balloon.c \
|
|
|
|
|
balloon.h \
|
|
|
|
|
client.c \
|
|
|
|
|
client.h \
|
|
|
|
|
colormap.c \
|
2000-04-07 22:47:04 +00:00
|
|
|
cycling.c \
|
1998-09-29 22:36:29 +00:00
|
|
|
def_pixmaps.h \
|
|
|
|
|
defaults.c \
|
|
|
|
|
defaults.h \
|
|
|
|
|
dialog.c \
|
|
|
|
|
dialog.h \
|
|
|
|
|
dock.c \
|
|
|
|
|
dockedapp.c \
|
|
|
|
|
dock.h \
|
|
|
|
|
event.c \
|
1999-06-03 19:59:23 +00:00
|
|
|
extend_pixmaps.h \
|
1998-09-29 22:36:29 +00:00
|
|
|
framewin.c \
|
|
|
|
|
framewin.h \
|
2000-01-14 16:30:56 +00:00
|
|
|
geomview.c \
|
|
|
|
|
geomview.h \
|
1998-09-29 22:36:29 +00:00
|
|
|
funcs.h \
|
|
|
|
|
icon.c \
|
|
|
|
|
icon.h \
|
|
|
|
|
keybind.h \
|
|
|
|
|
main.c \
|
|
|
|
|
menu.c \
|
|
|
|
|
menu.h \
|
|
|
|
|
misc.c \
|
2004-10-13 05:09:08 +00:00
|
|
|
monitor.c \
|
1999-01-06 15:22:33 +00:00
|
|
|
motif.c \
|
1998-09-29 22:36:29 +00:00
|
|
|
motif.h \
|
|
|
|
|
moveres.c \
|
|
|
|
|
pixmap.c \
|
|
|
|
|
pixmap.h \
|
|
|
|
|
placement.c \
|
|
|
|
|
properties.c \
|
|
|
|
|
properties.h \
|
|
|
|
|
resources.c \
|
|
|
|
|
resources.h \
|
|
|
|
|
rootmenu.c \
|
|
|
|
|
screen.c \
|
|
|
|
|
screen.h \
|
|
|
|
|
session.h \
|
|
|
|
|
session.c \
|
|
|
|
|
shutdown.c \
|
2004-10-14 05:02:24 +00:00
|
|
|
switchpanel.c \
|
2004-10-23 03:53:25 +00:00
|
|
|
switchpanel.h \
|
1998-09-29 22:36:29 +00:00
|
|
|
stacking.c \
|
|
|
|
|
stacking.h \
|
|
|
|
|
startup.c \
|
|
|
|
|
superfluous.c \
|
|
|
|
|
superfluous.h \
|
|
|
|
|
switchmenu.c \
|
|
|
|
|
texture.c \
|
|
|
|
|
texture.h \
|
1999-04-10 19:32:34 +00:00
|
|
|
usermenu.c \
|
|
|
|
|
usermenu.h \
|
1999-05-17 20:21:43 +00:00
|
|
|
xdnd.h \
|
|
|
|
|
xdnd.c \
|
2002-02-15 21:30:42 +00:00
|
|
|
xinerama.h \
|
|
|
|
|
xinerama.c \
|
1998-09-29 22:36:29 +00:00
|
|
|
xmodifier.h \
|
|
|
|
|
xmodifier.c \
|
|
|
|
|
xutil.c \
|
|
|
|
|
xutil.h \
|
|
|
|
|
wconfig.h \
|
|
|
|
|
wcore.c \
|
|
|
|
|
wcore.h \
|
|
|
|
|
wdefaults.c \
|
|
|
|
|
wdefaults.h \
|
|
|
|
|
window.c \
|
|
|
|
|
window.h \
|
|
|
|
|
winmenu.c \
|
|
|
|
|
winspector.h \
|
|
|
|
|
winspector.c \
|
2004-10-12 01:34:32 +00:00
|
|
|
wmspec.h \
|
|
|
|
|
wmspec.c \
|
1998-09-29 22:36:29 +00:00
|
|
|
workspace.c \
|
|
|
|
|
workspace.h \
|
|
|
|
|
text.c \
|
2009-10-09 19:57:25 +02:00
|
|
|
text.h
|
1998-09-29 22:36:29 +00:00
|
|
|
|
|
|
|
|
|
2004-10-12 01:34:32 +00:00
|
|
|
AM_CPPFLAGS = $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\"
|
|
|
|
|
|
2004-10-12 02:13:15 +00:00
|
|
|
AM_CFLAGS = @NOSTRICTALIASING@
|
1999-02-17 11:06:40 +00:00
|
|
|
|
1998-09-29 22:36:29 +00:00
|
|
|
|
|
|
|
|
INCLUDES = \
|
1998-10-21 14:43:47 +00:00
|
|
|
-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
|
|
|
|
|
|
|
|
|
|
|
|
|
wmaker_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\
|
2006-04-25 20:01:51 +00:00
|
|
|
@XLFLAGS@ \
|
2002-10-09 05:14:28 +00:00
|
|
|
@XFTLIBS@ \
|
2002-10-13 18:25:36 +00:00
|
|
|
@XLIBS@ \
|
1998-09-29 22:36:29 +00:00
|
|
|
@INTLIBS@ \
|
2000-11-06 03:24:30 +00:00
|
|
|
@DLLIBS@
|
1998-09-29 22:36:29 +00:00
|
|
|
|
2009-09-18 00:23:19 +02:00
|
|
|
LIBTOOL = $(SHELL) $(top_srcdir)/libtool $(LIBTOOL_ARG)
|
2008-11-05 02:09:10 +01:00
|
|
|
|
|
|
|
|
.c.o:
|
|
|
|
|
$(QUIET)$(COMPILE) -c $<
|
|
|
|
|
|
|
|
|
|
.c.obj:
|
|
|
|
|
$(QUIET)$(COMPILE) -c `$(CYGPATH_W) '$<'`
|
|
|
|
|
|
|
|
|
|
.c.lo:
|
|
|
|
|
$(QUIET)$(LTCOMPILE) -c -o $@ $<
|