Date: Mon, 7 Feb 2005 03:20:02 +0100 From: Gert Cuykens <gert.cuykens@gmail.com> To: "Donald J. O'Neill" <donaldj1066@fastmail.fm> Cc: freebsd-questions@freebsd.org Subject: Re: make file Message-ID: <ef60af0905020618206d194e29@mail.gmail.com> In-Reply-To: <200502062010.45718.donaldj1066@fastmail.fm> References: <ef60af0905020618022f02ea59@mail.gmail.com> <200502062010.45718.donaldj1066@fastmail.fm>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 6 Feb 2005 20:10:45 -0600, Donald J. O'Neill <donaldj1066@fastmail.fm> wrote: > On Sunday 06 February 2005 08:02 pm, Gert Cuykens wrote: > > make file > > --------------------------------------------------------------------- > >---------------- CC=cc -Wall -g > > XCFLAGS=`pkg-config --cflags gtk+-2.0` > > XLDFLAGS=`pkg-config --libs gtk+-2.0` > > OBJ=ossxmix.o gtkvu.o gtkjoy.o > > > > ossxmix.o: ossxmix.c > > $(CC) $(CFLAGS) $(XCFLAGS) -c -o ossxmix.o ossxmix.c > > > > gtkvu.o: gtkvu.c > > $(CC) $(CFLAGS) $(XCFLAGS) -c -o gtkvu.o gtkvu.c > > > > gtkjoy.o: gtkjoy.c > > $(CC) $(CFLAGS) $(XCFLAGS) -c -o gtkjoy.o gtkjoy.c > > > > ossxmix: $(OBJ) > > $(CC) $(XLDFLAGS) -o ossxmix $(OBJ) > > > > install: ossxmix > > all: ossxmix > > clean: rm -f x y z ossxmix *.o core ossxmix core.* > > --------------------------------------------------------------------- > >--------------------- > > > > I# make > > "Makefile", line 7: Need an operator > > "Makefile", line 10: Need an operator > > "Makefile", line 13: Need an operator > > "Makefile", line 16: Need an operator > > make: fatal errors encountered -- cannot continue > > I# > > > > What did i do wrong with the make file ? > > _______________________________________________ > > You went in and mucked around with it. Leave it alone. > > What make file are you playing with? What did you do to it? What are you > trying to install? what are you trying to accomplish? > > Don > > -- > Donald J. O'Neill > donaldj1066@fastmail.fm > > I'm not totally useless, > I can be used as a bad example. lol i am trying to make a nice gtk2 gui for the ossxmixer :)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ef60af0905020618206d194e29>