home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / gcc / gnulib / Makefile next >
Encoding:
Makefile  |  1991-01-30  |  874 b   |  27 lines

  1. #    @(#)Makefile    6.4 (Berkeley) 1/30/91
  2.  
  3. LIB=        gnulib
  4. CC=        GCC_EXEC_PREFIX=$(.CURDIR)/../cpp/obj/ \
  5.         $(.CURDIR)/../cc/obj/cc -B$(.CURDIR)/../cc1/obj/
  6. CFLAGS+=    -I. -I$(.CURDIR)/../cc1 -I$(.CURDIR)/../cc1/config
  7. NOMAN=        noman
  8. .PATH: $(.CURDIR)/$(MACHINE) $(.CURDIR)/g++ $(.CURDIR)/longlong
  9.  
  10. .include "$(MACHINE)/Makefile.machine"
  11. GPLUS_SRCS=    builtin_New.c builtin_del.c builtin_new.c eprintf.c
  12. LONGLONG_SRCS=    adddi3.c anddi3.c ashldi3.c ashrdi3.c bdiv.c \
  13.         cmpdi2.c divdi3.c fixdfdi.c fixunsdfdi.c \
  14.         floatdidf.c iordi3.c lshldi3.c lshrdi3.c \
  15.         moddi3.c muldi3.c negdi2.c one_cmpldi2.c \
  16.         subdi3.c ucmpdi2.c udivdi3.c umoddi3.c xordi3.c
  17. SRCS=        $(MACHINE_SRCS) $(GPLUS_SRCS) $(LONGLONG_SRCS)
  18.  
  19. $(OBJS):    config.h
  20.  
  21. afterinstall:
  22.     -rm -f $(DESTDIR)$(LIBDIR)/gcc-gnulib
  23.     cd $(DESTDIR)$(LIBDIR); ln -s libgnulib.a gcc-gnulib
  24.  
  25. .include <bsd.lib.mk>
  26. .include "../Makefile.symlinks"
  27.