Add diclaimer of copyright to _osname() manual page.
[unix-history] / gnu / usr.bin / gcc1 / gnulib / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 6.4 (Berkeley) 1/30/91
2
3LIB= gnulib
4CFLAGS+= -I. -I$(.CURDIR)/../cc1 -I$(.CURDIR)/../cc1/config
5NOMAN= noman
6.PATH: $(.CURDIR)/$(MACHINE) $(.CURDIR)/g++ $(.CURDIR)/longlong
7
8.include "$(MACHINE)/Makefile.machine"
9GPLUS_SRCS= builtin_New.c builtin_del.c builtin_new.c eprintf.c
10LONGLONG_SRCS= adddi3.c anddi3.c ashldi3.c ashrdi3.c bdiv.c \
11 cmpdi2.c divdi3.c fixdfdi.c fixunsdfdi.c \
12 floatdidf.c iordi3.c lshldi3.c lshrdi3.c \
13 moddi3.c muldi3.c negdi2.c one_cmpldi2.c \
14 subdi3.c ucmpdi2.c udivdi3.c umoddi3.c xordi3.c
15SRCS= $(MACHINE_SRCS) $(GPLUS_SRCS) $(LONGLONG_SRCS)
16
17$(OBJS): config.h
18
19afterinstall:
20 -rm -f $(DESTDIR)$(LIBDIR)/gcc-gnulib
21 cd $(DESTDIR)$(LIBDIR); ln -s libgnulib.a gcc-gnulib
22
23.include <bsd.lib.mk>
24.include "../Makefile.symlinks"