#endif
#ifndef FilesToClean
#define FilesToClean *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut
+#endif
+#ifndef STDCTopIncludes
+#define STDCTopIncludes
#endif
SHELL = BourneShell
EXTRA_LIBRARIES = ExtraLibraries
TAGS = TagsCmd
ETAGS = EtagsCmd
+STDC_TOP_INCLUDES = STDCTopIncludes
+
#if ConstructMFLAGS
MFLAGS = -$(MAKEFLAGS)
#endif
#define CcCmd gcc -fstrength-reduce -fpcc-struct-return -fwritable-strings -traditional
#else /* server won't compile with -traditional */
#define CcCmd gcc -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall
+#define STDCTopIncludes -I$(TOP)/include/stdc-incl
#endif
#endif
#endif
#define CcCmd gcc -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -fwritable-strings -traditional
#else /* server won't compile with -traditional */
#define CcCmd gcc -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall
+#define STDCTopIncludes -I$(TOP)/include/stdc-incl
#endif
#endif
#endif