# Makefile.am for ropp_apps/common
# ==================================

# 1. Common (for several APPS implementations) routines
# -----------------------------------------------------

EXTRA_DIST = ropp_apps_types.f90      \
             ropp_apps_utils.f90      \
             ropp_apps_constants.f90  \
             ropp_apps_version.f90

# 2. Rules for compilation
# ------------------------

.m4.f90:
	$(M4) $(M4_OPTS) $< > $@
