Subversion Repositories Kolibri OS

Rev

Rev 6554 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6554 Rev 6556
Line 33... Line 33...
33
	src/c++98/compatibility.cc \
33
	src/c++98/compatibility.cc \
34
	src/c++98/compatibility-debug_list.cc	\
34
	src/c++98/compatibility-debug_list.cc	\
35
	src/c++98/compatibility-debug_list-2.cc
35
	src/c++98/compatibility-debug_list-2.cc
Line 36... Line 36...
36
 
36
 
37
cxx11_sources = \
37
cxx11_sources = \
38
	compatibility-c++0x.cc \
38
	src/c++11/compatibility-c++0x.cc \
39
	compatibility-atomic-c++0x.cc \
39
	src/c++11/compatibility-atomic-c++0x.cc \
40
	compatibility-thread-c++0x.cc \
40
	src/c++11/compatibility-thread-c++0x.cc \
41
	compatibility-chrono.cc \
41
	src/c++11/compatibility-chrono.cc \
Line 42... Line 42...
42
	compatibility-condvar.cc
42
	src/c++11/compatibility-condvar.cc
Line 43... Line 43...
43
 
43
 
44
compat_sources = $(cxx98_sources)
44
compat_sources = $(cxx98_sources) $(cxx11_sources)
45
 
45
 
46
cow_string_host_sources = \
46
cow_string_host_sources = \
Line 242... Line 242...
242
src/c++98/parallel_settings.o: src/c++98/parallel_settings.cc
242
src/c++98/parallel_settings.o: src/c++98/parallel_settings.cc
243
	$(CXXCOMPILE) $(PARALLEL_FLAGS) -o $@ $<
243
	$(CXXCOMPILE) $(PARALLEL_FLAGS) -o $@ $<
Line 244... Line 244...
244
 
244
 
245
 
245
 
-
 
246
src/c++11/hashtable_c++0x.o: src/c++11/hashtable_c++0x.cc
-
 
247
	$(CXXCOMPILE) -std=gnu++11 -fimplicit-templates -o $@ $<
-
 
248
 
-
 
249
src/c++11/compatibility-c++0x.o: src/c++11/compatibility-c++0x.cc
-
 
250
	$(CXXCOMPILE) -std=gnu++11 -o $@ $<
-
 
251
 
-
 
252
src/c++11/compatibility-thread-c++0x.o: src/c++11/compatibility-thread-c++0x.cc 
-
 
253
	$(CXXCOMPILE) -std=gnu++11 -o $@ $<
-
 
254
 
-
 
255
src/c++11/compatibility-chrono.o: src/c++11/compatibility-chrono.cc 
-
 
256
	$(CXXCOMPILE) -std=gnu++11 -o $@ $<
-
 
257
 
Line 246... Line 258...
246
src/c++11/hashtable_c++0x.o: src/c++11/hashtable_c++0x.cc
258
src/c++11/compatibility-condvar.o: src/c++11/compatibility-condvar.cc 
247
	$(CXXCOMPILE) -fimplicit-templates -o $@ $<
259
	$(CXXCOMPILE) -std=gnu++11 -o $@ $<