mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-25 12:06:26 +03:00
17 lines
300 B
Makefile
17 lines
300 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
NULL =
|
|
DEPTH = ..
|
|
|
|
noinst_LIBRARIES = libhttp.a
|
|
libhttp_a_SOURCES = \
|
|
CHTTPProtocol.cpp \
|
|
XHTTP.cpp \
|
|
CHTTPProtocol.h \
|
|
XHTTP.h \
|
|
$(NULL)
|
|
INCLUDES = \
|
|
-I$(DEPTH)/base \
|
|
-I$(DEPTH)/mt \
|
|
-I$(DEPTH)/io \
|
|
$(NULL)
|