home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / xloadimg.zip / xloadimage.4.1 / Make.conf < prev    next >
Text File  |  1993-11-09  |  948b  |  45 lines

  1. # Xloadimage Configuration file.  Normally this file is created by the
  2. # autoconfig program.  If you edit this file, make certain that the
  3. # CONFIG_STYLE line is set to -skip or autoconfig will overwrite your
  4. # changes.
  5. CONFIG_STYLE=-auto
  6.  
  7. # C compiler to use, including special flags.
  8. CC=cc
  9.  
  10. # Configuration and options flags for C compiler.
  11. CC_FLAGS=
  12.  
  13. # Optimization flags for C compiler.
  14. OPT_FLAGS=
  15.  
  16. # Miscellaneous system libraries.
  17. SYS_LIBS=
  18.  
  19. # X11 include and library information.
  20. X11_INC_DIR=
  21. X11_LIB_DIR=
  22. X11_LIB_NAME=-lX11
  23.  
  24. INSTALLDIR=/usr/local/bin
  25.  
  26. # Optional source files, usually integrations for optional loaders.
  27. OPTIONAL_SRCS=
  28.  
  29. # Optional libraries, usually loaders.
  30. OPTIONAL_LIBS=
  31.  
  32. # Ranlib program, or /bin/true if unnecessary
  33. RANLIB=ranlib
  34.  
  35. # Other miscellaneous more-or-less standard programs
  36. RM=rm -f
  37. AR=ar cq
  38. CP=cp
  39. MV=mv
  40. LN=ln -s
  41.  
  42. # These fix problems with make cmds that use $SHELL by default
  43. SHELL=/bin/sh
  44. MAKESHELL=/bin/sh
  45.