imake.proto:
cd $(IMAKESRC) && $(MAKE) $(FLAGS)
- $(RM) $(DEPENDSRC)/Makefile.proto
+ $(RM) $(DEPENDSRC)/Makefile.proto $(DEPENDSRC)/.depend
$(DEPENDSRC)/Makefile.proto:
$(IMAKE_CMD) -s $(DEPENDSRC)/Makefile.proto -f $(DEPENDSRC)/Imakefile -DTOPDIR=$(DEPENDTOP) -DCURDIR=$(DEPENDSRC)
# define HasGcc2 YES
#endif
-/* Use installed X11 includes/libs on FreeBSD 11+ */
-#if (OSMajorVersion >= 11)
+/* Use installed X11 includes/libs */
#define UseInstalledX11 YES
-#endif
-
/* For DtHelp TIFF processing routines. */
#ifdef AMD64Architecture
#define GccGasOption -DGCCUSESGAS
#define AsmDefines -DUSE_GAS
+/* Use installed X11 includes/libs */
+#define UseInstalledX11 YES
#ifdef i386Architecture
# ifndef OptimizedCDebugFlags
# endif
#endif
-/* Use installed versions of Xm and X11 */
-#if OSMajorVersion >= 6
+/* Use installed X11 includes/libs */
# define UseInstalledX11 YES
-#endif
/*
* Compiler Features
#define DependDefines -D__BUILTIN_VA_ARG_INCR
#endif
+/* Use installed X11 includes/libs */
+#define UseInstalledX11 YES
+
#define LdPreLib -L$(BUILDLIBDIR)
#define PamUnixDefines -DPAM_NIS
#define TtLargePICTable YES
BOOTSTRAPCFLAGS =
CC = cc
CDEBUGFLAGS = -O
-INCLUDES = -I../../include -I/usr/local/include/X11 -I/usr/include/X11 -I/usr/X11R6/include/X11 -I../../imports/x11/include/X11
+INCLUDES = -I../../include -I/usr/local/include/X11 -I/usr/include/X11 -I/usr/X11R6/include/X11 -I/usr/X11R7/include/X11
CFLAGS = $(BOOTSTRAPCFLAGS) $(CDEBUGFLAGS) $(INCLUDES)
SHELL = /bin/sh
RM = rm -f
clean:
$(RM) ccimake imake.o imake
$(RM_CMD) \#*
- $(RM) -r Makefile.proto Makefile Makefile.dep bootstrap
+ $(RM) -r Makefile.proto Makefile Makefile.dep bootstrap .depend
depend: