home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / pascal / px_header / Makefile next >
Encoding:
Makefile  |  1990-06-29  |  380 b   |  22 lines

  1. #    @(#)Makefile    5.1 (Berkeley) 6/29/90
  2.  
  3. PROG=    px_header
  4. SRCDIR=    ${.CURDIR}/../src
  5. CFLAGS+=-I${SRCDIR}
  6. LDFLAGS+=-N
  7. SRCS=    px_header.c
  8. OBJS+=    config.o
  9. BINDIR=    /usr/libexec/pascal
  10. NOMAN=    noman
  11. CLEANFILES+=config.c
  12.  
  13. beforeinstall:
  14.     strip px_header
  15.     mv px_header temp
  16.     dd if=temp of=px_header conv=sync
  17.     rm -f temp
  18.  
  19. WHOAMI=        pi
  20. .include "${SRCDIR}/config.include"
  21. .include <bsd.prog.mk>
  22.