0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-19 06:58:53 +02:00
construct/include/rb/Makefile.am
Jason Volk 834964c659 Convert IRCd to C++
Happy 28th birthday. You're all grown up.
2016-07-22 19:46:27 -07:00

17 lines
290 B
Makefile

AUTOMAKE_OPTIONS = foreign
AM_CPPFLAGS = -isystem $(top_srcdir)/boost/include
AM_LDFLAGS = -L$(top_srcdir)/boost/lib
BUILT_SOURCES = rb.h.gch
rb.h.gch:
$(CXX) -o rb.h.gch $(CPPFLAGS) rb.h
clean-local:
rm -f rb.h.gch
mrproper-local:
rm -f config.h
rm -f config.h.in
rm -f stamp-h1