X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=course%2Fsemester2%2Fpprog%2Fassignment1%2Fmthread%2FMakefile;h=b0d614daa37de3663da7d410a0e3c913699d764b;hb=c2c6a38870351a5702913ce8a97c25c51662a59c;hp=0f46414b020bc86fca08721f6c4f4eae18f646fc;hpb=0f1c535d8b786d3cf5b28231135fe1172571425f;p=matches%2Fhonours.git diff --git a/course/semester2/pprog/assignment1/mthread/Makefile b/course/semester2/pprog/assignment1/mthread/Makefile deleted file mode 100644 index 0f46414b..00000000 --- a/course/semester2/pprog/assignment1/mthread/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -#Makefile for nbody program - pthread version - -CXX = gcc -LIBRARIES = -lm -lGL -lglut -lGLU -lpthread -FLAGS = --std=c99 -Wall -pedantic -g -PREPROCESSOR_FLAGS = -SINGLE_THREAD_OBJ = main.o nbody.o graphics.o -LINK_OBJ = main.o nbody.o graphics.o - -BIN = nbody - -$(BIN) : $(LINK_OBJ) - $(CXX) -o $(BIN) $(LINK_OBJ) $(LIBRARIES) - -nbody : - -%.o : %.c - $(CXX) $(FLAGS) $(PREPROCESSOR_FLAGS) -c $< - -clean : - $(RM) $(BIN) $(OBJ) $(LINK_OBJ) - -clean_full: #cleans up all backup files - $(RM) $(BIN) $(OBJ) $(LINK_OBJ) - $(RM) *.*~ - $(RM) *~ diff --git a/course/semester2/pprog/assignment1/mthread/Makefile b/course/semester2/pprog/assignment1/mthread/Makefile new file mode 120000 index 00000000..b0d614da --- /dev/null +++ b/course/semester2/pprog/assignment1/mthread/Makefile @@ -0,0 +1 @@ +../single-thread/Makefile \ No newline at end of file