#!/bin/bash # # mkkind # Morgan Deters for CVC4 # Copyright (c) 2010 The CVC4 Project # # The purpose of this script is to create kind.h from a prologue, # middle, epilogue, and a list of theory kinds. # # Invocation: # # mkkind prologue-file middle-file epilogue-file theory-kind-files... # # Output is to standard out. # cat <