home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / l / libxtgeo.zip / libgeo17 / Imakefile < prev    next >
Makefile  |  1992-03-03  |  490b  |  30 lines

  1. #include <Library.tmpl>
  2.  
  3. XFILESEARCHPATHDEFAULT = XFileSearchPathDefault
  4.  
  5. DEFINES = AllocateLocalDefines \
  6.       -DXFILESEARCHPATHDEFAULT=\"$(XFILESEARCHPATHDEFAULT)\"
  7.  
  8. INCLUDES = -I$(TOOLKITSRC)
  9.  
  10. SRCS =\
  11.     geoTattler.c \
  12.     geoGeometry.c \
  13.     geoManage.c \
  14.     geoIntrinsic.c \
  15.     geoSetValues.c \
  16.     geoShell.c
  17.  
  18. OBJS =\
  19.     geoTattler.o \
  20.     geoGeometry.o \
  21.     geoManage.o \
  22.     geoIntrinsic.o \
  23.     geoSetValues.o \
  24.     geoShell.o
  25.  
  26. NormalLibraryTarget(XtGeo,$(OBJS))
  27. InstallLibrary(XtGeo,$(USRLIBDIR))
  28.  
  29. DependTarget()
  30.