FFLAGS = $(DFLAGS) -O1
OBJS  = mainnc.o nlscon.o
nlscon: $(OBJS)
	f77 $(DFLAGS) $(OBJS) -o nlscon
