17 lines
250 B
Text
17 lines
250 B
Text
|
# util/epist/Makefile.am for Blackbox - an X11 Window manager
|
||
|
|
||
|
CPPFLAGS= @CPPFLAGS@ @DEBUG@
|
||
|
|
||
|
bin_PROGRAMS = epist
|
||
|
|
||
|
epist_SOURCES = main.cc
|
||
|
#epist_LDADD =
|
||
|
|
||
|
MAINTAINERCLEANFILES = Makefile.in
|
||
|
|
||
|
distclean-local:
|
||
|
rm -f *\~ .\#*
|
||
|
|
||
|
# local dependencies
|
||
|
|