1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-18 12:45:00 +00:00
qb64/internal/c/parts/core/download/freeglut-2.8.0/progs/demos/smooth_opengl3/Makefile.am

6 lines
288 B
Makefile

EXTRA_DIST = smooth_opengl3.c smooth_opengl3.dsp
noinst_PROGRAMS = smooth_opengl3
smooth_opengl3_SOURCES = smooth_opengl3.c
smooth_opengl3_LDFLAGS = -export-dynamic
smooth_opengl3_LDADD = ../../../src/lib@LIBRARY@.la $(GL_LIBS)
smooth_opengl3_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)