mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 20:12:39 +03:00
17 lines
230 B
Makefile
17 lines
230 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
NULL =
|
|
DEPTH = .
|
|
|
|
EXTRA_DIST =
|
|
SUBDIRS = \
|
|
base \
|
|
mt \
|
|
io \
|
|
http \
|
|
net \
|
|
synergy \
|
|
platform \
|
|
client \
|
|
server \
|
|
$(NULL)
|