mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
Added SDFcvt to the build
This commit is contained in:
parent
5d9dad1439
commit
c385a9a11a
5 changed files with 484 additions and 3 deletions
15
external/libsdf/apps/SDFcvt/GNUmakefile
vendored
Normal file
15
external/libsdf/apps/SDFcvt/GNUmakefile
vendored
Normal 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.
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue