all repos — fluxbox @ b86fba5354cf91f189249f0959d0f34a2e2fb8a8

custom fork of the fluxbox windowmanager

util/fbrun/Makefile.am (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
FLUXBOX_SRC_DIR=../../src/
INCLUDES = -I${FLUXBOX_SRC_DIR}
bin_PROGRAMS = fbrun
fbrun_SOURCES = FbRun.hh FbRun.cc main.cc

if XFT
xft_OBJ = ${FLUXBOX_SRC_DIR}/XftFontImp.o
endif
if MULTIBYTE
xmb_OBJ = ${FLUXBOX_SRC_DIR}/XmbFontImp.o
endif

fbrun_LDADD = ${FLUXBOX_SRC_DIR}Font.o ${FLUXBOX_SRC_DIR}StringUtil.o ${FLUXBOX_SRC_DIR}/Timer.o \
	${FLUXBOX_SRC_DIR}/BaseDisplay.o ${FLUXBOX_SRC_DIR}/i18n.o \
	${xft_OBJ} ${xmb_OBJ} ${FLUXBOX_SRC_DIR}/XFontImp.o

fbrun.o: ${FLUXBOX_SRC_DIR}/Font.hh ${FLUXBOX_SRC_DIR}/BaseDisplay.hh