Blame Makefile.am

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