# This is the makefile for the Unidata portability package. # # $Id: Makefile.in,v 1.10 1997/05/22 15:23:46 steve Exp $ .POSIX: SUBDIRS = @PORT_SUBDIRS@ SUBDIR_TARGETS = \ misc/all misc/install misc/clean misc/distclean \ fortc/all fortc/install fortc/clean fortc/distclean \ cfortran/all cfortran/install cfortran/clean \ cfortran/distclean MANIFEST = \ COPYRIGHT \ Makefile.in \ master.mk.in \ acsite.m4 all: @PORT_ALL@ \ FORCE install: @PORT_INSTALL@ \ FORCE clean: @PORT_CLEAN@ \ FORCE distclean: @PORT_DISTCLEAN@ \ FORCE rm -f master.mk Makefile: Makefile.in master.mk.in include master.mk