/usr/share/nwchem/libraryps/MakeFile is in nwchem-data 6.5+r26243-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #
# $Id: MakeFile 19707 2010-10-29 17:59:36Z d3y133 $
#
OBJ_OPTIMIZE = $(OBJDIR)\nwpw_library.obj \
$(OBJDIR)\nwpw_libfile.obj
LIBRARY = nwpwlib.lib
LIB_DEFINES = -DNWPW_LIBRARY="'$(SRCDIR)/nwpw/libraryps/'"
!INCLUDE ..\..\config\NTmakefile.h
!INCLUDE ..\..\config\NTmakelib.h
|