2002-11-01 10:08:32 +00:00
|
|
|
CPPFLAGS= @CPPFLAGS@
|
2002-04-11 03:20:38 +00:00
|
|
|
|
2002-11-01 02:50:32 +00:00
|
|
|
#SUBDIRS = epist
|
2002-04-11 03:20:38 +00:00
|
|
|
bin_SCRIPTS = bsetbg
|
2002-07-25 04:40:04 +00:00
|
|
|
bin_PROGRAMS = bsetroot xftlsfonts
|
2002-04-11 03:20:38 +00:00
|
|
|
|
|
|
|
bsetroot_SOURCES = bsetroot.cc
|
2002-11-01 03:32:22 +00:00
|
|
|
bsetroot_LDADD = ../src/basedisplay.o ../otk/color.o ../otk/gccache.o \
|
|
|
|
../otk/texture.o ../src/timer.o ../otk/image.o \
|
2002-11-03 06:16:05 +00:00
|
|
|
../otk/imagecontrol.o ../src/util.o ../src/screeninfo.o
|
2002-04-11 03:20:38 +00:00
|
|
|
|
2002-07-25 04:40:04 +00:00
|
|
|
xftlsfonts_SOURCES = xftlsfonts.cc
|
|
|
|
|
2002-11-01 03:32:22 +00:00
|
|
|
INCLUDES= -I../src -I../otk
|
|
|
|
|
2002-04-11 03:20:38 +00:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
|
|
|
|
distclean-local:
|
2002-06-05 04:20:08 +00:00
|
|
|
rm -f *\~ .\#*
|
2002-04-11 03:20:38 +00:00
|
|
|
|
2002-11-01 03:32:22 +00:00
|
|
|
# local dependencies
|