--- rpl/modules/motif/Makefile.am 2017/07/11 16:04:53 1.8 +++ rpl/modules/motif/Makefile.am 2017/08/22 11:37:30 1.13 @@ -1,15 +1,18 @@ SRCRPLC=\ XSynchronize.rplc \ + XStoreName.rplc \ XtAddCallback.rplc \ XtAppExitMainLoop.rplc \ XtAppInitialize.rplc \ XtAppMainLoop.rplc \ XtCreatePopupShell.rplc \ + XtCreateManagedWidget.rplc \ XtCreateWidget.rplc \ XtDestroyWidget.rplc \ XtPopdown.rplc \ XtPopup.rplc \ XtRealizeWidget.rplc \ + XtRemoveCallback.rplc \ callbacks.rplc \ motif.rplc \ types.rplc @@ -27,7 +30,7 @@ all: motif.rplso EXTRA_DIST = $(SRCRPLC) $(SRCH) $(EXAMPLES) definitions.sh clean: - \rm -f $(OBJ) motif.rplso + \rm -f $(OBJ) motif.rplso variables.h variables.h: definitions.sh @echo " DEF $@" @@ -41,6 +44,7 @@ variables.h: definitions.sh @gfortran -x c -fPIC -Wall -DRPLCONFIG -O2 -g -funsigned-char \ -I$(top_srcdir) -I$(top_builddir)/src -I$(builddir) \ -DREADLINE_LIBRARY \ + -I$(top_builddir) \ -I$(top_srcdir)/tools/@READLINE@ \ -I$(top_builddir)/tools/@READLINE@ \ -I$(top_builddir)/tools/@GSL@ \