summaryrefslogtreecommitdiff
path: root/MSVC_Net2003/Makefile.am
blob: 32f948e76676405348c2c4a2a1a31f6973edbcb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

BUILT_SOURCES = sigc++config.h

MAINTAINERCLEANFILES = $(built_sources)

EXTRA_DIST=libsigc++2_msvcNet2003.vcproj libsigc++2_msvcNet2003.sln \
           sigc++config.h \
           tests/test_accumulated/test_accumulated.vcproj \
           tests/test_bind/test_bind.vcproj \
           tests/test_bind_return/test_bind_return.vcproj \
           tests/test_compatibility/test_compatibility.vcproj \
           tests/test_compose/test_compose.vcproj \
           tests/test_deduce_result_type/test_deduce_result_type.vcproj \
           tests/test_disconnect/test_disconnect.vcproj \
           tests/test_exception_catch/test_exception_catch.vcproj \
           tests/test_functor_trait/test_functor_trait.vcproj \
           tests/test_hide/test_hide.vcproj \
           tests/test_lambda/test_lambda.vcproj \
           tests/test_mem_fun/test_mem_fun.vcproj \
           tests/test_ptr_fun/test_ptr_fun.vcproj \
           tests/test_retype/test_retype.vcproj \
           tests/test_retype_return/test_retype_return.vcproj \
           tests/test_signal/test_signal.vcproj \
           tests/test_size/test_size.vcproj \
           tests/test_slot/test_slot.vcproj \
           tests/test_trackable/test_trackable.vcproj

sigc++config.h: $(top_builddir)/sigc++config.h
	cp -f $< $@