aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/src/Makefile.am
blob: 9cecae88efc2873df4a7ca1726d71abd16971f0f (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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
NULL =

lib_LTLIBRARIES = libXcomp.la

libXcomp_la_SOURCES =					\
    ActionCache.cpp					\
    Agent.cpp						\
    Alpha.cpp						\
    Auth.cpp						\
    Bitmap.cpp						\
    BlockCache.cpp					\
    BlockCacheSet.cpp					\
    ChangeGC.cpp					\
    ChangeProperty.cpp					\
    ChannelCache.cpp					\
    Channel.cpp						\
    ChannelEndPoint.cpp					\
    CharCache.cpp					\
    Children.cpp					\
    ClearArea.cpp					\
    ClientCache.cpp					\
    ClientChannel.cpp					\
    ClientProxy.cpp					\
    ClientReadBuffer.cpp				\
    ClientStore.cpp					\
    Colormap.cpp					\
    ConfigureWindow.cpp					\
    Control.cpp						\
    CopyArea.cpp					\
    CreateGC.cpp					\
    CreatePixmap.cpp					\
    DecodeBuffer.cpp					\
    EncodeBuffer.cpp					\
    FillPoly.cpp					\
    Fork.cpp						\
    GenericChannel.cpp					\
    GenericReadBuffer.cpp				\
    GenericReply.cpp					\
    GenericRequest.cpp					\
    GetImage.cpp					\
    GetImageReply.cpp					\
    GetProperty.cpp					\
    GetPropertyReply.cpp				\
    ImageText16.cpp					\
    ImageText8.cpp					\
    IntCache.cpp					\
    InternAtom.cpp					\
    Jpeg.cpp						\
    Keeper.cpp						\
    List.cpp						\
    ListFontsReply.cpp					\
    Loop.cpp						\
    Message.cpp						\
    MD5.c						\
    Misc.cpp						\
    OpcodeStore.cpp					\
    Pack.c						\
    Pgn.cpp						\
    Pipe.cpp						\
    PolyArc.cpp						\
    PolyFillArc.cpp					\
    PolyFillRectangle.cpp				\
    PolyLine.cpp					\
    PolyPoint.cpp					\
    PolySegment.cpp					\
    PolyText16.cpp					\
    PolyText8.cpp					\
    Proxy.cpp						\
    ProxyReadBuffer.cpp					\
    PutImage.cpp					\
    PutPackedImage.cpp					\
    QueryFontReply.cpp					\
    ReadBuffer.cpp					\
    RenderAddGlyphs.cpp					\
    RenderChangePicture.cpp				\
    RenderComposite.cpp					\
    RenderCompositeGlyphs.cpp				\
    RenderCreateGlyphSet.cpp				\
    RenderCreatePicture.cpp				\
    RenderExtension.cpp					\
    RenderFillRectangles.cpp				\
    RenderFreeGlyphSet.cpp				\
    RenderFreePicture.cpp				\
    RenderGenericRequest.cpp				\
    RenderPictureClip.cpp				\
    RenderPictureFilter.cpp				\
    RenderPictureTransform.cpp				\
    RenderTrapezoids.cpp				\
    RenderTriangles.cpp					\
    Rgb.cpp						\
    Rle.cpp						\
    SendEvent.cpp					\
    SequenceQueue.cpp					\
    ServerCache.cpp					\
    ServerChannel.cpp					\
    ServerProxy.cpp					\
    ServerReadBuffer.cpp				\
    ServerStore.cpp					\
    SetClipRectangles.cpp				\
    SetUnpackAlpha.cpp					\
    SetUnpackColormap.cpp				\
    SetUnpackGeometry.cpp				\
    ShapeExtension.cpp					\
    Socket.cpp						\
    Split.cpp						\
    StaticCompressor.cpp				\
    Statistics.cpp					\
    Timestamp.cpp					\
    TranslateCoords.cpp					\
    Transport.cpp					\
    Unpack.cpp						\
    Vars.c						\
    Version.c						\
    WriteBuffer.cpp					\
    XidCache.cpp					\
    Z.cpp						\
    Log.cpp						\
    $(NULL)

libXcomp_la_LIBADD =					\
    @JPEG_LIBS@						\
    @PNG_LIBS@						\
    @Z_LIBS@						\
    @PTHREAD_LIBS@					\
    $(NULL)

AM_CXXFLAGS = 						\
    $(BASE_CXXFLAGS)					\
    $(JPEG_CFLAGS)					\
    $(PNG_CFLAGS)					\
    $(Z_CFLAGS)						\
    $(PTHREAD_CFLAGS)					\
    $(NULL)

AM_CPPFLAGS =						\
    -I$(top_srcdir)/include				\
    $(NULL)

libXcomp_la_LDFLAGS =					\
    -version-number @LT_COMP_VERSION@			\
    -no-undefined					\
    @PTHREAD_LIBS@					\
    $(NULL)

libXcompincludedir = $(includedir)/nx
libXcompinclude_HEADERS =				\
    $(top_srcdir)/include/MD5.h				\
    $(top_srcdir)/include/NX.h				\
    $(top_srcdir)/include/NXalert.h			\
    $(top_srcdir)/include/NXpack.h			\
    $(top_srcdir)/include/NXproto.h			\
    $(top_srcdir)/include/NXvars.h			\
    $(NULL)