Changeset 2709 for trunk/src/opengl/glu/util
- Timestamp:
- Feb 10, 2000, 12:40:56 AM (26 years ago)
- 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 jeroenExp $1 # $Id: makefile,v 1.2 2000-02-09 23:40:51 bird Exp $ 2 2 # 3 3 # PD-Win32 API … … 14 14 !include $(PDWIN32_INCLUDE)/pdwin32.mk 15 15 16 CINCLUDE=-I.. -I..\..\mesa 16 CINCLUDE=-I.. -I..\..\mesa -I$(PDWIN32_INCLUDE) -I..\include 17 17 18 CFLAGS = $(CFLAGS) $(CINCLUDE) - I$(PDWIN32_INCLUDE) -I..\include -Tdp -DNDEBUG19 CXXFLAGS = $(CXXFLAGS) $(CINCLUDE) -I$(PDWIN32_INCLUDE) -I..\include-Tdp -DNDEBUG18 CFLAGS = $(CFLAGS) $(CINCLUDE) -Tdp -DNDEBUG 19 CXXFLAGS = $(CXXFLAGS) $(CINCLUDE) -Tdp -DNDEBUG 20 20 21 21 OBJS= error.obj glue.obj mipmap.obj project.obj quad.obj registry.obj … … 23 23 all: $(OBJS) 24 24 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 26 dep: 27 $(DEPEND) $(CINCLUDE) *.c *.cpp *.h *.asm *.inc \ 28 ..\include\*.h ..\..\mesa\*.h ..\*.h 29 30 !ifndef NODEP 31 !include .depend 32 !endif 33 34 34 35 35 clean:
Note:
See TracChangeset
for help on using the changeset viewer.