/*
 * Top of Imakefile < Imakefile >
 *
 * Target all: Borland Graphics Interface for unix
 *
 * Copyright (c) 1992-94,95 Tokyo Denki University, Taiji Yamada
 */
#include "config.h"

#define IHaveSubdirs
SUBDIRS = sources graffit bin samples

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

NamedTargetSubdirs(print-all,$(SUBDIRS),"making" print-all,,print-all)
