9 lines
402 B
Makefile
9 lines
402 B
Makefile
lib_LTLIBRARIES = libneofx.la
|
|
libneofx_la_SOURCES = math.c collision.c physics.c
|
|
libneofx_la_LDFLAGS = -version-info 0:0:0 -release 0.1
|
|
|
|
library_includedir = $(includedir)/libneofx-0.1/neofx
|
|
library_include_HEADERS = neofx/math.h neofx/collision.h neofx/types.h neofx/physics.h
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libneofx-0.1.pc
|