mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-30 12:02:04 +03:00
24 lines
329 B
Makefile
24 lines
329 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
NULL =
|
|
DEPTH = ..
|
|
VDEPTH = ./$(VPATH)/$(DEPTH)
|
|
|
|
SUBDIRS = \
|
|
base \
|
|
mt \
|
|
io \
|
|
http \
|
|
net \
|
|
synergy \
|
|
platform \
|
|
client \
|
|
server \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
Makefile.in \
|
|
$(NULL)
|