]> icculus.org git repositories - mikachu/openbox.git/blob - util/epist/Makefile.am
epist parses teh cpommand line for -display, and catches Property notify events....
[mikachu/openbox.git] / util / epist / Makefile.am
1 # util/epist/Makefile.am for Blackbox - an X11 Window manager
2
3 CPPFLAGS= @CPPFLAGS@ @DEBUG@
4
5 bin_PROGRAMS =          epist
6
7 epist_SOURCES =         epist.cc process.cc window.cc
8 epist_LDADD =       ../../src/XAtom.o
9
10 MAINTAINERCLEANFILES =  Makefile.in
11
12 distclean-local:
13         rm -f *\~ .\#*
14
15 # local dependencies
16
17 epist.o: epist.cc epist.hh process.hh
18 process.o: process.cc process.hh /usr/include/X11/Xlib.h epist.hh