/* pmake.h -- header file for pmake */ /* Portions copyright 1984 Michael M Rubenstein */ /* Portions copyright 1984 John M Sellens */ #define DEFAULT "MAKEFILE.DAT" #define SETFILE "MAKEFILE.SET" #define DEFDO ".DO" #define SUBMIT "SUB" #define SUBMAX 96 #define INMAX 256 /* maximum input line length */ #define MODBIT 0 #define VARCHAR '%' #define COMMENT ';' #define MAXLVAR 2048 #define VNAMELEN 8 #define NOTTHERE 0 #define UNCHANGED 1 #define CHANGED 2 #define THISRUN 3