Files
wmaker/src/Makefile.am
T

144 lines
2.0 KiB
Makefile
Raw Normal View History

2010-09-15 14:04:00 -04:00
AUTOMAKE_OPTIONS =
1998-09-29 22:36:29 +00:00
BUILT_SOURCES = wconfig.h
bin_PROGRAMS = wmaker
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 \
2012-11-14 12:15:44 -08:00
colormap.h \
2000-04-07 22:47:04 +00:00
cycling.c \
2013-05-15 13:07:51 +02:00
cycling.h \
1998-09-29 22:36:29 +00:00
def_pixmaps.h \
defaults.c \
defaults.h \
dialog.c \
dialog.h \
dock.c \
dockedapp.c \
2012-11-14 12:15:44 -08:00
dockedapp.h \
1998-09-29 22:36:29 +00:00
dock.h \
event.c \
2013-05-15 13:07:52 +02:00
event.h \
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 \
2013-05-15 13:07:57 +02:00
osdep.h \
1998-09-29 22:36:29 +00:00
icon.c \
icon.h \
keybind.h \
main.c \
2012-11-14 12:15:44 -08:00
main.h \
1998-09-29 22:36:29 +00:00
menu.c \
menu.h \
misc.c \
misc.h \
2004-10-13 05:09:08 +00:00
monitor.c \
2013-05-15 13:07:54 +02:00
monitor.h \
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 \
2013-04-03 20:01:48 +02:00
placement.h \
1998-09-29 22:36:29 +00:00
properties.c \
properties.h \
resources.c \
resources.h \
rootmenu.c \
2010-04-09 10:40:51 -04:00
rootmenu.h \
1998-09-29 22:36:29 +00:00
screen.c \
screen.h \
session.h \
session.c \
shutdown.h \
1998-09-29 22:36:29 +00:00
shutdown.c \
switchpanel.c \
switchpanel.h \
1998-09-29 22:36:29 +00:00
stacking.c \
stacking.h \
startup.c \
2013-05-15 13:07:50 +02:00
startup.h \
1998-09-29 22:36:29 +00:00
superfluous.c \
superfluous.h \
switchmenu.c \
2013-05-15 13:07:56 +02:00
switchmenu.h \
1998-09-29 22:36:29 +00:00
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 \
2013-05-15 13:07:55 +02:00
winmenu.h \
1998-09-29 22:36:29 +00:00
winspector.h \
winspector.c \
wmspec.h \
wmspec.c \
1998-09-29 22:36:29 +00:00
workspace.c \
2012-01-16 16:09:21 +00:00
workspace.h
1998-09-29 22:36:29 +00:00
if WM_OSDEP_BSD
wmaker_SOURCES += osdep_bsd.c
endif
if WM_OSDEP_DARWIN
wmaker_SOURCES += osdep_darwin.c
endif
if WM_OSDEP_LINUX
wmaker_SOURCES += osdep_linux.c
endif
if WM_OSDEP_GENERIC
wmaker_SOURCES += osdep_stub.c
endif
1998-09-29 22:36:29 +00:00
2010-09-23 14:32:12 +02:00
AM_CFLAGS =
1998-09-29 22:36:29 +00:00
AM_CPPFLAGS = \
$(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\" \
1998-10-21 14:43:47 +00:00
-I$(top_srcdir)/wrlib \
-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\
@XLFLAGS@ \
2010-09-24 16:08:12 -04:00
@LIBXRANDR@ \
@LIBXINERAMA@ \
@XLIBS@ \
@LIBM@ \
2010-03-21 14:14:07 +01:00
@INTLIBS@