barrier/Makefile.am

34 lines
517 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
NULL =
DEPTH = .
VDEPTH = ./$(VPATH)
SUBDIRS = \
lib \
cmd \
2002-08-01 18:56:54 +00:00
dist \
$(NULL)
EXTRA_DIST = \
all.dsp \
synergy.dsw \
doc/doxygen.cfg \
examples/synergy.conf \
$(NULL)
MAINTAINERCLEANFILES = \
Makefile.in \
aclocal.m4 \
config.h \
config.h.in \
config.log \
config.status \
configure \
stamp-h.in \
stamp-h1 \
$(NULL)
2002-07-31 17:40:36 +00:00
# build doxygen documentation
doxygen:
doxygen doc/doxygen.cfg