1998-09-29 22:36:29 +00:00
|
|
|
AUTOMAKE_OPTIONS = no-dependencies
|
|
|
|
|
|
|
|
|
|
BUILT_SOURCES = wconfig.h
|
|
|
|
|
|
|
|
|
|
bin_PROGRAMS = wmaker
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = wmnotify.c wmnotdef.h wmnotify.h
|
|
|
|
|
|
1999-02-17 11:06:40 +00:00
|
|
|
|
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 \
|
|
|
|
|
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 \
|
1999-01-06 15:22:33 +00:00
|
|
|
gnome.c \
|
|
|
|
|
gnome.h \
|
1998-09-29 22:36:29 +00:00
|
|
|
funcs.h \
|
|
|
|
|
icon.c \
|
|
|
|
|
icon.h \
|
|
|
|
|
keybind.h \
|
1999-01-06 15:22:33 +00:00
|
|
|
kwm.h \
|
|
|
|
|
kwm.c \
|
1998-09-29 22:36:29 +00:00
|
|
|
list.c \
|
|
|
|
|
list.h \
|
|
|
|
|
main.c \
|
|
|
|
|
menu.c \
|
|
|
|
|
menu.h \
|
|
|
|
|
misc.c \
|
1999-01-06 15:22:33 +00:00
|
|
|
motif.c \
|
1998-09-29 22:36:29 +00:00
|
|
|
motif.h \
|
|
|
|
|
moveres.c \
|
1999-01-06 15:22:33 +00:00
|
|
|
openlook.c \
|
|
|
|
|
openlook.h \
|
1998-09-29 22:36:29 +00:00
|
|
|
pixmap.c \
|
|
|
|
|
pixmap.h \
|
|
|
|
|
placement.c \
|
1999-08-19 18:47:00 +00:00
|
|
|
plugin.c \
|
|
|
|
|
plugin.h \
|
1998-09-29 22:36:29 +00:00
|
|
|
properties.c \
|
|
|
|
|
properties.h \
|
|
|
|
|
proplist.c \
|
|
|
|
|
resources.c \
|
|
|
|
|
resources.h \
|
|
|
|
|
rootmenu.c \
|
|
|
|
|
screen.c \
|
|
|
|
|
screen.h \
|
|
|
|
|
session.h \
|
|
|
|
|
session.c \
|
|
|
|
|
shutdown.c \
|
|
|
|
|
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 \
|
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 \
|
|
|
|
|
workspace.c \
|
|
|
|
|
workspace.h \
|
|
|
|
|
wmsound.c \
|
|
|
|
|
wmsound.h \
|
|
|
|
|
text.c \
|
|
|
|
|
text.h
|
|
|
|
|
|
|
|
|
|
|
1999-02-17 11:06:40 +00:00
|
|
|
CPPFLAGS = @CPPFLAGS@ @DFLAGS@ -DLOCALEDIR=\"$(NLSDIR)\"
|
|
|
|
|
|
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 = \
|
1999-01-06 15:22:33 +00:00
|
|
|
$(top_builddir)/WINGs/libWINGs.a\
|
|
|
|
|
$(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@ \
|
|
|
|
|
@INTLIBS@ \
|
1999-03-17 01:20:29 +00:00
|
|
|
@DLLIBS@ \
|
1998-09-29 22:36:29 +00:00
|
|
|
-lm
|
|
|
|
|
|