source: molecuilder/src/#makefile#@ e0c5b1

Last change on this file since e0c5b1 was e0c5b1, checked in by Christian Neuen <neuen@…>, 17 years ago

Multiple changes to boundary, currently not fully operational.
Molecules has a new routine to create adjacency lists, reading bonds from a dbond file instead of looking for the distances by itself.
Vector function Project onto plane has been updated.

  • Property mode set to 100644
File size: 113 bytes
Line 
1CC = gcc
2CFLAGS = -g -Wall
3CompileFlags = -lgsl -lgslcblas -lm
4
5
6.c.o:
7 $(CC) $(CFLAGS) -c $<
8
9clean:
10 rm -f *.o
Note: See TracBrowser for help on using the repository browser.