home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / gcc / config / next / t-next < prev    next >
Text File  |  1997-02-07  |  594b  |  20 lines

  1. C_GPERF = $(srcdir)/c-parse.gperf-next
  2. C_GPERF_H = $(srcdir)/c-gperf-next.h
  3. OBCP_GPERF = $(srcdir)/obcp/obcp.gperf-next
  4.  
  5. # libgcc1.c is not needed, since the standard library has these functions.
  6. LIBGCC1=
  7. CROSS_LIBGCC1=
  8.  
  9. # Specify other dirs of system header files to be fixed.
  10. # OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers
  11.  
  12. ansi_include  = ansi
  13. base_include  = bsd
  14. posix_include = bsd
  15.  
  16. machopic.o: config/next/machopic.c config/next/machopic.h \
  17.         insn-config.h insn-flags.h $(CONFIG_H) $(RTL_H)
  18.     $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
  19.       $(srcdir)/config/next/machopic.c
  20.