Changeset 235


Ignore:
Timestamp:
Aug 9, 2005, 7:09:30 AM (20 years ago)
Author:
root
Message:

Add missing depends

Location:
trunk
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/av2.mak

    r9 r235  
     1# $Id$
    12
    23BASE=av2
    34
    4 !INCLUDE makefile_pre.mk
     5!include makefile_pre.mk
    56
    6 ALL: $(BASE).EXE \
    7      $(BASE).res
     7all: $(BASE).exe $(BASE).res
    88
    99$(BASE).res: $(BASE).rc
    1010
    11 $(BASE).obj: $(BASE).c \
    12     dll\version.h
     11$(BASE).rc: dll\fm3dll.h icons\view3.ico bitmaps\*.bmp
    1312
    14 !INCLUDE makefile_post.mk
     13$(BASE).obj: $(BASE).c dll\version.h
     14
     15!include makefile_post.mk
    1516
    1617# The end
  • trunk/databar.mak

    r9 r235  
     1# $Id$
    12
    23BASE=databar
    34
    4 !INCLUDE makefile_pre.mk
     5!include makefile_pre.mk
    56
    6 ALL: $(BASE).EXE \
    7      $(BASE).res
     7all: $(BASE).exe $(BASE).res
    88
    99$(BASE).res: $(BASE).rc
    1010
     11$(BASE).rc: dll\fm3dll.h icons\$(BASE).ico bitmaps\*.bmp
     12
    1113$(BASE).obj: $(BASE).c
    1214
    13 !INCLUDE makefile_post.mk
     15!include makefile_post.mk
    1416
    1517# The end
  • trunk/dirsize.mak

    r9 r235  
     1# $Id$
    12
    23BASE=dirsize
    34
    4 !INCLUDE makefile_pre.mk
     5!include makefile_pre.mk
    56
    6 ALL: $(BASE).EXE \
    7      $(BASE).res
     7all: $(BASE).exe $(BASE).res
    88
    9 $(BASE).res: $(BASE).rc $(BASE).dlg
     9$(BASE).res: dirsize.h dll\fm3dll.h $(BASE).rc $(BASE).dlg
    1010
    1111$(BASE).obj: $(BASE).c
    1212
    13 !INCLUDE makefile_post.mk
     13!include makefile_post.mk
    1414
    1515# The end
  • trunk/eas.mak

    r9 r235  
     1# $Id$
    12
    23BASE=eas
    34
    4 !INCLUDE makefile_pre.mk
     5!include makefile_pre.mk
    56
    6 ALL: $(BASE).EXE \
    7      $(BASE).res
     7all: $(BASE).exe $(BASE).res
    88
    99$(BASE).res: $(BASE).rc
    1010
     11$(BASE).rc: dll\fm3dll.h icons\$(BASE).ico bitmaps\*.bmp
     12
    1113$(BASE).obj: $(BASE).c
    1214
    13 !INCLUDE makefile_post.mk
     15!include makefile_post.mk
    1416
    1517# The end
  • trunk/fm4.mak

    r9 r235  
     1# $Id$
    12
    23BASE=fm4
    34
    4 !INCLUDE makefile_pre.mk
     5!include makefile_pre.mk
    56
    6 ALL: $(BASE).EXE \
    7      $(BASE).res
     7all: $(BASE).exe $(BASE).res
    88
    9 $(BASE).res: $(BASE).rc \
    10      $(BASE).h
     9$(BASE).res: $(BASE).rc
    1110
    12 $(BASE).obj: $(BASE).c \
    13      $(BASE).h dll\version.h
     11$(BASE).rc: $(BASE).h icons\$(BASE).ico bitmaps\*.bmp
    1412
    15 !INCLUDE makefile_post.mk
     13$(BASE).obj: $(BASE).c $(BASE).h dll\version.h
     14
     15!include makefile_post.mk
    1616
    1717# The end
  • trunk/global.mak

    r9 r235  
     1# $Id$
    12
    23BASE=global
    34
    4 !INCLUDE makefile_pre.mk
     5!include makefile_pre.mk
    56
    6 ALL: $(BASE).EXE \
    7      $(BASE).res
     7all: $(BASE).exe $(BASE).res
    88
    99$(BASE).res: $(BASE).rc
    1010
     11$(BASE).rc: icons\$(BASE).ico bitmaps\*.bmp
     12
    1113$(BASE).obj: $(BASE).c
    1214
    13 !INCLUDE makefile_post.mk
     15!include makefile_post.mk
    1416
    1517# The end
  • trunk/ini.mak

    r9 r235  
     1# $Id$
    12
    23BASE=ini
    34
    4 !INCLUDE makefile_pre.mk
     5!include makefile_pre.mk
    56
    6 ALL: $(BASE).EXE \
    7      $(BASE).res
     7all: $(BASE).exe $(BASE).res
    88
    99$(BASE).res: $(BASE).rc
    1010
     11$(BASE).rc: icons\$(BASE).ico bitmaps\file.bmp
     12
    1113$(BASE).obj: $(BASE).c
    1214
    13 !INCLUDE makefile_post.mk
     15!include makefile_post.mk
    1416
    1517# The end
  • trunk/killproc.mak

    r9 r235  
     1# $Id$
    12
    23BASE=killproc
    34
    4 !INCLUDE makefile_pre.mk
     5!include makefile_pre.mk
    56
    6 
    7 ALL: $(BASE).EXE \
    8      $(BASE).res
     7all: $(BASE).exe $(BASE).res
    98
    109$(BASE).res: $(BASE).rc
    1110
     11$(BASE).rc: icons\$(BASE).ico
     12
    1213$(BASE).obj: $(BASE).c
    1314
    14 !INCLUDE makefile_post.mk
     15!include makefile_post.mk
    1516
    1617# The end
  • trunk/sysinfo.mak

    r9 r235  
     1# $Id$
    12
    23BASE=sysinfo
    34
    4 !INCLUDE makefile_pre.mk
     5!include makefile_pre.mk
    56
    6 ALL: sysinfo.EXE \
    7      sysinfo.res
     7all: $(BASE).exe $(BASE).res
    88
    9 sysinfo.res: sysinfo.rc
     9$(BASE).res: $(BASE).rc
    1010
    11 sysinfo.obj: sysinfo.c
     11$(BASE).rc: icons\$(BASE).ico
    1212
    13 !INCLUDE makefile_post.mk
     13$(BASE).obj: $(BASE).c
     14
     15!include makefile_post.mk
    1416
    1517# The end
  • trunk/undel.mak

    r9 r235  
     1# $Id$
    12
    23BASE=undel
    34
    4 !INCLUDE makefile_pre.mk
     5!include makefile_pre.mk
    56
    6 ALL: $(BASE).EXE \
    7      $(BASE).res
     7all: $(BASE).exe $(BASE).res
    88
    99$(BASE).res: $(BASE).rc
    1010
     11$(BASE).rc: icons\$(BASE).ico
     12
    1113$(BASE).obj: $(BASE).c
    1214
    13 !INCLUDE makefile_post.mk
     15!include makefile_post.mk
    1416
    1517# The end
  • trunk/vcollect.mak

    r9 r235  
     1# $Id$
    12
    23BASE=vcollect
    34
    4 !INCLUDE makefile_pre.mk
     5!include makefile_pre.mk
    56
    6 ALL: $(BASE).EXE \
    7      $(BASE).res
     7all: $(BASE).exe $(BASE).res
    88
    99$(BASE).res: $(BASE).rc
    1010
     11$(BASE).rc: dll\fm3dll.h icons\collect.ico bitmaps\*.bmp
     12
    1113$(BASE).obj: $(BASE).c
    1214
    13 !INCLUDE makefile_post.mk
     15!include makefile_post.mk
    1416
    1517# The end
  • trunk/vdir.mak

    r9 r235  
     1# $Id$
    12
    23BASE=vdir
    34
    4 !INCLUDE makefile_pre.mk
     5!include makefile_pre.mk
    56
    6 ALL: $(BASE).EXE \
    7      $(BASE).res
     7all: $(BASE).exe $(BASE).res
    88
    99$(BASE).res: $(BASE).rc
    1010
     11$(BASE).rc: dll\fm3dll.h icons\$(BASE).ico bitmaps\*.bmp
     12
    1113$(BASE).obj: $(BASE).c
    1214
    13 !INCLUDE makefile_post.mk
     15!include makefile_post.mk
    1416
    1517# The end
  • trunk/viewinfs.mak

    r9 r235  
     1# $Id$
    12
    23BASE=viewinfs
    34
    4 !INCLUDE makefile_pre.mk
     5!include makefile_pre.mk
    56
    6 ALL: $(BASE).EXE \
    7      $(BASE).res
     7all: $(BASE).exe $(BASE).res
    88
    99$(BASE).res: $(BASE).rc
    1010
     11$(BASE).rc: icons\$(BASE).ico
     12
    1113$(BASE).obj: $(BASE).c
    1214
    13 !INCLUDE makefile_post.mk
     15!include makefile_post.mk
    1416
    1517# The end
  • trunk/vtree.mak

    r9 r235  
    1 # vtree.mak
     1# $Id$
    22
    33BASE=vtree
    44
    5 !INCLUDE makefile_pre.mk
     5!include makefile_pre.mk
    66
    7 ALL: $(BASE).EXE \
    8      $(BASE).res
     7all: $(BASE).exe $(BASE).res
    98
    109$(BASE).res: $(BASE).rc
    1110
     11$(BASE).rc: icons\tree.ico bitmaps\*.bmp
     12
    1213$(BASE).obj: $(BASE).c
    1314
    14 !INCLUDE makefile_post.mk
     15!include makefile_post.mk
    1516
    1617# The end
Note: See TracChangeset for help on using the changeset viewer.