summaryrefslogtreecommitdiff
path: root/libs/glibmm2/glibmm/Makefile.am
blob: ff8555c5719451a25fd34531f3582199d0520b52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
## Copyright (c) 2001
## The gtkmm development team.

SUBDIRS = 

sublib_name = glibmm
sublib_libname = glibmm-2.4
sublib_namespace = Glib
sublib_cflags = $(GLIBMM_CFLAGS)

sublib_files_extra_posix_cc =

sublib_files_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_posix_h =

sublib_files_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 \
  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

files_built_general_cc  = value_basictypes.cc
files_built_general_h  = signalproxy.h value_basictypes.h

lib_LTLIBRARIES = libglibmm-2.4.la
libglibmm_2_4_la_SOURCES = $(files_all_general_cc) $(files_all_posix_cc)
libglibmm_2_4_la_LDFLAGS = $(common_ldflags)
libglibmm_2_4_la_LIBADD = $(GLIBMM_LIBS)