home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW dmake 4.0 / unix / bsd43 / vf / config.mk next >
Encoding:
Text File  |  1995-06-01  |  317 b   |  12 lines  |  [TEXT/MPS ]

  1. # This config file adds vfprintf.c and memcpy.c for those systems that
  2. # do not have it.
  3. #
  4.  
  5. osredir := $(OS)$(DIRSEPSTR)$(OSRELEASE)$(DIRSEPSTR)$(OSENVIRONMENT)
  6. CFLAGS += -I$(osredir)
  7.  
  8. # The following sources are required for BSD4.3
  9. OSDESRC := memcpy.c vfprintf.c
  10. SRC    += $(OSDESRC)
  11. .SETDIR=$(osredir) : $(OSDESRC)
  12.