Changeset 3268

Show
Ignore:
Timestamp:
07/18/07 15:23:19 (1 year ago)
Author:
tg
Message:

merge tools/

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/common-nfo/tools/Makefile

    r3182 r3268  
    99TARGETS:= 
    1010 
    11 # These must be first 
     11# These must be first (basic tools) 
    1212TARGETS+=       paxmirabilis    # all depend on it 
    1313TARGETS+=       sed             # most depend on it 
     
    1919TARGETS+=       mirmake         # depends on mksh 
    2020 
     21# These must be before their users (libraries) 
     22ifeq ($(FWRT_GUI_SDK),y) 
     23TARGETS+=       cxxtools 
     24endif 
     25TARGETS+=       sqlite 
     26 
     27# Sort these alphabetically 
    2128TARGETS+=       brcm-utils 
    2229TARGETS+=       failsafe 
    2330TARGETS+=       fwcf 
     31ifeq (${OStype},Linux) 
     32TARGETS+=       genext2fs 
     33endif 
    2434TARGETS+=       jffs2 
    2535TARGETS+=       lzma 
    2636TARGETS+=       md5crypt 
    2737TARGETS+=       mkimage 
     38TARGETS+=       nfotiser 
    2839TARGETS+=       squashfs 
    2940ifeq ($(FWRT_GUI_SDK),y) 
    30 TARGETS+=       cxxtools 
    3141TARGETS+=       tntnet 
    32 endif 
    33 ifeq (${OStype},Linux) 
    34 TARGETS+=       genext2fs 
    3542endif 
    3643