Prerelease mm_trj

edited logo
edited Makefile's
This commit is contained in:
arcan1s
2013-08-04 06:41:22 +04:00
parent 1344434468
commit 8861dbd7d6
33 changed files with 3353 additions and 18 deletions

View File

@ -45,7 +45,7 @@ PROJECT_BRIEF = "Program that analyzes molecular dynamic trajectories u
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
# Doxygen will copy the logo to the output directory.
PROJECT_LOGO = /home/arcanis/Documents/github/moldyn/statgen/logo.png
PROJECT_LOGO = ./logo.png
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

View File

@ -6,7 +6,7 @@ LDFLAGS=-lm
SOURCES_DIR=src
SOURCES=main.c add_main.c coords.c graph.c messages.c stat_print.c stat_select.c stat_sort.c summary_stat.c
OBJECTS=$(SOURCES:.c=.o)
EXECUTABLE=statgen
EXECUTABLE=mm_statgen
$(PROJECT): $(SOURCES) $(EXECUTABLE)
@ -17,5 +17,4 @@ $(EXECUTABLE): $(OBJECTS)
$(CC) $(CFLAGS) $< -o $@
clean:
rm -f *.o
rm -f *.o test*