pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ../..
+top_builddir = ..
ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
.SUFFIXES:
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnu Simulator/Include/Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu Include/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
@:
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
cd $(top_builddir) \
- && CONFIG_FILES= CONFIG_HEADERS=Simulator/Include/config.h \
+ && CONFIG_FILES= CONFIG_HEADERS=Include/config.h \
$(SHELL) ./config.status
@echo timestamp > stamp-h
$(srcdir)/config.h.in: @MAINT@$(srcdir)/stamp-h.in
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-subdir = Simulator/Include
+subdir = Include
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
distdir=`cd $(distdir) && pwd`; \
cd $(top_srcdir) \
- && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Simulator/Include/Makefile
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Include/Makefile
@for file in $(DISTFILES); do \
d=$(srcdir); \
test -f $(distdir)/$$file \
-/* Simulator/Include/config.h.in. Generated automatically from configure.in by autoheader. */
+/* Include/config.h.in. Generated automatically from configure.in by autoheader. */
/* Define to empty if the keyword does not work. */
#undef const
/* Define if you have the GLcore library (-lGLcore). */
#undef HAVE_LIBGLCORE
+/* Define if you have the ICE library (-lICE). */
+#undef HAVE_LIBICE
+
/* Define if you have the MesaGL library (-lMesaGL). */
#undef HAVE_LIBMESAGL
/* Define if you have the MesaGLU library (-lMesaGLU). */
#undef HAVE_LIBMESAGLU
+/* Define if you have the SM library (-lSM). */
+#undef HAVE_LIBSM
+
/* Define if you have the X11 library (-lX11). */
#undef HAVE_LIBX11
/* Define if you have the Xmu library (-lXmu). */
#undef HAVE_LIBXMU
+/* Define if you have the Xt library (-lXt). */
+#undef HAVE_LIBXT
+
/* Define if you have the glut library (-lglut). */
#undef HAVE_LIBGLUT