From owner-freebsd-questions Tue Dec 1 07:51:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA11100 for freebsd-questions-outgoing; Tue, 1 Dec 1998 07:51:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mailout04.btx.dtag.de (mailout04.btx.dtag.de [194.25.2.152]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA11095 for ; Tue, 1 Dec 1998 07:51:32 -0800 (PST) (envelope-from chris_schumacher@t-online.de) Received: from fwd15.btx.dtag.de (fwd15.btx.dtag.de [194.25.2.175]) by mailout04.btx.dtag.de with smtp id 0zkr7J-0001Od-00; Tue, 1 Dec 1998 15:49:29 +0100 Received: from ace (320068828243-0001(btxid)@[62.157.55.130]) by fwd15.btx.dtag.de with smtp id ; Tue, 1 Dec 1998 15:49:10 +0100 Message-Id: <4.1.19981201154518.0092ced0@pop.btx.dtag.de> X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Tue, 01 Dec 1998 15:48:08 +0100 To: freebsd-questions@FreeBSD.ORG Subject: makefile Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=====================_407718==_" X-Sender: 320068828243-0001@t-online.de From: chris_schumacher@t-online.de (Schumacher Christoph) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --=====================_407718==_ Content-Type: text/plain; charset="us-ascii" Hi ! Im using BSD 2.2.6 and id like to write programs to learn programing (logicaly) Now i got a Makefile of my University, bur they say its a global makefile for all unix' I attached it. it neither works with gmake nor make....but i dont know why..?? Could you help me ?? Christoph --=====================_407718==_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Makerules.txt" # # # #=A0=A0 /export/home_ch/bin/gnu-make.rules ---> standard-makefile # # # # gcc #vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv CC=3Dgcc W1_CFLAGS=3D -Wcomment -Wformat -Wimplicit -Wparentheses -Wreturn-type W2_CFLAGS=3D -Wunused=20 W3_CFLAGS=3D -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations CFLAGS=3D -pedantic -Wuninitialized -O2 -g $(W1_CFLAGS)=A0 $(W2_CFLAGS)=A0= $(W3_CFLAGS)=20 CLIBS=3D-lm #^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # g++ #vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv CPP=3Dg++ CPPFLAGS=3D=A0 -pedantic -fexceptions -g $(W1_CFLAGS)=A0 $(W2_CFLAGS)=A0= $(W3_CFLAGS) CPPLIBS=3D-lm #^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # global #vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv .SUFFIXES: .c .cc .C .CC .cpp .cxx #^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # Make-Rules #vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv .c:=20 =A0=A0=A0=A0=A0=A0=A0=A0$(CC) $(CFLAGS) $< -o $* $(CLIBS) .c.o: =A0=A0=A0=A0=A0=A0=A0=A0$(CC) $(CFLAGS) $< -c=20 .cc=A0 .C=A0 .CC=A0 .cpp=A0 .cxx:=20 =A0=A0=A0=A0=A0=A0=A0=A0$(CPP) $(CPPFLAGS) $< -o $* $(CPPLIBS) .cc.o .C.o .CC.o .cpp.o .cxx.o: =A0=A0=A0=A0=A0=A0=A0=A0$(CPP) $(CPPFLAGS) $< -c=20 --=====================_407718==_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message