1 ## Process this file with automake to produce Makefile.im
4 # The library we want to build
6 lib_LTLIBRARIES = lib@LIBRARY@.la
9 # Headers and extra stuff we want to distribute
11 noinst_HEADERS = freeglut_internal.h freeglut_teapot_data.h
13 EXTRA_DIST = freeglutdll.def
16 # Those source files build the freeglut library
18 lib@LIBRARY@_la_SOURCES = freeglut_callbacks.c \
23 freeglut_glutfont_definitions.c \
24 freeglut_font_data.c \
25 freeglut_stroke_roman.c \
26 freeglut_stroke_mono_roman.c \
30 freeglut_input_devices.c \
31 freeglut_spaceball.c \
38 freeglut_structure.c \
40 freeglut_videoresize.c \
45 # Additional linker flags
47 lib@LIBRARY@_la_LIBADD = $(GL_LIBS) $(X_LIBS) $(LIBM)
48 lib@LIBRARY@_la_LDFLAGS = $(VERSION_INFO) -no-undefined
49 lib@LIBRARY@_la_CFLAGS = $(GL_FLAGS) $(X_CFLAGS) $(EXPORT_FLAGS)
50 lib@LIBRARY@_la_CPPFLAGS= -I$(top_srcdir)/include