home *** CD-ROM | disk | FTP | other *** search
-
- # this rule is needed to work around an app-makefiles bug that will be fixed
- # in 3.0. Without this, .psw files get wrapped incorrectly if the .c file
- # exists because make's internal .psw.c rule get used, which does not include
- # (essential) -a and -h flags . . .
-
- .psw.c:
- $(PSWRAP) $(PSWFLAGS) -a -h $*.h -o $*.c $*.psw
-