mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
git-svn-id: svn://localhost/ardour2/branches/3.0@3435 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9c0d7d72d7
commit
449aab3c46
2869 changed files with 1026749 additions and 0 deletions
105
libs/glibmm2/glib/glibmm/Makefile.am
Normal file
105
libs/glibmm2/glib/glibmm/Makefile.am
Normal file
|
|
@ -0,0 +1,105 @@
|
|||
## Copyright (c) 2001
|
||||
## The gtkmm development team.
|
||||
|
||||
SUBDIRS = private
|
||||
|
||||
sublib_name = glibmm
|
||||
sublib_libname = glibmm-2.4
|
||||
sublib_namespace = Glib
|
||||
sublib_cflags = $(GLIBMM_CFLAGS)
|
||||
|
||||
sublib_files_extra_posix_cc =
|
||||
sublib_files_extra_win32_cc =
|
||||
|
||||
sublib_files_extra_general_cc = \
|
||||
class.cc \
|
||||
containers.cc \
|
||||
debug.cc \
|
||||
dispatcher.cc \
|
||||
error.cc \
|
||||
exception.cc \
|
||||
exceptionhandler.cc \
|
||||
init.cc \
|
||||
interface.cc \
|
||||
main.cc \
|
||||
miscutils.cc \
|
||||
object.cc \
|
||||
objectbase.cc \
|
||||
pattern.cc \
|
||||
property.cc \
|
||||
propertyproxy.cc \
|
||||
propertyproxy_base.cc \
|
||||
quark.cc \
|
||||
random.cc \
|
||||
signalproxy.cc \
|
||||
signalproxy_connectionnode.cc \
|
||||
streamiochannel.cc \
|
||||
stringutils.cc \
|
||||
threadpool.cc \
|
||||
timer.cc \
|
||||
timeval.cc \
|
||||
ustring.cc \
|
||||
utility.cc \
|
||||
value.cc \
|
||||
value_custom.cc \
|
||||
wrap.cc
|
||||
|
||||
sublib_files_extra_posix_h =
|
||||
sublib_files_extra_win32_h =
|
||||
|
||||
sublib_files_extra_general_h = \
|
||||
arrayhandle.h \
|
||||
class.h \
|
||||
containerhandle_shared.h \
|
||||
containers.h \
|
||||
debug.h \
|
||||
dispatcher.h \
|
||||
error.h \
|
||||
exception.h \
|
||||
exceptionhandler.h \
|
||||
helperlist.h \
|
||||
init.h \
|
||||
i18n.h \
|
||||
interface.h \
|
||||
iochannel.h \
|
||||
keyfile.h \
|
||||
listhandle.h \
|
||||
main.h \
|
||||
miscutils.h \
|
||||
object.h \
|
||||
objectbase.h \
|
||||
pattern.h \
|
||||
property.h \
|
||||
propertyproxy.h \
|
||||
propertyproxy_base.h \
|
||||
quark.h \
|
||||
random.h \
|
||||
refptr.h \
|
||||
sarray.h \
|
||||
signalproxy_connectionnode.h \
|
||||
slisthandle.h \
|
||||
streamiochannel.h \
|
||||
stringutils.h \
|
||||
threadpool.h \
|
||||
timer.h \
|
||||
timeval.h \
|
||||
ustring.h \
|
||||
utility.h \
|
||||
value.h \
|
||||
value_custom.h \
|
||||
wrap.h
|
||||
|
||||
include $(top_srcdir)/build_shared/Makefile_build_gensrc.am_fragment
|
||||
|
||||
files_built_general_cc += value_basictypes.cc
|
||||
files_built_general_h += signalproxy.h value_basictypes.h
|
||||
|
||||
lib_LTLIBRARIES = libglibmm-2.4.la
|
||||
if OS_WIN32
|
||||
libglibmm_2_4_la_SOURCES = $(files_all_general_cc) $(files_all_win32_cc)
|
||||
else
|
||||
libglibmm_2_4_la_SOURCES = $(files_all_general_cc) $(files_all_posix_cc)
|
||||
endif
|
||||
libglibmm_2_4_la_LDFLAGS = $(common_ldflags)
|
||||
libglibmm_2_4_la_LIBADD = $(GLIBMM_LIBS)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue