0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-09 11:31:11 +01:00
construct/include/rb/Makefile.am
2016-07-23 19:40:18 -07:00

20 lines
320 B
Makefile

AUTOMAKE_OPTIONS = foreign
AM_CPPFLAGS = @BOOST_CPPFLAGS@
if GCC
AM_CXXFLAGS = -fpch-deps
endif
BUILT_SOURCES = rb.h.gch
rb.h.gch:
$(CXX) $(CXXFLAGS) $(AM_CXXFLAGS) -o rb.h.gch $(DEFS) $(CPPFLAGS) $(AM_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