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

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

CVSweb interface <joel.bertrand@systella.fr>