i try to develop a make file and i got this error :
Dependency line needs colon or double colon operator.
my makefile is in this state yet:
Books.o: Books.cpp include/author.h include/Booksh.h include/library.h
xlC -c SourceFiles/Books.cpp -l vista -L/sbx/asc/slib -I/user/serkans/myprog/BookLibraryTrial/include -I/sbx/asc/vista
libMan : main.cpp cmnlib/libfoo.a
xlC main.cpp cmnlib/libfoo.a -l vista -L/sbx/asc/slib -I/sbx/asc/vista -I/sbx/asc/inst/TRAINING++/include -bhalt:5
what could be the problem?