source: tags/initial/NIELS_F77/Makefile

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 197 bytes
Line 
1OBJECT = \
2        nil_pal.o nil_simrank.o
3
4all: $(OBJECT:%.o=$(ARBHOME)/bin/%)
5
6$(ARBHOME)/bin/%: %.f
7        $(F77) $(f77_flags) -f -o $@ $< $(F77LIB)
8
9depend:
10        @echo "No dependencies generated for NIELS_F77"
Note: See TracBrowser for help on using the repository browser.