mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
51 lines
849 B
Text
51 lines
849 B
Text
|
bin_PROGRAMS=rofi
|
||
|
|
||
|
LIBS=\
|
||
|
@xft_LIBS@\
|
||
|
@x11_LIBS@\
|
||
|
@xdgbasedir_LIBS@\
|
||
|
@xinerama_LIBS@
|
||
|
|
||
|
AM_CFLAGS=\
|
||
|
@xft_CFLAGS@\
|
||
|
@x11_CFLAGS@\
|
||
|
@xdgbasedir_CFLAGS@\
|
||
|
@xinerama_CFLAGS@\
|
||
|
-DMANPAGE_PATH="\"$(datadir)/man/man1/rofi.1\""\
|
||
|
-I$(top_srcdir)/include/\
|
||
|
-I$(top_srcdir)/config/\
|
||
|
-I$(top_builddir)/
|
||
|
|
||
|
rofi_SOURCES=\
|
||
|
source/rofi.c\
|
||
|
source/textbox.c\
|
||
|
source/xrmoptions.c\
|
||
|
source/dmenu-dialog.c\
|
||
|
source/run-dialog.c\
|
||
|
source/ssh-dialog.c\
|
||
|
source/profile-dialog.c\
|
||
|
config/config.c
|
||
|
|
||
|
rofi_FILES=\
|
||
|
include/rofi.h\
|
||
|
include/run-dialog.h\
|
||
|
include/ssh-dialog.h\
|
||
|
include/dmenu-dialog.h\
|
||
|
include/profile-dialog.h\
|
||
|
include/xrmoptions.h\
|
||
|
include/textbox.h
|
||
|
|
||
|
##
|
||
|
# Manpage
|
||
|
##
|
||
|
man1_MANS=\
|
||
|
doc/rofi.1
|
||
|
|
||
|
|
||
|
##
|
||
|
# Extra DIST
|
||
|
##
|
||
|
EXTRA_DIST=\
|
||
|
$(rofi_FILES)\
|
||
|
$(man1_MANS)
|