| Rev | Line | |
|---|
| [12] | 1 | # Boost.Signals Library |
|---|
| 2 | |
|---|
| 3 | # Copyright Douglas Gregor 2001-2003. Use, modification and |
|---|
| 4 | # distribution is subject to the Boost Software License, Version |
|---|
| 5 | # 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
|---|
| 6 | # http://www.boost.org/LICENSE_1_0.txt) |
|---|
| 7 | |
|---|
| 8 | # For more information, see http://www.boost.org |
|---|
| 9 | |
|---|
| 10 | project boost/signals |
|---|
| 11 | : source-location ../src |
|---|
| 12 | ; |
|---|
| 13 | |
|---|
| 14 | # Base names of the source files for libboost_signals |
|---|
| 15 | SOURCES = trackable connection named_slot_map signal_base slot ; |
|---|
| 16 | |
|---|
| 17 | lib boost_signals : $(SOURCES).cpp |
|---|
| 18 | : |
|---|
| 19 | <define>BOOST_SIGNALS_NO_LIB=1 |
|---|
| 20 | <link>shared:<define>BOOST_SIGNALS_DYN_LINK=1 |
|---|
| 21 | ; |
|---|
Note: See
TracBrowser
for help on using the repository browser.