Annotation of rpl/modules/motif/Makefile.am, revision 1.12

1.1       bertrand    1: SRCRPLC=\
1.4       bertrand    2:    XSynchronize.rplc \
                      3:    XtAddCallback.rplc \
1.2       bertrand    4:    XtAppExitMainLoop.rplc \
                      5:    XtAppInitialize.rplc \
                      6:    XtAppMainLoop.rplc \
1.4       bertrand    7:    XtCreatePopupShell.rplc \
1.12    ! bertrand    8:    XtCreateManagedWidget.rplc \
1.2       bertrand    9:    XtCreateWidget.rplc \
1.4       bertrand   10:    XtDestroyWidget.rplc \
                     11:    XtPopdown.rplc \
                     12:    XtPopup.rplc \
1.3       bertrand   13:    XtRealizeWidget.rplc \
1.10      bertrand   14:    XtRemoveCallback.rplc \
1.4       bertrand   15:    callbacks.rplc \
1.2       bertrand   16:    motif.rplc \
                     17:    types.rplc
1.1       bertrand   18: 
                     19: SRCH=\
                     20:     motif.h
                     21: 
                     22: EXAMPLES=\
                     23:    example.rpl
                     24: 
                     25: OBJ=$(SRCRPLC:.rplc=.o)
                     26: 
                     27: all: motif.rplso
                     28: 
1.4       bertrand   29: EXTRA_DIST = $(SRCRPLC) $(SRCH) $(EXAMPLES) definitions.sh
1.1       bertrand   30: 
                     31: clean:
1.9       bertrand   32:    \rm -f $(OBJ) motif.rplso variables.h
1.1       bertrand   33: 
                     34: variables.h: definitions.sh
1.5       bertrand   35:    @echo "  DEF     $@"
1.7       bertrand   36:    @$(srcdir)/definitions.sh $(builddir) $(top_builddir) \
1.8       bertrand   37:            $(top_builddir)/tools/@OPENMOTIF@/install/include
1.1       bertrand   38: 
                     39: %.o: %.rplc $(SRCH) \
                     40:        $(top_builddir)/src/rplexternals.h $(top_builddir)/src/rpl.h \
                     41:        variables.h
1.4       bertrand   42:    @echo "  RPLC   $@"
                     43:    @gfortran -x c -fPIC -Wall -DRPLCONFIG -O2 -g -funsigned-char \
1.1       bertrand   44:            -I$(top_srcdir) -I$(top_builddir)/src -I$(builddir) \
                     45:            -DREADLINE_LIBRARY \
1.11      bertrand   46:            -I$(top_builddir) \
1.1       bertrand   47:            -I$(top_srcdir)/tools/@READLINE@ \
                     48:            -I$(top_builddir)/tools/@READLINE@ \
                     49:            -I$(top_builddir)/tools/@GSL@ \
1.2       bertrand   50:            -I$(top_srcdir)/tools/@OPENMOTIF@/lib \
1.1       bertrand   51:            @INCSIGSEGV@ \
                     52:            -D_d_version_rpl=\"@VERSION@\" \
                     53:            -c -o $@ $<
                     54: 
                     55: motif.rplso: $(OBJ)
1.4       bertrand   56:    @echo "  RPLSO  $@"
                     57:    @gfortran -shared -g -o $@ $+
1.1       bertrand   58: 
                     59: install: motif.rplso
                     60:    $(INSTALL_DATA) $< $(DESTDIR)$(libdir)/$<

CVSweb interface <joel.bertrand@systella.fr>