home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / EODEV.Z / Makefile.preamble-nextstep < prev    next >
Encoding:
Makefile  |  1996-05-15  |  463 b   |  12 lines

  1. OTHER_LIBTOOL_FLAGS += -seg1addr 0x29000000
  2. #-seg1addr is used to prebind dynamic shared libraries for faster loading.
  3. #an address should be picked that does not conflict with other
  4. #frameworks likely to be used by an app that used this framework.
  5. #The address above matches the OracleAdaptor and therefore should
  6. #not generally be used by your frameworks.
  7.  
  8. FRAMEWORKS += -framework System
  9.  
  10. # Targets to build before installation
  11. #OTHER_INSTALL_DEPENDS =    profile
  12.