open-src/lib/DPS/sun-src/libdpstk/Makefile
changeset 965 c096efd79ce7
parent 963 7a4fced80e83
child 1206 9d93d4ed7f47
equal deleted inserted replaced
964:aa315b240476 965:c096efd79ce7
    26 #
    26 #
    27 
    27 
    28 # Manual conversion of the X11R6.9 xc/lib/dpstk/Imakefile
    28 # Manual conversion of the X11R6.9 xc/lib/dpstk/Imakefile
    29 
    29 
    30 LDPRELIB = -L . -L ../libdps -L ../libpsres
    30 LDPRELIB = -L . -L ../libdps -L ../libpsres
    31 DPSTKLIBS = $(LDPRELIB) -ldps -lXt -lX11 -lm -lc
    31 DPSTKLIBS = $(LDPRELIB) -ldps -lX11 -lm -lc
    32 DPSTKXMLIBS = $(LDPRELIB) -ldpstk -lpsres -ldps -L/usr/dt/lib -lXm $(DPSTKLIBS)
    32 DPSTKXMLIBS = $(LDPRELIB) -ldpstk -lpsres -ldps -L/usr/dt/lib -lXm -lXt $(DPSTKLIBS)
    33 
    33 
    34        PSWRAP = ../pswrap/pswrap
    34        PSWRAP = ../pswrap/pswrap
    35 
    35 
    36 INCLUDES = $(MOTIFINCLUDES)
    36 INCLUDES = $(MOTIFINCLUDES)
    37 
    37