Changeset 2709 for trunk/src/opengl/glut
- Timestamp:
- Feb 10, 2000, 12:40:56 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glut/Makefile
r2701 r2709 1 # $Id: Makefile,v 1.5 2000-02-09 14:46:26 sandervl Exp $ 1 # $Id: Makefile,v 1.6 2000-02-09 23:40:52 bird Exp $ 2 2 3 # 3 4 # PD-Win32 API … … 41 42 win32_x11.obj glut_term.obj initterm.obj resource.obj 42 43 43 all 44 all: $(TARGET).DLL 44 45 45 46 $(TARGET).DLL: $(OBJS) $(TARGET).def $(TARGET).lrf 46 47 47 ILINK /FREE /NOE $(L) @$(TARGET).lrf 48 $(CP) $@ $(PDWIN32_BIN) 48 49 49 $(TARGET).lib: $(TARGET)exp.def50 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def51 $(CP) $@ $(PDWIN32_LIB)52 53 $(TARGET)exp.def: $(TARGET).def54 $(IMPDEF) $** $@55 56 resource.asm: $(TARGET).rc57 $(RC) $(RCFLAGS) -o resource.asm $(TARGET).rc58 59 resource.obj: resource.asm60 61 initterm.obj: initterm.cpp62 win32_glx.obj: win32_glx.c os2_glx.h63 win32_x11.obj: win32_x11.c os2_x11.h64 win32_menu.obj: win32_menu.c glutint.h glut.h65 win32_util.obj: win32_util.c glutint.h66 win32_winproc.obj: win32_winproc.c glutint.h67 68 glut_mroman.obj: glut_mroman.c glutint.h69 glut_roman.obj: glut_roman.c glutint.h70 glut_hel12.obj: glut_hel12.c glutint.h71 glut_8x13.obj: glut_8x13.c glutint.h72 glut_hel18.obj: glut_hel18.c glutint.h73 glut_9x15.obj: glut_9x15.c glutint.h74 glut_tr10.obj: glut_tr10.c glutint.h75 glut_hel10.obj: glut_hel10.c glutint.h76 glut_tr24.obj: glut_tr24.c glutint.h77 78 glut_bitmap.obj: glut_bitmap.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h79 glut_bwidth.obj: glut_bwidth.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h80 glut_cindex.obj: glut_cindex.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h81 glut_cmap.obj: glut_cmap.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h82 glut_cursor.obj: glut_cursor.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h83 glut_dials.obj: glut_dials.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h84 glut_dstr.obj: glut_dstr.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h85 glut_event.obj: glut_event.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h86 glut_ext.obj: glut_ext.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h87 glut_fullscrn.obj: glut_fullscrn.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h88 glut_gamemode.obj: glut_gamemode.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h89 glut_get.obj: glut_get.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h90 glut_init.obj: glut_init.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h91 glut_input.obj: glut_input.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h92 glut_joy.obj: glut_joy.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h93 glut_key.obj: glut_key.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h94 glut_keyctrl.obj: glut_keyctrl.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h95 glut_keyup.obj: glut_keyup.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h96 glut_mesa.obj: glut_mesa.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h97 glut_modifier.obj: glut_modifier.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h98 glut_overlay.obj: glut_overlay.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h99 glut_shapes.obj: glut_shapes.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h100 glut_space.obj: glut_space.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h101 glut_swap.obj: glut_swap.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h102 glut_swidth.obj: glut_swidth.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h103 glut_tablet.obj: glut_tablet.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h104 glut_teapot.obj: glut_teapot.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h105 glut_util.obj: glut_util.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h106 glut_vidresize.obj: glut_vidresize.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h107 glut_warp.obj: glut_warp.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h108 glut_win.obj: glut_win.c glutint.h glut.h glutos2.h109 glut_winmisc.obj: glut_winmisc.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h110 50 111 51 $(TARGET).lrf: makefile 112 @echo Creating file <<$(@B).lrf52 @echo Creating file <<$(@B).lrf 113 53 $(OBJS) 114 54 /OUT:$(TARGET).DLL /DLL … … 125 65 <<keep 126 66 67 68 $(TARGET).lib: $(TARGET)exp.def 69 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def 70 $(CP) $@ $(PDWIN32_LIB) 71 72 $(TARGET)exp.def: $(TARGET).def 73 $(IMPDEF) $** $@ 74 75 76 resource.asm: $(TARGET).rc 77 $(RC) $(RCFLAGS) -o resource.asm $(TARGET).rc 78 79 80 dep: 81 $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \ 82 *.c *.cpp *.asm *.inc $(PDWIN32_INCLUDE)\*.h 83 84 !ifndef NODEP 85 !include .depend 86 !endif 87 88 127 89 clean: 128 $(RM) *.obj *.lib *.dll *.map *.lrf *exp.def resource.asm 129 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 130 $(RM) $(PDWIN32_LIB)\$(TARGET).lib 90 $(RM) *.obj *.lib *.dll *.map *.lrf *exp.def resource.asm \ 91 $(PDWIN32_BIN)\$(TARGET).dll $(PDWIN32_LIB)\$(TARGET).lib
Note:
See TracChangeset
for help on using the changeset viewer.