2011-03-02 09:20:56 +00:00
|
|
|
#
|
2016-03-25 20:03:33 +00:00
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
# or more contributor license agreements. See the NOTICE file
|
|
|
|
# distributed with this work for additional information
|
|
|
|
# regarding copyright ownership. The ASF licenses this file
|
|
|
|
# to you under the Apache License, Version 2.0 (the
|
|
|
|
# "License"); you may not use this file except in compliance
|
|
|
|
# with the License. You may obtain a copy of the License at
|
2011-03-02 09:20:56 +00:00
|
|
|
#
|
2016-03-25 20:03:33 +00:00
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
2011-03-02 09:20:56 +00:00
|
|
|
#
|
2016-03-25 20:03:33 +00:00
|
|
|
# Unless required by applicable law or agreed to in writing,
|
|
|
|
# software distributed under the License is distributed on an
|
|
|
|
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
# KIND, either express or implied. See the License for the
|
|
|
|
# specific language governing permissions and limitations
|
|
|
|
# under the License.
|
2011-03-02 09:20:56 +00:00
|
|
|
#
|
|
|
|
|
2011-03-01 09:04:29 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
2010-12-08 21:14:04 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2015-07-08 22:16:40 +00:00
|
|
|
|
|
|
|
lib_LTLIBRARIES = libguac.la
|
2010-12-08 21:14:04 +00:00
|
|
|
|
2013-06-05 18:50:48 +00:00
|
|
|
libguacincdir = $(includedir)/guacamole
|
2015-07-08 22:16:40 +00:00
|
|
|
|
2014-04-09 22:43:09 +00:00
|
|
|
libguacinc_HEADERS = \
|
|
|
|
guacamole/audio.h \
|
|
|
|
guacamole/audio-fntypes.h \
|
|
|
|
guacamole/audio-types.h \
|
2015-06-19 20:51:46 +00:00
|
|
|
guacamole/client-constants.h \
|
2014-04-09 22:43:09 +00:00
|
|
|
guacamole/client.h \
|
2015-06-19 20:51:46 +00:00
|
|
|
guacamole/client-fntypes.h \
|
|
|
|
guacamole/client-types.h \
|
2014-04-09 22:43:09 +00:00
|
|
|
guacamole/error.h \
|
2015-06-19 20:51:46 +00:00
|
|
|
guacamole/error-types.h \
|
2014-04-09 22:43:09 +00:00
|
|
|
guacamole/hash.h \
|
|
|
|
guacamole/layer.h \
|
2015-06-19 20:51:46 +00:00
|
|
|
guacamole/layer-types.h \
|
2015-06-19 21:12:27 +00:00
|
|
|
guacamole/object.h \
|
|
|
|
guacamole/object-types.h \
|
2016-03-01 05:35:32 +00:00
|
|
|
guacamole/parser-constants.h \
|
|
|
|
guacamole/parser.h \
|
|
|
|
guacamole/parser-types.h \
|
2015-06-19 20:51:46 +00:00
|
|
|
guacamole/plugin-constants.h \
|
2014-04-09 22:43:09 +00:00
|
|
|
guacamole/plugin.h \
|
|
|
|
guacamole/pool.h \
|
2015-06-19 20:51:46 +00:00
|
|
|
guacamole/pool-types.h \
|
2014-04-09 22:43:09 +00:00
|
|
|
guacamole/protocol.h \
|
2015-06-19 20:51:46 +00:00
|
|
|
guacamole/protocol-types.h \
|
|
|
|
guacamole/socket-constants.h \
|
2014-04-09 22:43:09 +00:00
|
|
|
guacamole/socket.h \
|
2015-06-19 20:51:46 +00:00
|
|
|
guacamole/socket-fntypes.h \
|
|
|
|
guacamole/socket-types.h \
|
2014-04-09 22:43:09 +00:00
|
|
|
guacamole/stream.h \
|
2015-06-19 20:51:46 +00:00
|
|
|
guacamole/stream-types.h \
|
2014-04-09 22:43:09 +00:00
|
|
|
guacamole/timestamp.h \
|
2015-06-19 20:51:46 +00:00
|
|
|
guacamole/timestamp-types.h \
|
2016-03-01 05:35:32 +00:00
|
|
|
guacamole/unicode.h \
|
|
|
|
guacamole/user.h \
|
|
|
|
guacamole/user-constants.h \
|
|
|
|
guacamole/user-fntypes.h \
|
|
|
|
guacamole/user-types.h
|
2012-04-02 04:49:15 +00:00
|
|
|
|
2013-06-05 18:50:48 +00:00
|
|
|
noinst_HEADERS = \
|
2016-03-01 05:35:32 +00:00
|
|
|
id.h \
|
2015-08-12 03:36:57 +00:00
|
|
|
encode-jpeg.h \
|
2015-08-11 16:35:23 +00:00
|
|
|
encode-png.h \
|
2013-08-09 00:52:09 +00:00
|
|
|
palette.h \
|
2016-03-01 05:35:32 +00:00
|
|
|
user-handlers.h \
|
2015-10-01 18:49:25 +00:00
|
|
|
raw_encoder.h
|
2013-06-05 18:50:48 +00:00
|
|
|
|
|
|
|
libguac_la_SOURCES = \
|
2016-03-01 17:39:34 +00:00
|
|
|
audio.c \
|
2013-06-05 18:50:48 +00:00
|
|
|
client.c \
|
2015-08-12 03:36:57 +00:00
|
|
|
encode-jpeg.c \
|
2015-08-11 16:35:23 +00:00
|
|
|
encode-png.c \
|
2013-06-05 18:50:48 +00:00
|
|
|
error.c \
|
|
|
|
hash.c \
|
2016-03-01 05:35:32 +00:00
|
|
|
id.c \
|
2013-06-05 18:50:48 +00:00
|
|
|
palette.c \
|
2016-03-01 05:35:32 +00:00
|
|
|
parser.c \
|
2013-06-05 18:50:48 +00:00
|
|
|
pool.c \
|
|
|
|
protocol.c \
|
2016-03-01 17:39:34 +00:00
|
|
|
raw_encoder.c \
|
2013-06-05 18:50:48 +00:00
|
|
|
socket.c \
|
|
|
|
socket-fd.c \
|
|
|
|
socket-nest.c \
|
2016-02-29 04:43:13 +00:00
|
|
|
socket-tee.c \
|
2013-06-05 18:50:48 +00:00
|
|
|
timestamp.c \
|
2016-03-01 05:35:32 +00:00
|
|
|
unicode.c \
|
|
|
|
user.c \
|
|
|
|
user-handlers.c
|
2013-06-05 18:50:48 +00:00
|
|
|
|
2015-09-21 01:12:41 +00:00
|
|
|
# Compile WebP support if available
|
|
|
|
if ENABLE_WEBP
|
|
|
|
libguac_la_SOURCES += encode-webp.c
|
|
|
|
noinst_HEADERS += encode-webp.h
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
2015-07-08 22:16:40 +00:00
|
|
|
libguac_la_CFLAGS = \
|
|
|
|
-Werror -Wall -pedantic -Iguacamole
|
|
|
|
|
2015-09-04 19:50:49 +00:00
|
|
|
libguac_la_LDFLAGS = \
|
2015-12-15 21:11:16 +00:00
|
|
|
-version-info 11:0:0 \
|
2015-09-04 19:50:49 +00:00
|
|
|
@CAIRO_LIBS@ \
|
|
|
|
@JPEG_LIBS@ \
|
|
|
|
@PNG_LIBS@ \
|
|
|
|
@PTHREAD_LIBS@ \
|
|
|
|
@UUID_LIBS@ \
|
2015-09-21 01:12:41 +00:00
|
|
|
@VORBIS_LIBS@ \
|
|
|
|
@WEBP_LIBS@
|
2015-07-08 22:16:40 +00:00
|
|
|
|
|
|
|
libguac_la_LIBADD = \
|
|
|
|
@LIBADD_DLOPEN@
|