ryanhaining / cppitertools

Implementation of python itertools and builtin iteration functions for C++17
https://twitter.com/cppitertools
BSD 2-Clause "Simplified" License
1.37k stars 115 forks source link

Fix Makefile so that make(1) can actually understand it. #2

Closed grimreaper closed 11 years ago

grimreaper commented 11 years ago

There is a nasty hack here to test for mac and -std=libc++. There is one bug here: .depend does not depend on the .cpp files. This entire file should be converted to cmake.

Also, I am tired, and the .depend generation is buggy (make must be run twice for it be correct). I will try to convert this to autojunk or cmake at some point

ryanhaining commented 11 years ago

Wound up deleting the Makefile completely in favor of scons