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

18 lines
280 B
Makefile
Raw Normal View History

AUTOMAKE_OPTIONS = foreign
2016-07-20 20:55:46 +02:00
AM_CPPFLAGS = @BOOST_CPPFLAGS@
AM_LDFLAGS = @BOOST_LDFLAGS@
BUILT_SOURCES = rb.h.gch
rb.h.gch:
2016-07-20 20:55:46 +02:00
$(CXX) $(CXXFLAGS) -o rb.h.gch $(DEFS) $(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