English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Diff of /branches/common-nfo/tools/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3267 by tg, Wed Jul 18 12:45:43 2007 UTC revision 3268 by tg, Wed Jul 18 13:23:19 2007 UTC
# Line 8  include $(TOPDIR)/rules.mk Line 8  include $(TOPDIR)/rules.mk
8    
9  TARGETS:=  TARGETS:=
10    
11  # These must be first  # These must be first (basic tools)
12  TARGETS+=       paxmirabilis    # all depend on it  TARGETS+=       paxmirabilis    # all depend on it
13  TARGETS+=       sed             # most depend on it  TARGETS+=       sed             # most depend on it
14    
# Line 18  TARGETS+=      mksh Line 18  TARGETS+=      mksh
18  endif  endif
19  TARGETS+=       mirmake         # depends on mksh  TARGETS+=       mirmake         # depends on mksh
20    
21    # These must be before their users (libraries)
22    ifeq ($(FWRT_GUI_SDK),y)
23    TARGETS+=       cxxtools
24    endif
25    TARGETS+=       sqlite
26    
27    # Sort these alphabetically
28  TARGETS+=       brcm-utils  TARGETS+=       brcm-utils
29  TARGETS+=       failsafe  TARGETS+=       failsafe
30  TARGETS+=       fwcf  TARGETS+=       fwcf
31    ifeq (${OStype},Linux)
32    TARGETS+=       genext2fs
33    endif
34  TARGETS+=       jffs2  TARGETS+=       jffs2
35  TARGETS+=       lzma  TARGETS+=       lzma
36  TARGETS+=       md5crypt  TARGETS+=       md5crypt
37  TARGETS+=       mkimage  TARGETS+=       mkimage
38    TARGETS+=       nfotiser
39  TARGETS+=       squashfs  TARGETS+=       squashfs
40  ifeq ($(FWRT_GUI_SDK),y)  ifeq ($(FWRT_GUI_SDK),y)
 TARGETS+=       cxxtools  
41  TARGETS+=       tntnet  TARGETS+=       tntnet
42  endif  endif
 ifeq (${OStype},Linux)  
 TARGETS+=       genext2fs  
 endif  
43    
44  TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))  TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))
45  TARGETS_INSTALL_LBIN:=$(patsubst %,%-install-lbin,$(TARGETS))  TARGETS_INSTALL_LBIN:=$(patsubst %,%-install-lbin,$(TARGETS))

Legend:
Removed from v.3267  
changed lines
  Added in v.3268

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20