/[xforms]/xforms/fdesign/Imakefile
ViewVC logotype

Diff of /xforms/fdesign/Imakefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by leeming, Tue Apr 15 19:21:42 2003 UTC revision 1.3 by leeming, Thu Apr 17 09:04:57 2003 UTC
# Line 6  Line 6 
6  # $State$  # $State$
7    
8  # $Log$  # $Log$
9    # Revision 1.3  2003/04/17 09:04:57  leeming
10    # Redo of snp stuff to avoid need for libformssnp.
11    #
12  # Revision 1.2  2003/04/15 19:21:42  leeming  # Revision 1.2  2003/04/15 19:21:42  leeming
13  # Further reductions in dirs included during compilation.  # Further reductions in dirs included during compilation.
14  #  #
# Line 53  SRCS   = \ Line 56  SRCS   = \
56    
57  OBJS    = $(SRCS:.c=.o)  OBJS    = $(SRCS:.c=.o)
58    
59    #if HaveSnprintf
60    HAVE_SNPRINTF   = -DHAVE_SNPRINTF
61    #endif
62    
63  #if Solaris64Bit  #if Solaris64Bit
64  LDPRELIB        = -L/usr/openwin/lib/sparcv9  LDPRELIB        = -L/usr/openwin/lib/sparcv9
65  CCENVSETUP      = LD_RUN_PATH=/usr/openwin/lib/sparcv9  CCENVSETUP      = LD_RUN_PATH=/usr/openwin/lib/sparcv9
# Line 80  FORMSINCDIR     = $(FORMSLIBDIR) Line 87  FORMSINCDIR     = $(FORMSLIBDIR)
87  FORMSLIB        = -L$(FORMSLIBDIR) -lforms  FORMSLIB        = -L$(FORMSLIBDIR) -lforms
88  DEPFORMSLIB     = $(FORMSLIBDIR)/libforms.a  DEPFORMSLIB     = $(FORMSLIBDIR)/libforms.a
89    
 #if !HaveSnprintf  
 SNPLIBDIR       = $(TOP)/snp  
 SNPINCDIR       = $(SNPLIBDIR)        
 SNPINC          = -I$(SNPINCDIR)  
 SNPLIB          = -L$(SNPLIBDIR) -lformssnp  
 DEPSNPLIB       = $(SNPLIBDIR)/libformssnp.a  
 #endif  
   
90  #if InstallNonstandard  #if InstallNonstandard
91  SHLIBDIR        = XFormsNonstandardInstallDir/lib  SHLIBDIR        = XFormsNonstandardInstallDir/lib
92  USRLIBDIR       = XFormsNonstandardInstallDir/lib  USRLIBDIR       = XFormsNonstandardInstallDir/lib
# Line 107  EXTRA_LIBRARIES        = \ Line 106  EXTRA_LIBRARIES        = \
106                    $(STATIC) \                    $(STATIC) \
107                    $(FORMSLIB) \                    $(FORMSLIB) \
108                    $(XPMLIB) \                    $(XPMLIB) \
                   $(SNPLIB) \  
109                    $(UNSTATIC) \                    $(UNSTATIC) \
110                    -lm                    -lm
111    
112  EXTRA_DEFINES   = \  EXTRA_DEFINES   = \
113                    -DMAKING_FORMS=1                    -DMAKING_FORMS=1 \
114                      $(HAVE_SNPRINTF)
115    
116  DEPLIBS         = \  DEPLIBS         = \
                   $(DEPSNPLIB) \  
117                    $(DEPFORMSLIB) \                    $(DEPFORMSLIB) \
118                    $(DEPXPMLIB)                    $(DEPXPMLIB)
119    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26