Added function to define of aglomerate type

This commit is contained in:
arcan1s
2013-07-21 06:29:47 +04:00
parent 18b0a73bd8
commit 2057208ef6
4 changed files with 160 additions and 30 deletions

View File

@ -3,7 +3,7 @@ PROJECT=STATGEN
CC=gcc
CFLAGS=-c -Wall -fPIC
LDFLAGS=-lm
SOURCES=main.c coords.c int2str.c messages.c stat_print.c stat_select.c stat_sort.c summary_stat.c
SOURCES=main.c coords.c graph.c int2str.c messages.c stat_print.c stat_select.c stat_sort.c summary_stat.c
OBJECTS=$(SOURCES:.c=.o)
EXECUTABLE=statgen