vide_public/external/libsdf/apps/SDFcvt/GNUmakefile
2013-03-02 21:41:07 -05:00

15 lines
300 B
Makefile

TREEHOME=../..
##### Application-specific stuff goes here
treedir=$(TREEHOME)
programname=SDFcvt
src=SDFcvt.c
#### end of application-specific stuff
include $(treedir)/Make-common/Make.$(ARCH)
include $(treedir)/Make-common/Make.generic
# DO NOT DELETE THIS LINE -- make depend depends on it.