source:
tags/initial/NIELS_F77/Makefile
Last change on this file was 2, checked in by oldcode, 24 years ago | |
---|---|
|
|
File size: 197 bytes |
Line | |
---|---|
1 | OBJECT = \ |
2 | nil_pal.o nil_simrank.o |
3 | |
4 | all: $(OBJECT:%.o=$(ARBHOME)/bin/%) |
5 | |
6 | $(ARBHOME)/bin/%: %.f |
7 | $(F77) $(f77_flags) -f -o $@ $< $(F77LIB) |
8 | |
9 | depend: |
10 | @echo "No dependencies generated for NIELS_F77" |
Note: See TracBrowser
for help on using the repository browser.