1 --- ZenLib-0.4.40/Project/GNU/Library/Makefile.am.orig 2022-12-31 23:08:15.717875720 +0000
2 +++ ZenLib-0.4.40/Project/GNU/Library/Makefile.am 2022-12-31 23:14:54.843567788 +0000
5 lib_LTLIBRARIES = libzen.la
7 - ../../../Source/ZenLib/Conf.cpp \
8 - ../../../Source/ZenLib/CriticalSection.cpp \
9 - ../../../Source/ZenLib/Dir.cpp \
10 - ../../../Source/ZenLib/File.cpp \
11 - ../../../Source/ZenLib/FileName.cpp \
12 - ../../../Source/ZenLib/InfoMap.cpp \
13 - ../../../Source/ZenLib/int128s.cpp \
14 - ../../../Source/ZenLib/int128u.cpp \
15 - ../../../Source/ZenLib/MemoryDebug.cpp \
16 - ../../../Source/ZenLib/OS_Utils.cpp \
17 - ../../../Source/ZenLib/Translation.cpp \
18 - ../../../Source/ZenLib/Thread.cpp \
19 - ../../../Source/ZenLib/Utils.cpp \
20 - ../../../Source/ZenLib/Ztring.cpp \
21 - ../../../Source/ZenLib/ZtringList.cpp \
22 - ../../../Source/ZenLib/ZtringListList.cpp \
23 - ../../../Source/ZenLib/ZtringListListF.cpp \
24 - ../../../Source/ZenLib/Format/Html/Html_Handler.cpp \
25 - ../../../Source/ZenLib/Format/Html/Html_Request.cpp \
26 - ../../../Source/ZenLib/Format/Http/Http_Cookies.cpp \
27 - ../../../Source/ZenLib/Format/Http/Http_Handler.cpp \
28 - ../../../Source/ZenLib/Format/Http/Http_Request.cpp \
29 - ../../../Source/ZenLib/Format/Http/Http_Utils.cpp
30 + $(VPATH)/../../../Source/ZenLib/Conf.cpp \
31 + $(VPATH)/../../../Source/ZenLib/CriticalSection.cpp \
32 + $(VPATH)/../../../Source/ZenLib/Dir.cpp \
33 + $(VPATH)/../../../Source/ZenLib/File.cpp \
34 + $(VPATH)/../../../Source/ZenLib/FileName.cpp \
35 + $(VPATH)/../../../Source/ZenLib/InfoMap.cpp \
36 + $(VPATH)/../../../Source/ZenLib/int128s.cpp \
37 + $(VPATH)/../../../Source/ZenLib/int128u.cpp \
38 + $(VPATH)/../../../Source/ZenLib/MemoryDebug.cpp \
39 + $(VPATH)/../../../Source/ZenLib/OS_Utils.cpp \
40 + $(VPATH)/../../../Source/ZenLib/Translation.cpp \
41 + $(VPATH)/../../../Source/ZenLib/Thread.cpp \
42 + $(VPATH)/../../../Source/ZenLib/Utils.cpp \
43 + $(VPATH)/../../../Source/ZenLib/Ztring.cpp \
44 + $(VPATH)/../../../Source/ZenLib/ZtringList.cpp \
45 + $(VPATH)/../../../Source/ZenLib/ZtringListList.cpp \
46 + $(VPATH)/../../../Source/ZenLib/ZtringListListF.cpp \
47 + $(VPATH)/../../../Source/ZenLib/Format/Html/Html_Handler.cpp \
48 + $(VPATH)/../../../Source/ZenLib/Format/Html/Html_Request.cpp \
49 + $(VPATH)/../../../Source/ZenLib/Format/Http/Http_Cookies.cpp \
50 + $(VPATH)/../../../Source/ZenLib/Format/Http/Http_Handler.cpp \
51 + $(VPATH)/../../../Source/ZenLib/Format/Http/Http_Request.cpp \
52 + $(VPATH)/../../../Source/ZenLib/Format/Http/Http_Utils.cpp
54 libzen_la_LDFLAGS = -no-undefined -version-info 0:0:0
56 zenincludedir = $(includedir)/ZenLib
57 zeninclude_HEADERS = \
58 - ../../../Source/ZenLib/BitStream.h \
59 - ../../../Source/ZenLib/BitStream_Fast.h \
60 - ../../../Source/ZenLib/BitStream_LE.h \
61 - ../../../Source/ZenLib/Conf.h \
62 - ../../../Source/ZenLib/Conf_Internal.h \
63 - ../../../Source/ZenLib/CriticalSection.h \
64 - ../../../Source/ZenLib/Dir.h \
65 - ../../../Source/ZenLib/File.h \
66 - ../../../Source/ZenLib/FileName.h \
67 - ../../../Source/ZenLib/HTTP_Client.h \
68 - ../../../Source/ZenLib/InfoMap.h \
69 - ../../../Source/ZenLib/int128s.h \
70 - ../../../Source/ZenLib/int128u.h \
71 - ../../../Source/ZenLib/MemoryDebug.h \
72 - ../../../Source/ZenLib/OS_Utils.h \
73 - ../../../Source/ZenLib/PreComp.h \
74 - ../../../Source/ZenLib/Thread.h \
75 - ../../../Source/ZenLib/Trace.h \
76 - ../../../Source/ZenLib/Translation.h \
77 - ../../../Source/ZenLib/Utils.h \
78 - ../../../Source/ZenLib/Ztring.h \
79 - ../../../Source/ZenLib/ZtringList.h \
80 - ../../../Source/ZenLib/ZtringListListF.h \
81 - ../../../Source/ZenLib/ZtringListList.h
82 + $(VPATH)/../../../Source/ZenLib/BitStream.h \
83 + $(VPATH)/../../../Source/ZenLib/BitStream_Fast.h \
84 + $(VPATH)/../../../Source/ZenLib/BitStream_LE.h \
85 + $(VPATH)/../../../Source/ZenLib/Conf.h \
86 + $(VPATH)/../../../Source/ZenLib/Conf_Internal.h \
87 + $(VPATH)/../../../Source/ZenLib/CriticalSection.h \
88 + $(VPATH)/../../../Source/ZenLib/Dir.h \
89 + $(VPATH)/../../../Source/ZenLib/File.h \
90 + $(VPATH)/../../../Source/ZenLib/FileName.h \
91 + $(VPATH)/../../../Source/ZenLib/HTTP_Client.h \
92 + $(VPATH)/../../../Source/ZenLib/InfoMap.h \
93 + $(VPATH)/../../../Source/ZenLib/int128s.h \
94 + $(VPATH)/../../../Source/ZenLib/int128u.h \
95 + $(VPATH)/../../../Source/ZenLib/MemoryDebug.h \
96 + $(VPATH)/../../../Source/ZenLib/OS_Utils.h \
97 + $(VPATH)/../../../Source/ZenLib/PreComp.h \
98 + $(VPATH)/../../../Source/ZenLib/Thread.h \
99 + $(VPATH)/../../../Source/ZenLib/Trace.h \
100 + $(VPATH)/../../../Source/ZenLib/Translation.h \
101 + $(VPATH)/../../../Source/ZenLib/Utils.h \
102 + $(VPATH)/../../../Source/ZenLib/Ztring.h \
103 + $(VPATH)/../../../Source/ZenLib/ZtringList.h \
104 + $(VPATH)/../../../Source/ZenLib/ZtringListListF.h \
105 + $(VPATH)/../../../Source/ZenLib/ZtringListList.h
107 zen_httpclientdir = $(zenincludedir)/HTTP_Client
108 zen_httpclient_HEADERS = \
109 - ../../../Source/ZenLib/HTTP_Client/HTTPClient.h \
110 - ../../../Source/ZenLib/HTTP_Client/HTTPClientCommon.h \
111 - ../../../Source/ZenLib/HTTP_Client/HTTPClientString.h \
112 - ../../../Source/ZenLib/HTTP_Client/HTTPClientAuth.h \
113 - ../../../Source/ZenLib/HTTP_Client/HTTPClientWrapper.h
114 + $(VPATH)/../../../Source/ZenLib/HTTP_Client/HTTPClient.h \
115 + $(VPATH)/../../../Source/ZenLib/HTTP_Client/HTTPClientCommon.h \
116 + $(VPATH)/../../../Source/ZenLib/HTTP_Client/HTTPClientString.h \
117 + $(VPATH)/../../../Source/ZenLib/HTTP_Client/HTTPClientAuth.h \
118 + $(VPATH)/../../../Source/ZenLib/HTTP_Client/HTTPClientWrapper.h
120 zen_format_htmldir = $(zenincludedir)/Format/Html
121 zen_format_html_HEADERS = \
122 - ../../../Source/ZenLib/Format/Html/Html_Handler.h \
123 - ../../../Source/ZenLib/Format/Html/Html_Request.h
124 + $(VPATH)/../../../Source/ZenLib/Format/Html/Html_Handler.h \
125 + $(VPATH)/../../../Source/ZenLib/Format/Html/Html_Request.h
127 zen_format_httpdir = $(zenincludedir)/Format/Http
128 zen_format_http_HEADERS = \
129 - ../../../Source/ZenLib/Format/Http/Http_Utils.h \
130 - ../../../Source/ZenLib/Format/Http/Http_Request.h \
131 - ../../../Source/ZenLib/Format/Http/Http_Handler.h \
132 - ../../../Source/ZenLib/Format/Http/Http_Cookies.h
133 + $(VPATH)/../../../Source/ZenLib/Format/Http/Http_Utils.h \
134 + $(VPATH)/../../../Source/ZenLib/Format/Http/Http_Request.h \
135 + $(VPATH)/../../../Source/ZenLib/Format/Http/Http_Handler.h \
136 + $(VPATH)/../../../Source/ZenLib/Format/Http/Http_Cookies.h
138 pkgconfigdir = $(libdir)/pkgconfig
139 pkgconfig_DATA = libzen.pc
141 AM_CXXFLAGS = -std=c++11
142 -AM_CPPFLAGS = -I../../../Source
143 +AM_CPPFLAGS = -I$(VPATH)/../../../Source