@@ -53,6 +53,7 @@ FUNCTIONAL_H := include/__functional
5353FWD_H := include/__fwd
5454IOS_H := include/__ios
5555ITERATOR_H := include/__iterator
56+ LOCALE_DIR_H := include/__locale_dir
5657LOCALE_BASE_API_H := include/__locale_dir/locale_base_api
5758MATH_H := include/__math
5859MDSPAN_H := include/__mdspan
@@ -66,6 +67,7 @@ RANDOM_H := include/__random
6667RANGES_H := include/__ranges
6768STOP_TOKEN_H := include/__stop_token
6869STRING_H := include/__string
70+ SUPPORT_DIR_H := include/__support
6971SUPPORT_XLOCALE_H := include/__support/xlocale
7072SYSTEM_ERROR_H := include/__system_error
7173THREAD_H := include/__thread
@@ -89,10 +91,12 @@ clean:
8991 $(Q )$(call RMDIR,build)
9092
9193install : all
92- $(Q )$(call MKDIR,$(INSTALL_LIBCXX ) )
9394 $(Q )$(call MKDIR,$(INSTALL_H ) )
9495 $(Q )$(call MKDIR,$(INSTALL_CXX_H ) )
96+ $(Q )$(call MKDIR,$(INSTALL_LIBCXX ) )
9597 $(Q )$(call MKDIR,$(INSTALL_ALGORITHM ) )
98+ $(Q )$(call MKDIR,$(INSTALL_ALGORITHM_PSTL ) )
99+ $(Q )$(call MKDIR,$(INSTALL_ALGORITHM_PSTL_CPU ) )
96100 $(Q )$(call MKDIR,$(INSTALL_ATOMIC ) )
97101 $(Q )$(call MKDIR,$(INSTALL_BIT ) )
98102 $(Q )$(call MKDIR,$(INSTALL_CHARCONV ) )
@@ -163,6 +167,7 @@ install: all
163167 $(Q )$(call COPY,$(call NATIVEPATH,$(FWD_H ) ) ,$(INSTALL_FWD ) )
164168 $(Q )$(call COPY,$(call NATIVEPATH,$(IOS_H ) ) ,$(INSTALL_IOS ) )
165169 $(Q )$(call COPY,$(call NATIVEPATH,$(ITERATOR_H ) ) ,$(INSTALL_ITERATOR ) )
170+ $(Q )$(call COPY,$(call NATIVEPATH,$(LOCALE_DIR_H ) ) ,$(INSTALL_LOCALE_DIR ) )
166171 $(Q )$(call COPY,$(call NATIVEPATH,$(LOCALE_BASE_API_H ) ) ,$(INSTALL_LOCALE_BASE_API ) )
167172 $(Q )$(call COPY,$(call NATIVEPATH,$(MATH_H ) ) ,$(INSTALL_MATH ) )
168173 $(Q )$(call COPY,$(call NATIVEPATH,$(MDSPAN_H ) ) ,$(INSTALL_MDSPAN ) )
@@ -176,6 +181,7 @@ install: all
176181 $(Q )$(call COPY,$(call NATIVEPATH,$(RANGES_H ) ) ,$(INSTALL_RANGES ) )
177182 $(Q )$(call COPY,$(call NATIVEPATH,$(STOP_TOKEN_H ) ) ,$(INSTALL_STOP_TOKEN ) )
178183 $(Q )$(call COPY,$(call NATIVEPATH,$(STRING_H ) ) ,$(INSTALL_STRING ) )
184+ $(Q )$(call COPY,$(call NATIVEPATH,$(SUPPORT_DIR_H ) ) ,$(INSTALL_SUPPORT_DIR ) )
179185 $(Q )$(call COPY,$(call NATIVEPATH,$(SUPPORT_XLOCALE_H ) ) ,$(INSTALL_SUPPORT_XLOCALE ) )
180186 $(Q )$(call COPY,$(call NATIVEPATH,$(SYSTEM_ERROR_H ) ) ,$(INSTALL_SYSTEM_ERROR ) )
181187 $(Q )$(call COPY,$(call NATIVEPATH,$(THREAD_H ) ) ,$(INSTALL_THREAD ) )
0 commit comments