Changeset 3268
- Timestamp:
- 07/18/07 15:23:19 (1 year ago)
- Files:
-
- branches/common-nfo/tools/Makefile (modified) (2 diffs)
- branches/common-nfo/tools/db2info (copied) (copied from branches/common-adk/freewrt/tools/db2info)
- branches/common-nfo/tools/db2wib (copied) (copied from branches/common-adk/freewrt/tools/db2wib)
- branches/common-nfo/tools/nfotiser (copied) (copied from branches/common-adk/freewrt/tools/nfotiser)
- branches/common-nfo/tools/nfotizer (deleted)
- branches/common-nfo/tools/sqlite (copied) (copied from branches/common-adk/freewrt/tools/sqlite)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/common-nfo/tools/Makefile
r3182 r3268 9 9 TARGETS:= 10 10 11 # These must be first 11 # These must be first (basic tools) 12 12 TARGETS+= paxmirabilis # all depend on it 13 13 TARGETS+= sed # most depend on it … … 19 19 TARGETS+= mirmake # depends on mksh 20 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 21 28 TARGETS+= brcm-utils 22 29 TARGETS+= failsafe 23 30 TARGETS+= fwcf 31 ifeq (${OStype},Linux) 32 TARGETS+= genext2fs 33 endif 24 34 TARGETS+= jffs2 25 35 TARGETS+= lzma 26 36 TARGETS+= md5crypt 27 37 TARGETS+= mkimage 38 TARGETS+= nfotiser 28 39 TARGETS+= squashfs 29 40 ifeq ($(FWRT_GUI_SDK),y) 30 TARGETS+= cxxtools31 41 TARGETS+= tntnet 32 endif33 ifeq (${OStype},Linux)34 TARGETS+= genext2fs35 42 endif 36 43


