mirror of
https://github.com/OlafvdSpek/ctemplate.git
synced 2025-09-28 19:05:49 +08:00
Rebuild Makefile.in
This commit is contained in:
parent
8293b3e1c3
commit
8f667d33ae
|
@ -988,6 +988,7 @@ libctemplate_la_CXXFLAGS = $(PTHREAD_CFLAGS) -DNDEBUG $(AM_CXXFLAGS)
|
|||
# -version-info gets passed to libtool
|
||||
libctemplate_la_LDFLAGS = $(PTHREAD_CFLAGS) \
|
||||
-export-symbols-regex $(CTEMPLATE_SYMBOLS) \
|
||||
-no-undefined \
|
||||
-version-info @SO_VERSION@
|
||||
|
||||
libctemplate_la_LIBADD = $(PTHREAD_LIBS)
|
||||
|
@ -995,6 +996,7 @@ libctemplate_nothreads_la_SOURCES = $(libctemplate_la_SOURCES)
|
|||
libctemplate_nothreads_la_DEPENDENCIES = $(libctemplate_la_DEPENDENCIES)
|
||||
libctemplate_nothreads_la_CXXFLAGS = -DNDEBUG -DNO_THREADS $(AM_CXXFLAGS)
|
||||
libctemplate_nothreads_la_LDFLAGS = -export-symbols-regex $(CTEMPLATE_SYMBOLS) \
|
||||
-no-undefined \
|
||||
-version-info @SO_VERSION@
|
||||
|
||||
libctemplate_debug_la_SOURCES = $(libctemplate_la_SOURCES)
|
||||
|
@ -1014,12 +1016,14 @@ libctemplate_testing_la_CXXFLAGS = $(PTHREAD_CFLAGS) $(AM_CXXFLAGS)
|
|||
CTEMPLATE_TESTING_SYMBOLS = 'TemporaryRegisterTemplate|TemplateDictionaryPeer'
|
||||
libctemplate_testing_la_LDFLAGS = $(PTHREAD_CFLAGS) \
|
||||
-export-symbols-regex $(CTEMPLATE_TESTING_SYMBOLS) \
|
||||
-no-undefined \
|
||||
-version-info @SO_VERSION@
|
||||
|
||||
libctemplate_testing_la_LIBADD = $(PTHREAD_LIBS)
|
||||
libctemplate_testing_nothreads_la_SOURCES = $(libctemplate_testing_la_SOURCES)
|
||||
libctemplate_testing_nothreads_la_CXXFLAGS = $(AM_CXXFLAGS) -DNO_THREADS
|
||||
libctemplate_testing_nothreads_la_LDFLAGS = -export-symbols-regex $(CTEMPLATE_TESTING_SYMBOLS) \
|
||||
-no-undefined \
|
||||
-version-info @SO_VERSION@
|
||||
|
||||
make_tpl_varnames_h_SOURCES = $(nodist_ctemplateinclude_HEADERS) \
|
||||
|
|
Loading…
Reference in New Issue
Block a user