home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / EODEV.Z / Makefile.preamble-hpux-oracle < prev    next >
Encoding:
Makefile  |  1996-03-29  |  442 b   |  24 lines

  1. #
  2. # Oracle Setup for HPUX
  3. #
  4.  
  5. FRAMEWORKS += Oracle
  6.  
  7. #
  8. # Client Library location
  9. #
  10. ORACLE_HOME = /home/oracle
  11.  
  12. #
  13. # Path for the libs
  14. #
  15. OTHER_LDFLAGS += -L$(ORACLE_HOME)/lib
  16.  
  17. #
  18. # Libraries used
  19. #
  20. OTHER_LIBS += -lsqlnet -lora -lsql -lcore3 -lnlsrtl3 -lc3v6 -locic \
  21.               -lsqlnet -lora -lsql -lcore3 -lnlsrtl3 -lc3v6 -locic \
  22.               -lsqlnet -lora -lsql -lcore3 -lnlsrtl3 -lc3v6 -locic
  23. OTHER_OFILES += $(ORACLE_HOME)/lib/osntab.o
  24.