Hi,
I’ve got to edit the make file I have for the following options:
AUX_OBJS= auxf95.o
LIBS= $(EXTRA_LIBS)
INCFLAGS=
But I do not know how I should do that. Would be really grateful to know how to handle it.
Regards,
Hi,
I’ve got to edit the make file I have for the following options:
AUX_OBJS= auxf95.o
LIBS= $(EXTRA_LIBS)
INCFLAGS=
But I do not know how I should do that. Would be really grateful to know how to handle it.
Regards,
The makefile is usually part of the source code and governs the compilation (or installation) of a package. It is usually called ‘Makefile’ (with capital M). Go to the directory with your source and edit that file using your favorite editor (joe, vi, emacs …).
Or: rephrase your question.