Changeset 2709 for trunk/src/opengl/glut


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/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
    23#
    34# PD-Win32 API
     
    4142       win32_x11.obj glut_term.obj initterm.obj resource.obj
    4243
    43 all     : $(TARGET).DLL
     44all: $(TARGET).DLL
    4445
    4546$(TARGET).DLL: $(OBJS) $(TARGET).def $(TARGET).lrf
    46         ILINK /FREE /NOE $(L) @$(TARGET).lrf
    47         $(CP) $@ $(PDWIN32_BIN)
     47    ILINK /FREE /NOE $(L) @$(TARGET).lrf
     48    $(CP) $@ $(PDWIN32_BIN)
    4849
    49 $(TARGET).lib: $(TARGET)exp.def
    50         $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
    51         $(CP) $@ $(PDWIN32_LIB)
    52 
    53 $(TARGET)exp.def: $(TARGET).def
    54         $(IMPDEF) $** $@
    55 
    56 resource.asm: $(TARGET).rc
    57     $(RC) $(RCFLAGS) -o resource.asm $(TARGET).rc
    58 
    59 resource.obj: resource.asm
    60 
    61 initterm.obj: initterm.cpp
    62 win32_glx.obj: win32_glx.c os2_glx.h
    63 win32_x11.obj: win32_x11.c os2_x11.h
    64 win32_menu.obj: win32_menu.c glutint.h glut.h
    65 win32_util.obj: win32_util.c glutint.h
    66 win32_winproc.obj: win32_winproc.c glutint.h
    67 
    68 glut_mroman.obj: glut_mroman.c glutint.h
    69 glut_roman.obj: glut_roman.c glutint.h
    70 glut_hel12.obj: glut_hel12.c glutint.h
    71 glut_8x13.obj: glut_8x13.c glutint.h
    72 glut_hel18.obj: glut_hel18.c glutint.h
    73 glut_9x15.obj: glut_9x15.c glutint.h
    74 glut_tr10.obj: glut_tr10.c glutint.h
    75 glut_hel10.obj: glut_hel10.c glutint.h
    76 glut_tr24.obj: glut_tr24.c glutint.h
    77 
    78 glut_bitmap.obj: glut_bitmap.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    79 glut_bwidth.obj: glut_bwidth.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    80 glut_cindex.obj: glut_cindex.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    81 glut_cmap.obj: glut_cmap.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    82 glut_cursor.obj: glut_cursor.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    83 glut_dials.obj: glut_dials.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    84 glut_dstr.obj: glut_dstr.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    85 glut_event.obj: glut_event.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    86 glut_ext.obj: glut_ext.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    87 glut_fullscrn.obj: glut_fullscrn.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    88 glut_gamemode.obj: glut_gamemode.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    89 glut_get.obj: glut_get.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    90 glut_init.obj: glut_init.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    91 glut_input.obj: glut_input.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    92 glut_joy.obj: glut_joy.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    93 glut_key.obj: glut_key.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    94 glut_keyctrl.obj: glut_keyctrl.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    95 glut_keyup.obj: glut_keyup.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    96 glut_mesa.obj: glut_mesa.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    97 glut_modifier.obj: glut_modifier.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    98 glut_overlay.obj: glut_overlay.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    99 glut_shapes.obj: glut_shapes.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    100 glut_space.obj: glut_space.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    101 glut_swap.obj: glut_swap.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    102 glut_swidth.obj: glut_swidth.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    103 glut_tablet.obj: glut_tablet.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    104 glut_teapot.obj: glut_teapot.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    105 glut_util.obj: glut_util.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    106 glut_vidresize.obj: glut_vidresize.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    107 glut_warp.obj: glut_warp.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    108 glut_win.obj: glut_win.c glutint.h glut.h glutos2.h
    109 glut_winmisc.obj: glut_winmisc.c glutint.h glut.h glutos2.h os2_glx.h os2_x11.h
    11050
    11151$(TARGET).lrf: makefile
    112    @echo Creating file <<$(@B).lrf
     52    @echo Creating file <<$(@B).lrf
    11353$(OBJS)
    11454/OUT:$(TARGET).DLL /DLL
     
    12565<<keep
    12666
     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
     76resource.asm: $(TARGET).rc
     77    $(RC) $(RCFLAGS) -o resource.asm $(TARGET).rc
     78
     79
     80dep:
     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
    12789clean:
    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.