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 \
37 freeglut_structure.c \
39 freeglut_videoresize.c \
43 # Additional linker flags
45 lib@LIBRARY@_la_LIBADD = $(LIBM) $(X_LIBS) $(GL_LIBS) $(LIBXXF86VM)
46 lib@LIBRARY@_la_LDFLAGS = $(VERSION_INFO)
47 lib@LIBRARY@_la_CFLAGS = $(X_CFLAGS) $(EXPORT_FLAGS)
48 lib@LIBRARY@_la_CPPFLAGS= -I$(top_srcdir)/include