Skip to content
Snippets Groups Projects
Commit d4d2845b authored by Mark Jenkinson's avatar Mark Jenkinson
Browse files

Changed how external libraries are found in Makefiles - e.g. LIB_NEWMAT and INC_NEWMAT

parent 189561f3
No related branches found
Tags RECOVERED-11Apr2003 stable-03Mar2003
No related merge requests found
...@@ -6,6 +6,9 @@ OPTFLAGS = -O3 ...@@ -6,6 +6,9 @@ OPTFLAGS = -O3
PROJNAME = melodic2 PROJNAME = melodic2
USRINCFLAGS = -I${INC_NEWMAT} -I${INC_PROB} -I${INC_GD} -I${INC_GDC} -I${INC_PNG} -I${INC_ZLIB}
USRLDFLAGS = -L${LIB_NEWMAT} -L${LIB_PROB} -L${LIB_GD} -L${LIB_GDC} -L${LIB_PNG} -L${LIB_ZLIB}
LIBS = -lutils -lnewimage -lmiscplot -lmiscpic -lmiscmaths -lavwio -lnewmat -lprob -lm -lgdc -lgd -lpng -lz LIBS = -lutils -lnewimage -lmiscplot -lmiscpic -lmiscmaths -lavwio -lnewmat -lprob -lm -lgdc -lgd -lpng -lz
TOBJS = test.o TOBJS = test.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment