9 lines
239 B
Makefile
9 lines
239 B
Makefile
INCLUDES = -I../../include
|
|
|
|
noinst_LIBRARIES = libtexture.a
|
|
|
|
libtexture_a_SOURCES = texture.C texturemap.C \
|
|
load_rgb.C \
|
|
load_tiff.C save_tiff.C \
|
|
load_tex.C save_tex.C
|