* Install header files in /nix/include/nix.
This commit is contained in:
		
							parent
							
								
									4be5443882
								
							
						
					
					
						commit
						e5a6c09b12
					
				
					 5 changed files with 25 additions and 14 deletions
				
			
		|  | @ -1,6 +1,8 @@ | ||||||
| SUBDIRS = format | SUBDIRS = format | ||||||
| 
 | 
 | ||||||
| EXTRA_DIST = assert.hpp checked_delete.hpp format.hpp \ | pkginclude_HEADERS = assert.hpp checked_delete.hpp format.hpp \ | ||||||
|  shared_ptr.hpp weak_ptr.hpp throw_exception.hpp \ |  shared_ptr.hpp weak_ptr.hpp throw_exception.hpp \ | ||||||
|  enable_shared_from_this.hpp \ |  enable_shared_from_this.hpp \ | ||||||
|  detail/shared_count.hpp detail/workaround.hpp |  detail/shared_count.hpp detail/workaround.hpp | ||||||
|  | 
 | ||||||
|  | pkgincludedir = ${includedir}/nix/boost | ||||||
|  |  | ||||||
|  | @ -1,8 +1,12 @@ | ||||||
| pkglib_LTLIBRARIES = libformat.la | pkglib_LTLIBRARIES = libformat.la | ||||||
| 
 | 
 | ||||||
| libformat_la_SOURCES = format_implementation.cc free_funcs.cc \ | libformat_la_SOURCES = format_implementation.cc free_funcs.cc \ | ||||||
|  parsing.cc exceptions.hpp feed_args.hpp format_class.hpp \ |  parsing.cc  | ||||||
|  | 
 | ||||||
|  | pkginclude_HEADERS = exceptions.hpp feed_args.hpp format_class.hpp \ | ||||||
|  format_fwd.hpp group.hpp internals.hpp internals_fwd.hpp \ |  format_fwd.hpp group.hpp internals.hpp internals_fwd.hpp \ | ||||||
|  macros_default.hpp |  macros_default.hpp | ||||||
| 
 | 
 | ||||||
|  | pkgincludedir = ${includedir}/nix/boost/format | ||||||
|  | 
 | ||||||
| AM_CXXFLAGS = -Wall -I$(srcdir)/../.. | AM_CXXFLAGS = -Wall -I$(srcdir)/../.. | ||||||
|  |  | ||||||
|  | @ -7,6 +7,9 @@ libexpr_la_SOURCES = nixexpr.cc nixexpr.hh \ | ||||||
|  attr-path.cc attr-path.hh \ |  attr-path.cc attr-path.hh \ | ||||||
|  expr-to-xml.cc expr-to-xml.hh |  expr-to-xml.cc expr-to-xml.hh | ||||||
| 
 | 
 | ||||||
|  | libexpr_la_LIBADD = ../libutil/libutil.la ../libstore/libstore.la \ | ||||||
|  |  ../boost/format/libformat.la | ||||||
|  | 
 | ||||||
| BUILT_SOURCES = nixexpr-ast.cc nixexpr-ast.hh \ | BUILT_SOURCES = nixexpr-ast.cc nixexpr-ast.hh \ | ||||||
|  parser-tab.hh lexer-tab.hh parser-tab.cc lexer-tab.cc |  parser-tab.hh lexer-tab.hh parser-tab.cc lexer-tab.cc | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,12 +1,14 @@ | ||||||
| pkglib_LTLIBRARIES = libstore.la | pkglib_LTLIBRARIES = libstore.la | ||||||
| 
 | 
 | ||||||
| libstore_la_SOURCES = \ | libstore_la_SOURCES = \ | ||||||
|  store.cc store.hh derivations.cc derivations.hh \ |  store.cc derivations.cc build.cc misc.cc globals.cc db.cc \ | ||||||
|  build.cc build.hh \ |  references.cc pathlocks.cc gc.cc  | ||||||
|  misc.cc misc.hh \ | 
 | ||||||
|  globals.cc globals.hh db.cc db.hh \ | pkginclude_HEADERS = \ | ||||||
|  references.cc references.hh pathlocks.cc pathlocks.hh \ |  store.hh derivations.hh build.hh misc.hh globals.hh db.hh \ | ||||||
|  gc.cc gc.hh  |  references.hh pathlocks.hh gc.hh  | ||||||
|  | 
 | ||||||
|  | libstore_la_LIBADD = ../libutil/libutil.la ../boost/format/libformat.la | ||||||
| 
 | 
 | ||||||
| BUILT_SOURCES = derivations-ast.cc derivations-ast.hh | BUILT_SOURCES = derivations-ast.cc derivations-ast.hh | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| pkglib_LTLIBRARIES = libutil.la | pkglib_LTLIBRARIES = libutil.la | ||||||
| 
 | 
 | ||||||
| libutil_la_SOURCES = util.cc util.hh hash.cc hash.hh \ | libutil_la_SOURCES = util.cc hash.cc archive.cc aterm.cc aterm-map.cc xml-writer.cc | ||||||
|  archive.cc archive.hh aterm.cc aterm.hh \ | 
 | ||||||
|  aterm-map.cc aterm-map.hh \ | libutil_la_LIBADD = ../boost/format/libformat.la | ||||||
|  xml-writer.cc xml-writer.hh \ | 
 | ||||||
|  types.hh | pkginclude_HEADERS = util.hh hash.hh archive.hh aterm.hh aterm-map.hh xml-writer.hh types.hh | ||||||
| 
 | 
 | ||||||
| if !HAVE_OPENSSL | if !HAVE_OPENSSL | ||||||
| libutil_la_SOURCES += \ | libutil_la_SOURCES += \ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue