Blame Makefile.am

Packit Service 7a208c
# Copyright © 2011 Intel Corporation
Packit Service 7a208c
#
Packit Service 7a208c
# Permission is hereby granted, free of charge, to any person obtaining a
Packit Service 7a208c
# copy of this software and associated documentation files (the "Software"),
Packit Service 7a208c
# to deal in the Software without restriction, including without limitation
Packit Service 7a208c
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
Packit Service 7a208c
# and/or sell copies of the Software, and to permit persons to whom the
Packit Service 7a208c
# Software is furnished to do so, subject to the following conditions:
Packit Service 7a208c
#
Packit Service 7a208c
# The above copyright notice and this permission notice (including the next
Packit Service 7a208c
# paragraph) shall be included in all copies or substantial portions of the
Packit Service 7a208c
# Software.
Packit Service 7a208c
#
Packit Service 7a208c
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit Service 7a208c
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit Service 7a208c
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
Packit Service 7a208c
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Packit Service 7a208c
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
Packit Service 7a208c
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
Packit Service 7a208c
# IN THE SOFTWARE.
Packit Service 7a208c
Packit Service 7a208c
AUTOMAKE_OPTIONS = foreign
Packit Service 7a208c
Packit Service 7a208c
pkgconfigdir = $(libdir)/pkgconfig
Packit Service 7a208c
pkgconfig_DATA = glw.pc
Packit Service 7a208c
Packit Service 7a208c
GLW_LIBRARY_VERSION=1:0:0
Packit Service 7a208c
lib_LTLIBRARIES = libGLw.la
Packit Service 7a208c
libGLw_la_SOURCES = GLwDrawA.c
Packit Service 7a208c
libGLw_la_CFLAGS = $(GLW_CLFAGS)
Packit Service 7a208c
libGLw_la_LIBADD = $(GLW_LIBS)
Packit Service 7a208c
libGLw_la_LDFLAGS = -version-info $(GLW_LIBRARY_VERSION) -no-undefined
Packit Service 7a208c
if ENABLE_MOTIF
Packit Service 7a208c
libGLw_la_SOURCES += GLwMDrawA.c
Packit Service 7a208c
libGLw_la_CFLAGS += $(MOTIF_CFLAGS)
Packit Service 7a208c
libGLw_la_LIBADD += $(MOTIF_LIBS)
Packit Service 7a208c
endif
Packit Service 7a208c
library_includedir=$(includedir)/GL/
Packit Service 7a208c
library_include_HEADERS=GLwDrawA.h GLwDrawAP.h GLwMDrawA.h GLwMDrawAP.h
Packit Service 7a208c
Packit Service 7a208c
clean:
Packit Service 7a208c
	-rm -f *.o *.lo *.la *~
Packit Service 7a208c
	-rm -rf .libs