home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / EODEV.Z / Makefile.preamble-solaris-informix < prev    next >
Encoding:
Makefile  |  1996-04-09  |  432 b   |  28 lines

  1. #
  2. # Informix Setup for solaris
  3. #
  4.  
  5. FRAMEWORKS += Informix
  6.  
  7. #
  8. # Client library location
  9. #
  10. INFORMIX_HOME = /opt/informix
  11.  
  12. #
  13. # Path for the libs
  14. #
  15. OTHER_LDFLAGS += -L$(INFORMIX_HOME)/lib -L$(INFORMIX_HOME)/lib/esql
  16.  
  17. #
  18. # Libraries used
  19. #
  20. OTHER_LIBS += -lsql -lasf -lgen -los
  21.  
  22. #
  23. # you need to define the following environment variables:
  24. #
  25. # export INFORMIXDIR=<full path to the informix home>
  26. # export INFORMIXSERVER=<your server name>
  27. #
  28.