Parent Directory
|
Revision Log
|
Revision Graph
Removing files I don't want and splitting up files
| 1 | cnh | 1.1 | ifndef MAKEFILE_LOCAL |
| 2 | MAKEFILE_LOCAL=Makefile.local | ||
| 3 | endif | ||
| 4 | include $(MAKEFILE_LOCAL) | ||
| 5 | |||
| 6 | .SUFFIXES: $(SUFFIXES) .F90 | ||
| 7 | |||
| 8 | OBJS = prmtop.o main.o | ||
| 9 | |||
| 10 | a.out: $(OBJS) | ||
| 11 | $(F90) $(F90FLAGS) $(OBJS) | ||
| 12 | |||
| 13 | .F90.o: | ||
| 14 | $(F90) $(F90FLAGS) -c $< |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |