home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / gas / Makefile < prev    next >
Encoding:
Makefile  |  1991-05-06  |  489 b   |  16 lines

  1. #    @(#)Makefile    6.1 (Berkeley) 3/3/91
  2.  
  3. PROG=        as
  4. SRCS=        app.c append.c as.c atof-generic.c bignum-copy.c \
  5.         expr.c flonum-const.c flonum-copy.c flonum-mult.c \
  6.         frags.c hash.c hex-value.c input-file.c input-scrub.c \
  7.         messages.c obstack.c output-file.c read.c subsegs.c \
  8.         symbols.c version.c write.c xmalloc.c xrealloc.c
  9. CFLAGS+=    -I$(.CURDIR) -I$(.CURDIR)/config \
  10.         -DSIGTY=void -Derror=as_fatal
  11. .PATH: $(.CURDIR)/config
  12.  
  13. .include "config/Makefile.$(MACHINE)"
  14.  
  15. .include <bsd.prog.mk>
  16.