quantum-espresso/make.rules.in

13 lines
142 B
Plaintext
Raw Normal View History

# @configure_input@
.SUFFIXES :
.SUFFIXES : .o .c .f .f90
.f90.o:
@f90rule@
.f.o:
$(F77) $(F77FLAGS) -c $<
.c.o:
$(CC) $(CCFLAGS) -c $<