9 lines
298 B
Makefile
9 lines
298 B
Makefile
INCLUDES = -I../../common/include @TIFF_CFLAGS@
|
|
|
|
bin_PROGRAMS = bogscale
|
|
|
|
bogscale_SOURCES = bogscale.C
|
|
|
|
bogscale_LDADD = -L../../common/lib/geometry -lgeometry -L../../common/lib/texture -ltexture -L../../common/lib/utils -lpvvmudutils -L../../common/lib/srvcli -lsrvcli @TIFF_LIBS@ -ltiff -lm
|
|
|