home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / UnderPressure / Makefile.preamble < prev    next >
Makefile  |  1992-06-03  |  326b  |  9 lines

  1.  
  2. # this rule is needed to work around an app-makefiles bug that will be fixed
  3. # in 3.0.  Without this, .psw files get wrapped incorrectly if the .c file
  4. # exists because make's internal .psw.c rule get used, which does not include 
  5. # (essential) -a and -h flags . . .
  6.  
  7. .psw.c:
  8.     $(PSWRAP) $(PSWFLAGS) -a -h $*.h -o $*.c $*.psw
  9.