Ignore:
Timestamp:
Feb 10, 2000, 12:40:56 AM (26 years ago)
Author:
bird
Message:

Dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/glu/util/makefile

    r2689 r2709  
    1 # $Id: makefile,v 1.1 2000-02-09 08:47:12 jeroen Exp $
     1# $Id: makefile,v 1.2 2000-02-09 23:40:51 bird Exp $
    22#
    33# PD-Win32 API
     
    1414!include $(PDWIN32_INCLUDE)/pdwin32.mk
    1515
    16 CINCLUDE=-I.. -I..\..\mesa
     16CINCLUDE=-I.. -I..\..\mesa -I$(PDWIN32_INCLUDE) -I..\include
    1717
    18 CFLAGS = $(CFLAGS) $(CINCLUDE) -I$(PDWIN32_INCLUDE) -I..\include -Tdp -DNDEBUG
    19 CXXFLAGS = $(CXXFLAGS) $(CINCLUDE) -I$(PDWIN32_INCLUDE) -I..\include -Tdp -DNDEBUG
     18CFLAGS = $(CFLAGS) $(CINCLUDE) -Tdp -DNDEBUG
     19CXXFLAGS = $(CXXFLAGS) $(CINCLUDE) -Tdp -DNDEBUG
    2020
    2121OBJS= error.obj glue.obj mipmap.obj project.obj quad.obj registry.obj
     
    2323all: $(OBJS)
    2424
    25 #
    26 # Dependencies
    27 #
    28 error.obj: error.c
    29 glue.obj: glue.c gluint.h
    30 mipmap.obj: mipmap.c gluint.h
    31 project.obj: project.c gluint.h
    32 quad.obj: quad.c gluint.h
    33 registry.obj: registry.c
     25
     26dep:
     27    $(DEPEND) $(CINCLUDE) *.c *.cpp *.h *.asm *.inc \
     28        ..\include\*.h ..\..\mesa\*.h ..\*.h
     29
     30!ifndef NODEP
     31!include .depend
     32!endif
     33
    3434
    3535clean:
Note: See TracChangeset for help on using the changeset viewer.