mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-12 02:53:05 +00:00
updated
This commit is contained in:
parent
4d4d27e86b
commit
0ca75f1846
7 changed files with 1468 additions and 28 deletions
|
@ -1,11 +1,11 @@
|
|||
PROGS= showZobov
|
||||
PROGS= showZobov buildObservedVoids
|
||||
|
||||
CXX=g++
|
||||
CC=gcc
|
||||
|
||||
include config.mk
|
||||
|
||||
SOURCES= showZobov.cpp loadZobov.cpp zobovConf.c
|
||||
SOURCES= showZobov.cpp loadZobov.cpp zobovConf.c buildObservedVoids.cpp
|
||||
|
||||
LIBS= $(LDFLAGS)
|
||||
|
||||
|
@ -15,6 +15,8 @@ showZobov: showZobov.o loadZobov.o zobovConf.o
|
|||
|
||||
testZobov: testZobov.o loadZobov.o
|
||||
|
||||
buildObservedVoids: buildObservedVoids.o loadZobov.o buildObservedVoids_conf.o
|
||||
|
||||
depend: $(SOURCES)
|
||||
@echo "[DEPENDS] $^"
|
||||
@$(CC) $(CPPFLAGS) -M -MM $^ > .mydepends
|
||||
|
@ -36,7 +38,11 @@ clean:
|
|||
|
||||
zobovConf.c zobovConf.h: showZobov.ggo Makefile
|
||||
@echo "[OPT] $@"
|
||||
gengetopt -i $< -f zobovConf -a zobovConf_info -F zobovConf -C
|
||||
@gengetopt -i $< -f zobovConf -a zobovConf_info -F zobovConf -C
|
||||
|
||||
buildObservedVoids_conf.c buildObservedVoids_conf.h: buildObservedVoids.ggo Makefile
|
||||
@echo "[OPT] $@"
|
||||
@gengetopt -i $< -f buildObservedVoids_conf -a buildObservedVoids_info -F buildObservedVoids_conf -C
|
||||
|
||||
%.o: %.c
|
||||
@echo "[C] $< ..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue