INSTALLDIR = "$(HOME)/Apps";
GENERATEMAIN = YES;
APPICON = Chatter.tiff;
FILESTABLE = {
    OTHER_LIBS = (Media_s, NeXT_s);
    CLASSES = (ChatterAppDelegate.m, ChatterConsoleController.m, ChatterInfoController.m, ChatterPrefController.m, ChatterWorkspaceController.m);
    OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble);
    INTERFACES = (BuildingImagePanel.nib, Chatter.nib, ConsolePanel.nib, InfoPanel.nib, PrefPanel.nib, WorkspacePanel.nib);
    H_FILES = (ChatterAppDelegate.h, ChatterConsoleController.h, ChatterInfoController.h, ChatterPrefController.h, ChatterWorkspaceController.h);
    IMAGES = (Chatter.tiff, SmalltalkLogo.tiff);
    OTHER_LINKED = ();
    M_FILES = (Chatter_main.m);
};
DOCICONFILES = (STFile.tiff);
APPCLASS = Application;
DOCEXTENSIONS = (st);
MAINNIB = Chatter;
PROJECTTYPE = Application;
PROJECTVERSION = 1.1;
LOCALIZABLE_FILES = {
    BuildingImagePanel.nib;
    ConsolePanel.nib;
    PrefPanel.nib;
    WorkspacePanel.nib;
    Chatter.nib;
    InfoPanel.nib;
};
PROJECTNAME = Chatter;
SYSTEMEXTENSIONS = ();
LANGUAGE = English;
