1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-19 22:35:24 +00:00
qb64/internal/c/parts/core/download/freeglut-2.8.0/progs/demos/spaceball/Makefile.am

6 lines
272 B
Makefile

EXTRA_DIST = spaceball.c vmath.c vmath.h vmath.inl
noinst_PROGRAMS = spaceball
spaceball_SOURCES = spaceball.c vmath.c
spaceball_LDFLAGS = -export-dynamic
spaceball_LDADD = ../../../src/lib@LIBRARY@.la $(GL_LIBS) -lm
spaceball_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)