Added SDFcvt to the build

This commit is contained in:
Guilhem Lavaux 2013-03-02 21:41:07 -05:00
parent 5d9dad1439
commit c385a9a11a
5 changed files with 484 additions and 3 deletions

15
external/libsdf/apps/SDFcvt/GNUmakefile vendored Normal file
View file

@ -0,0 +1,15 @@
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.