/*
 * Make makefiles, the top of Imakefiles in graffit library < Imakefile >
 *
 * Target libgraffit.a and .so for Borland Graphics Interface
 *
 * Copyright (C) 1992-1994,1995 Taiji Yamada, Tokyo Denki University
 * Copyright (C) 1995-1999 Taiji Yamada, AIHARA Electrical Engineering Co.,Ltd.
 */
#include "../config.h"

#define IHaveSubdirs
SUBDIRS = sources

#define PassCDebugFlags
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
