home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / gcc / config / pa / x-pa-hpux < prev    next >
Text File  |  1996-05-16  |  284b  |  11 lines

  1. ALLOCA=alloca.o
  2. %if next-pdo
  3. # When gcc is running on a NeXT, we want the make interaction in it.
  4.  
  5. COMMON_OBJS = makeUser.o make-support.o
  6.  
  7. makeUser.o: $(srcdir)/makeUser.c $(srcdir)/make.h
  8.     $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
  9.       $(srcdir)/makeUser.c
  10. %endif next-pdo
  11.