mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-24 15:12:32 +01:00
128 lines
1.7 KiB
Makefile
128 lines
1.7 KiB
Makefile
AUTOMAKE_OPTIONS = no-dependencies
|
|
|
|
BUILT_SOURCES = wconfig.h
|
|
|
|
bin_PROGRAMS = wmaker
|
|
|
|
EXTRA_DIST = wmnotify.c wmnotdef.h wmnotify.h\
|
|
DI.h DL.h I.h L.h Q.h GDB.h nana.h
|
|
|
|
|
|
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 \
|
|
cycling.c \
|
|
def_pixmaps.h \
|
|
defaults.c \
|
|
defaults.h \
|
|
dialog.c \
|
|
dialog.h \
|
|
dock.c \
|
|
dockedapp.c \
|
|
dock.h \
|
|
event.c \
|
|
extend_pixmaps.h \
|
|
framewin.c \
|
|
framewin.h \
|
|
geomview.c \
|
|
geomview.h \
|
|
gnome.c \
|
|
gnome.h \
|
|
funcs.h \
|
|
icon.c \
|
|
icon.h \
|
|
keybind.h \
|
|
kwm.h \
|
|
kwm.c \
|
|
main.c \
|
|
menu.c \
|
|
menu.h \
|
|
misc.c \
|
|
motif.c \
|
|
motif.h \
|
|
moveres.c \
|
|
openlook.c \
|
|
openlook.h \
|
|
pixmap.c \
|
|
pixmap.h \
|
|
placement.c \
|
|
plugin.c \
|
|
plugin.h \
|
|
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 \
|
|
usermenu.c \
|
|
usermenu.h \
|
|
xdnd.h \
|
|
xdnd.c \
|
|
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
|
|
|
|
|
|
CPPFLAGS = @CPPFLAGS@ $(DFLAGS) -DLOCALEDIR=\"$(NLSDIR)\"
|
|
|
|
|
|
INCLUDES = \
|
|
-I$(top_srcdir)/wrlib \
|
|
-I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@
|
|
|
|
|
|
wmaker_LDADD = \
|
|
$(top_builddir)/WINGs/libWINGs.a\
|
|
$(top_builddir)/wrlib/libwraster.la\
|
|
@LIBRARY_SEARCH_PATH@ \
|
|
@LIBPL@ \
|
|
@GFXLIBS@ \
|
|
@XLIBS@ \
|
|
@INTLIBS@ \
|
|
@DLLIBS@ \
|
|
-lm
|
|
|