After finding out absolutely nothing from 'man imake' and from
inspecting the environment variables on a Solaris machine
 (MACHTYPE=sparc-sun-solaris2.7)
I've decided to ask for help with creating an Imakefile for my Linux
RH6.0 system.    I've heard that Imakefiles are not the way to go
anymore but I have to use them in my Motif programming course.

This Imakefile works for my test program (ex1.c) on Solaris using
Motif.  How could I translate this file so that I can use it on my
Linux machine which uses Lesstif ?

BTW: I can compile this program manually with the line:
 gcc -I/usr/X11R6/include -L/usr/X11R6/lib -lXm -lXt -lX11 ex1.c
so how could I incorporate this information into my Imake file


### this is the Imakefile for Solaris
       INCLUDES = $(MCLIENTINCLUDES)
LOCAL_LIBRARIES = -lXm $(XTOOLLIB) $(XLIB)

           SRCS = ex1.c 
           OBJS = ex1.o 
ComplexProgramTarget(ex1)
InstallAppDefaults(Ex1)


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to