POSYBL_LIB = /users/m/matloff/Pub/POSYBL/lib all: prime front_end prime: Prime.c DSMCalls.o DSMInclude.h gcc -g -I. -o prime Prime.c DSMCalls.o -L$(POSYBL_LIB) -lposybl DSMCalls.o: DSMCalls.c gcc -g -c DSMCalls.c front_end: DSMFrontEnd.c gcc -g -o front_end DSMFrontEnd.c -L$(POSYBL_LIB) -lposybl