frotz_la_SOURCES = buffer.c err.c fastmem.c files.c input.c main.c math.c \
object.c process.c quetzal.c random.c redirect.c sound.c stream.c table.c \
text.c variable.c glkscreen.c glkmisc.c frotz.h glkfrotz.h glkio.h setup.h
-frotz_la_CPPFLAGS = -I$(top_srcdir)
+frotz_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara
frotz_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
frotzdocdir = $(datadir)/doc/$(PACKAGE)/frotz
#include "frotz.h"
-#include <libchimara/glk.h>
+#include "glk.h"
#include "glkio.h"
-#include <libchimara/glkstart.h>
-#include <libchimara/gi_blorb.h>
+#include "glkstart.h"
+#include "gi_blorb.h"
extern void seed_random (int);
extern void restart_screen (void);
*/
#include "frotz.h"
-#include <libchimara/glk.h>
+#include "glk.h"
#include "glkio.h"
extern void set_more_prompts (bool);
#include <ctype.h>
#include <time.h>
-#include <libchimara/glk.h>
+#include "glk.h"
extern int curr_status_ht;
extern int mach_status_ht;
*
*/
-#include <libchimara/glk.h>
-#include <libchimara/glkstart.h>
+#include "glk.h"
+#include "glkstart.h"
static int myargc;
static char **myargv;
*/
#include "frotz.h"
-#include <libchimara/glk.h>
+#include "glk.h"
#include "glkio.h"
#define get_c fgetc
$(BLORB) \
$(SOUND)
nodist_nitfol_la_SOURCES = copying.c dbg_help.h startunix.c
-nitfol_la_CPPFLAGS = -I$(top_srcdir) -DSMART_TOKENISER -DUSE_INLINE
+nitfol_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara \
+ -DSMART_TOKENISER -DUSE_INLINE
nitfol_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
info_TEXINFOS = nitfol.texi
#include "nitfol.h"
-#include <libchimara/gi_blorb.h>
+#include "gi_blorb.h"
/* Link this in only if your glk supports blorb */
*/
#include "nitfol.h"
-#include <libchimara/gi_blorb.h>
+#include "gi_blorb.h"
static void set_zfile(strid_t file)
#include <time.h> /* For time() */
#include <ctype.h> /* for isspace, isgraph, etc. */
#include <limits.h>
-#include <libchimara/glk.h>
+#include "glk.h"
#define GLK_EOF ((glsi32) -1)
#define NITFOL_MAJOR 0
#include "z_io.h"
#include "no_snd.h"
-#include <libchimara/gi_blorb.h>
+#include "gi_blorb.h"
#include "no_graph.h"
#include "no_blorb.h"
-This is ../../../interpreters/nitfol/nitfol.info, produced by makeinfo
-version 4.13 from ../../../interpreters/nitfol/nitfol.texi.
+This is nitfol.info, produced by makeinfo version 4.13 from nitfol.texi.
INFO-DIR-SECTION Games
START-INFO-DIR-ENTRY
\1f
Tag Table:
-Node: Top\7f263
-Node: Invoking nitfol\7f1602
-Node: Features\7f8478
-Node: Preferences\7f9127
-Node: Infinite undo/redo\7f10483
-Node: Aliases\7f11257
-Node: Abbreviation Expansion\7f13781
-Node: Typo correction\7f14898
-Node: Automapping\7f16812
-Node: Quetzal\7f22591
-Node: Blorb\7f24312
-Node: Debugger\7f24738
-Node: Bugs\7f31713
-Node: Thanks\7f34768
-Node: Games Cited\7f35184
+Node: Top\7f205
+Node: Invoking nitfol\7f1544
+Node: Features\7f8420
+Node: Preferences\7f9069
+Node: Infinite undo/redo\7f10425
+Node: Aliases\7f11199
+Node: Abbreviation Expansion\7f13723
+Node: Typo correction\7f14840
+Node: Automapping\7f16754
+Node: Quetzal\7f22533
+Node: Blorb\7f24254
+Node: Debugger\7f24680
+Node: Bugs\7f31655
+Node: Thanks\7f34710
+Node: Games Cited\7f35126
\1f
End Tag Table
#include "nitfol.h"
-#include <libchimara/gi_blorb.h>
+#include "gi_blorb.h"
/* Link this in only if your glk doesn't support blorb */
#include <dirent.h>
#include <limits.h>
#include \"$header\"
-#include <libchimara/glkstart.h>
+#include \"glkstart.h\"
static char *game_filename = NULL;