mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-10 21:56:13 +08:00
17 lines
243 B
Makefile
17 lines
243 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
NULL =
|
|
DEPTH = ..
|
|
VDEPTH = ./$(VPATH)/$(DEPTH)
|
|
|
|
SUBDIRS = \
|
|
synergy \
|
|
synergyd \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
Makefile.in \
|
|
$(NULL)
|