home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Examples / DriverKit / QVision / QVision_reloc.tproj / Makefile.preamble < prev    next >
Encoding:
Makefile  |  1994-08-18  |  268 b   |  7 lines

  1. MAKEFILEDIR = /NextDeveloper/Makefiles/driverkit
  2. MAKEFILE = Makefile.main_driver
  3.  
  4. # shouldn't need to define the following flags to be able to do PCI stuff
  5. PRIVATE_DEFINES = -DKERNEL_PRIVATE -DDRIVER_PRIVATE
  6. OTHER_CFLAGS = -I/LocalDeveloper/Headers $(PRIVATE_DEFINES)
  7.