bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

2 errors on make


From: andrec
Subject: 2 errors on make
Date: Mon, 07 Nov 2011 10:11:05 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9

On win32 systems :

# Thanks Blackthorne, for corrections on the *.c rule
SRC = *.c
CFLAGS = -Wall -shared -g
GLUT_DIR = src/glut/glx

$(GLUT_DIR)/$(SRC) : $(GLUT_DIR)/*.h

glut32.dll :
    gcc $(CFLAGS) $(GLUT_DIR)/$(SRC) -o glut32.dll


C:\source\Mesa-7.11 07-11-2011  9:56:19,54> make
make: `src/glut/glx/capturexfont.c' is up to date.

C:\source\Mesa-7.11 07-11-2011 10:00:16,79> make
make: `src/glut/glx/capturexfont.c' is up to date.

C:\source\Mesa-7.11 07-11-2011 10:03:52,15> make
make: Nothing to be done for `src/glut/glx/capturexfont.c'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]