mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-19 17:01:36 +03:00
fae797e220
from config.h if available (which means version is now a string, not three integers). Changed version to 1.0.0 and protocol version to 1.0. And added MAINTAINERCLEANFILES to makefiles to remove generated files.
23 lines
300 B
Makefile
23 lines
300 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
NULL =
|
|
DEPTH = ..
|
|
|
|
SUBDIRS = \
|
|
base \
|
|
mt \
|
|
io \
|
|
http \
|
|
net \
|
|
synergy \
|
|
platform \
|
|
client \
|
|
server \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
Makefile.in \
|
|
$(NULL)
|